WebElement

WebElement class inherits from UiElement, representing the web UI element with web specific operations.

Properties #

  • parent: parent element, return WebElement.
  • children: child elements, return list of WebElement.
  • next_sibling: next sibling element, return WebElement.
  • previous_sibling: previous sibling element, return WebElement.

Methods #

What are your feelings
Table of contents
Updated on 29 August 2023