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

desc.IsTextPresent.txt Maven / Gradle / Ivy

There is a newer version: 1.9
Show newest version
Checks if the given text is present in the page.
Returns true if it's present; false if otherwise.

Example:

| ${isTextPresent}= | `Is Text Present` | Desired Text |

=>

| ${isTextPresent} = True   # or ${isTextPresent} = False

The value can be evaluated to run another keyword. 
i.e.  

| `EL Run Keyword If`    |  $[var('isTextPresent') eq true]   | My Keyword  |




© 2015 - 2024 Weber Informatics LLC | Privacy Policy