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

desc.IsElementVisible.txt Maven / Gradle / Ivy

There is a newer version: 1.9
Show newest version
Checks if the element identified by locator is visible.
Returns true if it's visible; returns false if otherwise.

*Example:*
| ${isVisible}= | `Is Element Visible` | css=foo bar |

=>

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

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy