- shouldBe
Synonym for #should. Useful for better readability.
For example: $("#errorMessage").shouldBe(visibl
- shouldHave
Synonym for #should. Useful for better readability.
For example: $("#errorMessage").shouldHave(text
- click
Click the element with a relative offset from the upper left corner of the
element
- should
Checks that given element meets all of given conditions.
IMPORTANT: If element does not match then
- $
ATTENTION! This method doesn't start any search yet! Same as #find(String,int)
- $$
Same as #findAll(By)
- has
immediately returns true if element matches given condition Method doesn't wait!
WARNING: This metho
- parent
Get parent element of this element ATTENTION! This method doesn't start any
search yet! For example,
- selectRadio
Select radio button
- sendKeys
- setValue
Implementation details:If Configuration.versatileSetValue is true, can work as
'selectOptionByValue'
- shouldNot
Checks that given element does not meet given conditions.
IMPORTANT: If element does match the con