Gets bounding box of element with rootSelector.
Checks if element does exist after wait. Useful when you expect when you do some action and want to check if element is still not appeared after it.
Waits for element to stop jumping or rendering.
Waits for element with rootSelector or it's child would disappear.
Returns element with rootSelector. Ensures that element is not jumping.
Generated using TypeDoc
Wrapper for element. Supports context model. If custom context (Frame or another Page) would be defined, it would be used, otherwise would be used default context.