com.atlassian.selenium
Class Conditions

java.lang.Object
  extended by com.atlassian.selenium.Conditions

public class Conditions
extends Object

A set of conditions used in waitTill... methods in the @class{SeleniumAssertions}

Since:
v3.12

Constructor Summary
Conditions()
           
 
Method Summary
static Condition isNotPresent(String element)
           
static Condition isNotVisible(String element)
           
static Condition isPresent(String element)
           
static Condition isTextNotPresent(String text)
           
static Condition isTextPresent(String text)
           
static Condition isVisible(String element)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Conditions

public Conditions()
Method Detail

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 © 2010 Atlassian Pty Ltd. All Rights Reserved.