Page

class pytest_splunk_addon_ui_smartx.pages.page.Page(ucc_smartx_selenium_helper, ucc_smartx_rest_helper, open_page=True)[source]

Bases: object

Instance of a Page class holds all the components inside the page. To access the component, just do page.component.action_method() The page class should not have any interaction method for any visible components. It is supposed to hold all the components only.

open()[source]

Abstract Method. Open the page