SapElement inherits from UiElement, representing an SAP element with SAP specific automation operations.
- extends: UiElement
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 #
- child:get child element by given index.
- select_item: select the SAP item.
- call_transaction: call the SAP transaction.
- get_statusbar: get information of the SAP status bar.