Graphene Selenium: API 2.0.0.Alpha1

org.jboss.arquillian.ajocado.locator.window
Interface WindowLocator<T extends WindowLocator<T>>

Type Parameters:
T - the type of locator which can be derived from this locator
All Superinterfaces:
Locator<T>, SeleniumRepresentable
All Known Implementing Classes:
AbstractWindowLocator, WindowNameLocator

public interface WindowLocator<T extends WindowLocator<T>>
extends Locator<T>

Locator for locating select options on page.

Version:
$Revision$
Author:
Lukas Fryc

Method Summary
 WindowLocationStrategy getLocationStrategy()
          Returns the location strategy for this element
 
Methods inherited from interface org.jboss.arquillian.ajocado.locator.Locator
format, getRawLocator
 
Methods inherited from interface org.jboss.arquillian.ajocado.selenium.SeleniumRepresentable
inSeleniumRepresentation
 

Method Detail

getLocationStrategy

WindowLocationStrategy getLocationStrategy()
Description copied from interface: Locator
Returns the location strategy for this element

Specified by:
getLocationStrategy in interface Locator<T extends WindowLocator<T>>
Returns:
the location strategy for this element

Graphene Selenium: API 2.0.0.Alpha1

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