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