Wait works like WaitWithTimeoutAndInterval, but using the default timeout and polling interval.
(condition Condition)
| 366 | |
| 367 | //Wait works like WaitWithTimeoutAndInterval, but using the default timeout and polling interval. |
| 368 | Wait(condition Condition) error |
| 369 | } |
| 370 | |
| 371 | // WebElement defines method supported by web elements. |