Uses of Class
com.hp.lft.sdk.web.XPathDescription
Packages that use XPathDescription
-
Uses of XPathDescription in com.hp.lft.sdk.web
Methods in com.hp.lft.sdk.web that return XPathDescriptionModifier and TypeMethodDescriptionWebElementDescription.getXPath()
Returns the element's XPath used to describe the test object.Methods in com.hp.lft.sdk.web with parameters of type XPathDescriptionModifier and TypeMethodDescription<TChild extends WebElement>
TChildWebTestObjectDescriber.describe
(Class<TChild> type, XPathDescription xpath) Describes a child test object using the provided XPath.void
WebElementDescription.setXPath
(XPathDescription xpath) Sets the element's XPath.WebElementDescription.Init.xpath
(XPathDescription xpath) Initializes the element's XPath.