Ejemplo n.º 1
0
 def MoveToElement(self, browser, element):
     try:
         action = ActionChains(browser)
         action.MoveToElement(element).perform()
     except:
         print('Something went wrong!')