Graphene Selenium: API 2.0.0.Alpha1

Uses of Interface
org.jboss.arquillian.ajocado.locator.window.WindowLocator

Packages that use WindowLocator
org.jboss.arquillian.ajocado.framework   
org.jboss.arquillian.ajocado.locator.window   
 

Uses of WindowLocator in org.jboss.arquillian.ajocado.framework
 

Methods in org.jboss.arquillian.ajocado.framework with parameters of type WindowLocator
 void TypedSelenium.selectPopUp(WindowLocator<?> windowLocator)
          Simplifies the process of selecting a popup window (and does not offer functionality beyond what selectWindow() already provides).
 void TypedSelenium.selectWindow(WindowLocator<?> windowLocator)
          Selects a popup window using a window locator; once a popup window has been selected, all commands go to that window.
 

Uses of WindowLocator in org.jboss.arquillian.ajocado.locator.window
 

Classes in org.jboss.arquillian.ajocado.locator.window with type parameters of type WindowLocator
 class AbstractWindowLocator<T extends WindowLocator<T>>
          Abstract implementation of option locator.
 interface WindowLocator<T extends WindowLocator<T>>
          Locator for locating select options on page.
 

Classes in org.jboss.arquillian.ajocado.locator.window that implement WindowLocator
 class AbstractWindowLocator<T extends WindowLocator<T>>
          Abstract implementation of option locator.
 class WindowNameLocator
          The locator for referencing window by name
 


Graphene Selenium: API 2.0.0.Alpha1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.