Uses of Class
com.hp.lft.sdk.web.CSSDescription
Packages that use CSSDescription
-
Uses of CSSDescription in com.hp.lft.sdk.web
Methods in com.hp.lft.sdk.web that return CSSDescriptionModifier and TypeMethodDescriptionWebElementDescription.getCSSSelector()
Returns the CSS Selector query used to describe the test object.Methods in com.hp.lft.sdk.web with parameters of type CSSDescriptionModifier and TypeMethodDescriptionWebElementDescription.Init.cssSelector
(CSSDescription cssSelector) Initializes the element's CSS Selector query.<TChild extends WebElement>
TChildWebTestObjectDescriber.describe
(Class<TChild> type, CSSDescription css) Describes a child test object using the provided CSS selector.void
WebElementDescription.setCSSSelector
(CSSDescription cssSelector) Sets the element's CSS Selector query.