Discovers a single UI5 control matching the selector.
Optionaloptions: { timeout?: number }Fills the UI5 control matching the selector with the given text.
Gets the visible text of the UI5 control matching the selector.
Selects an item in a selection control.
Waits for UI5 to reach a stable (idle) state.
Optionaltimeout: number
Minimal UI5 interaction API required by core-wrappers.
Remarks
Declared as a structural interface so the wrappers can be unit-tested with simple mock objects without importing the full
UI5Handlerclass.Example