public class XPathLibrary extends Object implements SeleniumRepresentable
| Modifier and Type | Field and Description |
|---|---|
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 and Description |
|---|
XPathLibrary(String xpathLibraryName)
New named XPath library
|
public static final XPathLibrary DEFAULT
AJAXSLTpublic static final XPathLibrary AJAXSLT
public static final XPathLibrary JAVASCRIPT_XPATH
public XPathLibrary(String xpathLibraryName)
xpathLibraryName - the XPath library namepublic String inSeleniumRepresentation()
SeleniumRepresentableinSeleniumRepresentation in interface SeleniumRepresentableCopyright © 2013 JBoss by Red Hat. All Rights Reserved.