conf_table¶
ConfigurationTable(browser, container, mapping={})
¶
Bases: Table
flowchart TD
pytest_splunk_addon_ui_smartx.components.conf_table.ConfigurationTable[ConfigurationTable]
pytest_splunk_addon_ui_smartx.components.table.Table[Table]
pytest_splunk_addon_ui_smartx.components.base_component.BaseComponent[BaseComponent]
pytest_splunk_addon_ui_smartx.components.table.Table --> pytest_splunk_addon_ui_smartx.components.conf_table.ConfigurationTable
pytest_splunk_addon_ui_smartx.components.base_component.BaseComponent --> pytest_splunk_addon_ui_smartx.components.table.Table
click pytest_splunk_addon_ui_smartx.components.conf_table.ConfigurationTable href "" "pytest_splunk_addon_ui_smartx.components.conf_table.ConfigurationTable"
click pytest_splunk_addon_ui_smartx.components.table.Table href "" "pytest_splunk_addon_ui_smartx.components.table.Table"
click pytest_splunk_addon_ui_smartx.components.base_component.BaseComponent href "" "pytest_splunk_addon_ui_smartx.components.base_component.BaseComponent"
The table located in the configuration page.
Source code in pytest_splunk_addon_ui_smartx/components/conf_table.py
25 26 | |