Graphene Selenium: API 2.0.0.Alpha1

org.jboss.arquillian.ajocado.locator
Interface LocationStrategy

All Known Implementing Classes:
AbstractLocationStrategy, ElementLocationStrategy, FrameLocationStrategy, OptionLocationStrategy, WindowLocationStrategy

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

Graphene Selenium: API 2.0.0.Alpha1

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