def sign_in_button(self): return HtmlButtonElement(self.web_driver, By.id('SubmitLogin'), self)
def menu_section(self): return MenuSection(self.web_driver, By.id('block_top_menu'), self)
def content_section(self): return ContentSection(self.web_driver, By.id('columns'), self)
def search_input(self): return HtmlInputElement(self.web_driver, By.id('search_query_top'), self)
def already_registered_section(self): return AlreadyRegisteredSection(self.web_driver, By.id('login_form'), self)
def create_account_section(self): return CreateAccountSection(self.web_driver, By.id('create-account_form'), self)