Graphene Selenium: API 2.0.0.Alpha1

org.jboss.arquillian.ajocado.locator.option
Interface OptionLocator<T extends OptionLocator<T>>

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

public interface OptionLocator<T extends OptionLocator<T>>
extends Locator<T>

Locator for locating select options on page.

Version:
$Revision$
Author:
Lukas Fryc

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

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

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

Graphene Selenium: API 2.0.0.Alpha1

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