All Downloads are FREE. Search and download functionalities are using the official Maven repository.

desc.WaitTillElementDisappear.txt Maven / Gradle / Ivy

There is a newer version: 1.9
Show newest version
Waits until element specified with locator disappears on current page.

Fails if timeout expires before the element disappears.

Example:
| Wait Till Element Disappear | css=#id |
| Wait Till Element Disappear | css=#id | 200 | 20000 |
| Wait Till Element Disappear | id=loadingIcon |

=>

| Wait for the element to disappear, timeout is the configured implicit wait.
| Wait for the element to disappear, polling every 200 milliseconds, and timeout of 20 seconds.
| Wait for the loading icon to disappear, timeout is the configured implicit wait.




© 2015 - 2024 Weber Informatics LLC | Privacy Policy