|
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.configuration.XPathLibrary
public class XPathLibrary
Encapsulates the current implementations of XPath libraries supported by Selenium.
| Field Summary | |
|---|---|
static XPathLibrary |
AJAXSLT
Google's library |
static XPathLibrary |
DEFAULT
Default library, currently Google's library, see AJAXSLT |
static XPathLibrary |
JAVASCRIPT_XPATH
Cybozu Labs' faster library |
| Constructor Summary | |
|---|---|
XPathLibrary(String xpathLibraryName)
New named XPath library |
|
| Method Summary | |
|---|---|
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 |
| Field Detail |
|---|
public static final XPathLibrary DEFAULT
AJAXSLT
public static final XPathLibrary AJAXSLT
public static final XPathLibrary JAVASCRIPT_XPATH
| Constructor Detail |
|---|
public XPathLibrary(String xpathLibraryName)
xpathLibraryName - the XPath library name| Method Detail |
|---|
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 | |||||||||