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

desc.WaitTillTextMatches.txt Maven / Gradle / Ivy

There is a newer version: 1.9
Show newest version
Waits until text of specified locator matches regular expression

Waits until text matches regular expression

Example:
| Wait Till Text Matches | css=#id | regex |
| Wait Till Text Matches | css=#id | regex | 200 | 20000 |
| Wait Till Text Matches | id=amountField | ([0-9]+,)*[0-9]+(\\.[0-9]+)? |

=>

| Wait for text to match regular expression, timeout is the configured implicit wait.
| Wait for text to match regular expression, polling every 200 milliseconds, and timeout of 20 seconds.
| Wait for amount field's text to be in money format, timeout is the configured implicit wait.




© 2015 - 2024 Weber Informatics LLC | Privacy Policy