Esempio n. 1
0
 def sign_in_button(self):
     return HtmlButtonElement(self.web_driver, By.id('SubmitLogin'), self)
Esempio n. 2
0
 def menu_section(self):
     return MenuSection(self.web_driver, By.id('block_top_menu'), self)
Esempio n. 3
0
 def content_section(self):
     return ContentSection(self.web_driver, By.id('columns'), self)
Esempio n. 4
0
 def search_input(self):
     return HtmlInputElement(self.web_driver, By.id('search_query_top'),
                             self)
Esempio n. 5
0
 def already_registered_section(self):
     return AlreadyRegisteredSection(self.web_driver, By.id('login_form'),
                                     self)
Esempio n. 6
0
 def create_account_section(self):
     return CreateAccountSection(self.web_driver,
                                 By.id('create-account_form'), self)