org.jboss.test.selenium.locator.option
Class OptionIdLocator

java.lang.Object
  extended by org.jboss.test.selenium.locator.AbstractLocator<T>
      extended by org.jboss.test.selenium.locator.option.AbstractOptionLocator<OptionIdLocator>
          extended by org.jboss.test.selenium.locator.option.OptionIdLocator
All Implemented Interfaces:
Locator<OptionIdLocator>, OptionLocator<OptionIdLocator>

public class OptionIdLocator
extends AbstractOptionLocator<OptionIdLocator>

Locates the select option with specified id.

Version:
$Revision$
Author:
Lukas Fryc

Constructor Summary
OptionIdLocator(String id)
           
 
Method Summary
 OptionLocationStrategy getLocationStrategy()
          Returns the location strategy for this element
 
Methods inherited from class org.jboss.test.selenium.locator.AbstractLocator
format, getAsString, getRawLocator, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jboss.test.selenium.locator.Locator
format, getAsString, getRawLocator
 

Constructor Detail

OptionIdLocator

public OptionIdLocator(String id)
Method Detail

getLocationStrategy

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

Returns:
the location strategy for this element


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