561 B
561 B
Selenium
Move the mouse to element(s) then click at the end
e1 = driver.find_element_by_xpath('//*[@id="nav"]/ol/li[5]/a')
e2 = e1.find_element_by_xpath('../ul/li[1]/a')
actions.move_to_element(e1).move_to_element(e2).perform()
e2.click()
class this all up!
add image to a class and iterate through adding each one