Login

class pytest_splunk_addon_ui_smartx.components.login.Login(browser, container=Selector(by='css selector', select='form.loginForm'))[source]

Bases: pytest_splunk_addon_ui_smartx.components.base_component.BaseComponent

Component: Login To login into the Splunk instance

login(username, password)[source]
Login into the Splunk instance
param username

Str the username for the splunk instance we want to access

param password

Str the password for the splunk instance we want to access