|
Ajocado API 1.0.0.Alpha2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.arquillian.ajocado.encapsulated.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)
Instantiates a new xpath library. |
|
| Method Summary | |
|---|---|
String |
getXpathLibraryName()
Gets the xpath library name. |
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 getXpathLibraryName()
public String toString()
toString in class Object
|
Ajocado API 1.0.0.Alpha2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||