Skip to content

conf_table

ConfigurationTable(browser, container, mapping={})

Bases: Table

The table located in the configuration page.

Source code in pytest_splunk_addon_ui_smartx/components/conf_table.py
25
26
def __init__(self, browser, container, mapping={}):
    super().__init__(browser, container, mapping)