def __init(self, driver): BasePage.__init__(self, driver)
def __init__(self, context): BasePage.__init__(self, context)
def __init__(self, driver): BasePage.__init__(self, driver)
def __init__(self, context): BasePage.__init__(self, context) WebDriverWait(self.browser, self.timeout).until(expected_conditions.visibility_of_element_located(self.locators['page_main_object']))