com.atlassian.jira.webtest.webdriver.selenium
Class PseudoAssertThat

java.lang.Object
  extended by com.atlassian.jira.webtest.webdriver.selenium.PseudoAssertThat

public class PseudoAssertThat
extends Object

Simple class to make it easier to translate selenium tests to webdriver.

Since:
v5.1

Field Summary
static int DROP_DOWN_WAIT
           
 
Constructor Summary
PseudoAssertThat(com.atlassian.webdriver.AtlassianWebDriver driver)
           
 
Method Summary
 void elementNotPresent(String element)
           
 void elementNotPresentByTimeout(String element, int timeout)
           
 void elementPresent(String element)
           
 void elementPresentByTimeout(org.openqa.selenium.By by, int timeout)
           
 void elementPresentByTimeout(String element, int timeout)
           
 void notVisibleByTimeout(String element, int timeout)
           
 void textPresent(String text)
           
 void textPresentByTimeout(String text, int timeout)
           
 void visibleByTimeout(String element, int timeout)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DROP_DOWN_WAIT

public static final int DROP_DOWN_WAIT
See Also:
Constant Field Values
Constructor Detail

PseudoAssertThat

public PseudoAssertThat(com.atlassian.webdriver.AtlassianWebDriver driver)
Method Detail

visibleByTimeout

public void visibleByTimeout(String element,
                             int timeout)

notVisibleByTimeout

public void notVisibleByTimeout(String element,
                                int timeout)

elementNotPresentByTimeout

public void elementNotPresentByTimeout(String element,
                                       int timeout)

elementPresentByTimeout

public void elementPresentByTimeout(String element,
                                    int timeout)

elementPresent

public void elementPresent(String element)

elementPresentByTimeout

public void elementPresentByTimeout(org.openqa.selenium.By by,
                                    int timeout)

elementNotPresent

public void elementNotPresent(String element)

textPresentByTimeout

public void textPresentByTimeout(String text,
                                 int timeout)

textPresent

public void textPresent(String text)


Copyright © 2002-2013 Atlassian. All Rights Reserved.