com.atlassian.selenium
Class Conditions
java.lang.Object
com.atlassian.selenium.Conditions
public class Conditions
- extends Object
A set of conditions used in waitTill... methods in the @class{SeleniumAssertions}
- Since:
- v3.12
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Conditions
public Conditions()
isVisible
public static Condition isVisible(String element)
isNotVisible
public static Condition isNotVisible(String element)
isPresent
public static Condition isPresent(String element)
isNotPresent
public static Condition isNotPresent(String element)
isTextPresent
public static Condition isTextPresent(String text)
isTextNotPresent
public static Condition isTextNotPresent(String text)
Copyright © 2014 Atlassian. All rights reserved.