org.jboss.test.selenium.locator
Interface LocationStrategy

All Known Implementing Classes:
AbstractLocationStrategy, ElementLocationStrategy, OptionLocationStrategy

public interface LocationStrategy

Strategy for locating items on page.

Version:
$Revision$
Author:
Lukas Fryc

Method Summary
 String getStrategyName()
           Gets the strategy name used to express location strategy in Selenium API.
 

Method Detail

getStrategyName

String getStrategyName()

Gets the strategy name used to express location strategy in Selenium API.

E.g. <strategyName>=<locator>

Returns:
the strategy name


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