Button

class pytest_splunk_addon_ui_smartx.components.controls.button.Button(browser, container)[source]

Bases: pytest_splunk_addon_ui_smartx.components.controls.base_control.BaseControl

Entity_Component : Button

click()[source]

Click on the button

wait_to_be_clickable()[source]
Wait for an web element to be invisible. Raises TimeoutException if the element does not dissapear.
param key

The key of the element mentioned in self.elements

param msg

The error-msg which should be mentioned in the TimeoutException