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

desc.IsTextPresentInPageSource.txt Maven / Gradle / Ivy

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

Example:

| ${pageSource}= | 'Get Source' |
| ${isTextPresentInPageSource}= | Is Text Present In Page Source | ${pageSource} | foo bar |

=>

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy