Ordered

From STIQ

Jump to: navigation, search

storeOrdered ( locator1, locator2, variableName )

assertOrdered ( locator1, locator2 )
assertNotOrdered ( locator1, locator2 )
verifyOrdered ( locator1, locator2 )
verifyNotOrdered ( locator1, locator2 )
waitForOrdered ( locator1, locator2 )
waitForNotOrdered ( locator1, locator2 )


Arguments:

  • locator1 - an element locator pointing to the first element
  • locator2 - an element locator pointing to the second element
  • variableName - the name of a variable in which the result is to be stored.


Returns:

  • True if two elements are ordered and have same parent, false otherwise.


Two of the same elements will not be considered ordered.

Personal tools
Noteworthy