def mouse_hover(self): """Hover the mouse over element :return: None """ webdriver.ActionChains(self.browser).move_to_element(self.element).perform()