Graphene Selenium: API 2.0.0.Alpha1

org.jboss.arquillian.ajocado.locator.frame
Interface FrameLocator<T extends FrameLocator<T>>

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

public interface FrameLocator<T extends FrameLocator<T>>
extends Locator<T>

Locator for locating select options on page.

Version:
$Revision$
Author:
Lukas Fryc

Method Summary
 FrameLocationStrategy 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

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

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

Graphene Selenium: API 2.0.0.Alpha1

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