Wait — either for a fixed duration (Ms) or until an element matching Selector appears. At least one should be supplied; a driver waits for Selector when present, otherwise sleeps for Ms.
Ms
Selector
Optional
Fixed wait in milliseconds.
Optional CSS selector to wait for instead of a fixed duration.
Wait — either for a fixed duration (
Ms) or until an element matchingSelectorappears. At least one should be supplied; a driver waits forSelectorwhen present, otherwise sleeps forMs.