Skip to main content

SapElement

SapElement inherits from UiElement, representing an SAP element with SAP specific automation operations.

Properties

  • parent: parent element, return SapElement.

  • children: child elements, return list of SapElement.

  • next_sibling: next sibling element, return SapElement.

  • previous_sibling: previous sibling element, return SapElement.

Methods