Textbox

class pytest_splunk_addon_ui_smartx.components.controls.textbox.TextBox(browser, container, encrypted=False)[source]

Bases: pytest_splunk_addon_ui_smartx.components.controls.base_control.BaseControl

Entity-Component: TextBox

clear_text()[source]

Clears the textbox value

get_placeholder_value()[source]

get placeholder value from the textbox

get_type()[source]
Get type of value entered in textbox
return

Type of input within the textbox

get_value()[source]
get value from the textbox
return

Str The current value of the textbox

is_editable()[source]
Returns True if the Textbox is editable, False otherwise
return

Bool whether or not the textbox is editable

set_value(value)[source]

set value of the textbox

wait_to_be_editable()[source]

Wait for the textbox field to be editable