Package org.jboss.test.selenium.locator.option

Interface Summary
OptionLocator<T extends OptionLocator<T>> Locator for locating select options on page.
 

Class Summary
AbstractOptionLocator<T extends OptionLocator<T>> Abstract implementation of option locator.
OptionIdLocator Locates the select option with specified id.
OptionIndexLocator Locates the select option based on its index (offset from zero).
OptionLabelLocator Locates select options based on their labels, i.e.
OptionLocationStrategy Strategy for locating select options on the page.
OptionLocatorFactory Utility class simplifying creation of option locators of various types providing it's factories.
OptionValueLocator Locates select options based on their values.
 



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