Checks if root element has selected class.
Clicks on root element.
Clicks on internal element which is child from root element on current context. Supports css or xPath selectors. If does not found - throws an exception.
Gets attribute value of root element.
Gets bounding box of root element.
Gets child elements from root element. Can wait for array to be not empty. (Default - doesn't wait) Supports xPath and css selectors.
Gets text of internal element which is child from root element on current context. Supports css or xPath selectors. If does not found - throws an exception.
Gets value property of root element.
Hovers root element.
Checks if root element has checked property.
Checks if root element has disabled property or class.
Checks if child element from root element exists. Supports css and xPath selectors.
Scrolls to root element.
Waits for child element from root element does not exist. Supports xPath and css selectors.
Waits for internal element which is child from root element on current context. Supports css or xPath selectors. If does not found - throws an exception.
Waits for root element to stop jumping or rendering.
Waits for element to exist from context root (Page or Frame). If doesn't found - throws exception.
Waits for root element to be not visible.
Generated using TypeDoc
Wrapper for element entity which has already been initialized. Supports context model. If custom context (Frame or another Page) would be defined, it would be used, otherwise would be used default context.