Ajocado API 1.0.0.Alpha2

org.jboss.arquillian.ajocado.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

Ajocado API 1.0.0.Alpha2

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