Visible

From STIQ

Jump to: navigation, search

storeVisible ( locator, variableName )

assertVisible ( locator )
assertNotVisible ( locator )
verifyVisible ( locator )
verifyNotVisible ( locator )
waitForVisible ( locator )
waitForNotVisible ( locator )


Arguments:


Returns:

  • True if the specified element is visible, false otherwise.


An element can be rendered invisible by setting the CSS "visibility" property to "hidden", or the "display" property to "none", either for the element itself or one if its ancestors.


This method will fail if the element is not present.

Personal tools
Noteworthy