Uses of Interface
org.jboss.test.selenium.framework.AjaxSelenium

Packages that use AjaxSelenium
org.jboss.test.selenium   
org.jboss.test.selenium.framework   
org.jboss.test.selenium.guard.request   
org.jboss.test.selenium.locator.iteration   
 

Uses of AjaxSelenium in org.jboss.test.selenium
 

Fields in org.jboss.test.selenium declared as AjaxSelenium
protected  AjaxSelenium AbstractTestCase.selenium
           
 

Uses of AjaxSelenium in org.jboss.test.selenium.framework
 

Classes in org.jboss.test.selenium.framework that implement AjaxSelenium
 class AjaxSeleniumImpl
           Implementation of TypedSelenium extended by methods in ExtendedTypedSeleniumImpl.
 

Methods in org.jboss.test.selenium.framework that return AjaxSelenium
 AjaxSelenium AjaxSeleniumImpl.clone()
           
 AjaxSelenium AjaxSelenium.clone()
          Immutable clone of this object.
static AjaxSelenium AjaxSeleniumProxy.getInstance()
          Returns the instance of proxy to thread local context of AjaxSelenium
 

Methods in org.jboss.test.selenium.framework with parameters of type AjaxSelenium
static void AjaxSeleniumProxy.setCurrentContext(AjaxSelenium selenium)
          Sets the AjaxSelenium context for current thread
 

Uses of AjaxSelenium in org.jboss.test.selenium.guard.request
 

Methods in org.jboss.test.selenium.guard.request that return AjaxSelenium
static AjaxSelenium RequestTypeGuardFactory.guard(AjaxSelenium selenium, RequestType requestExpected)
          Shortcut for registering a guard for specified request type on given selenium object.
static AjaxSelenium RequestTypeGuardFactory.guardHttp(AjaxSelenium selenium)
          Shortcut for registering a regular HTTP request on given selenium object.
static AjaxSelenium RequestTypeGuardFactory.guardNoRequest(AjaxSelenium selenium)
          Shortcut for registering a guard for no request on given selenium object.
static AjaxSelenium RequestTypeGuardFactory.guardXhr(AjaxSelenium selenium)
          Shortcut for registering a XMLHttpRequest on given selenium object.
static AjaxSelenium RequestTypeGuardFactory.waitHttp(AjaxSelenium selenium)
          Shortcut for registering guard waiting for interception of HTTP type request
static AjaxSelenium RequestTypeGuardFactory.waitXhr(AjaxSelenium selenium)
          Shortcut for registering guard waiting for interception of XHR type request
 

Methods in org.jboss.test.selenium.guard.request with parameters of type AjaxSelenium
static AjaxSelenium RequestTypeGuardFactory.guard(AjaxSelenium selenium, RequestType requestExpected)
          Shortcut for registering a guard for specified request type on given selenium object.
static AjaxSelenium RequestTypeGuardFactory.guardHttp(AjaxSelenium selenium)
          Shortcut for registering a regular HTTP request on given selenium object.
static AjaxSelenium RequestTypeGuardFactory.guardNoRequest(AjaxSelenium selenium)
          Shortcut for registering a guard for no request on given selenium object.
static AjaxSelenium RequestTypeGuardFactory.guardXhr(AjaxSelenium selenium)
          Shortcut for registering a XMLHttpRequest on given selenium object.
static AjaxSelenium RequestTypeGuardFactory.waitHttp(AjaxSelenium selenium)
          Shortcut for registering guard waiting for interception of HTTP type request
static AjaxSelenium RequestTypeGuardFactory.waitXhr(AjaxSelenium selenium)
          Shortcut for registering guard waiting for interception of XHR type request
 

Uses of AjaxSelenium in org.jboss.test.selenium.locator.iteration
 

Fields in org.jboss.test.selenium.locator.iteration declared as AjaxSelenium
protected  AjaxSelenium AbstractElementList.selenium
          Proxy to local selenium instance
 



Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.