|
Graphene Selenium: API 2.0.0.Alpha1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.arquillian.ajocado.locator.AbstractLocator<T>
T - the type of locator which can be derived from this locatorpublic abstract class AbstractLocator<T extends Locator<T>>
Abstract implementation of locator.
Able to return the locator as string for use in Selenium inSeleniumRepresentation()
| Constructor Summary | |
|---|---|
AbstractLocator(String locator)
The locator constructor |
|
| Method Summary | |
|---|---|
Locator<T> |
format(Object... args)
Formats the locator with placeholders given by SimplifiedFormat. |
String |
getRawLocator()
Returns the raw locator (without the prefix defining location strategy) representation. |
String |
inSeleniumRepresentation()
Returns Selenium's string representation of this object |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.jboss.arquillian.ajocado.locator.Locator |
|---|
getLocationStrategy |
| Constructor Detail |
|---|
public AbstractLocator(String locator)
locator - the string representation of locator (without the locator type prefix)| Method Detail |
|---|
public String getRawLocator()
Locator
getRawLocator in interface Locator<T extends Locator<T>>public Locator<T> format(Object... args)
LocatorSimplifiedFormat.
format in interface Locator<T extends Locator<T>>args - the arguments for filling in the placeholders
public String inSeleniumRepresentation()
SeleniumRepresentable
inSeleniumRepresentation in interface SeleniumRepresentablepublic String toString()
toString in class Object
|
Graphene Selenium: API 2.0.0.Alpha1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||