Input table

class pytest_splunk_addon_ui_smartx.components.input_table.InputTable(browser, container, mapping={})[source]

Bases: pytest_splunk_addon_ui_smartx.components.table.Table

Component: Input Table Input table has enable/disable, more-info views additionally to configuration table.

input_status_toggle(name, enable)[source]
This function sets the table row status as either enabled or disabled. If it is already enabled then it reuturns an exception
param name

Str The row that we want to enable st the status to as enabled or disabled

param enable

Bool Whether or not we want the table field to be set to enable or disable

return

Bool whether or not enabling or disabling the field was successful, If the field was already in the state we wanted it in, then it will return an exception