I\'m trying to move my mouse pointer to a certain element on the webpage. I used elem = driver.find_element_by_xpath(xpath) to locate the element, and ele
elem = driver.find_element_by_xpath(xpath)
ele