Oauth Select

class pytest_splunk_addon_ui_smartx.components.controls.oauth_select.OAuthSelect(browser, container, searchable=True)[source]

Bases: pytest_splunk_addon_ui_smartx.components.controls.base_control.BaseControl

Entity-Component: OAuthSelect

OAuthSelect Javascript framework: OAuthSelect

A dropdown which can select only one value

get_value()[source]
Gets the selected value
return

Str The elected value within the dropdown, else returns blank

list_of_values()[source]
Gets the list of value from the Single Select
returns

List of options from the single select

select(value)[source]
Selects the value within hte select dropdown
param value

the value to select

return

Bool if successful in selection, else raises an error