python autoclick website

Solutions on MaxInterview for python autoclick website by the best coders in the world

showing results for - "python autoclick website"
Tatiana
25 Nov 2019
1def click_me(string):
2    driver.find_element_by_xpath("//h3/a[@class='co-product__anchor' and contains(@title, '%s')]//following::button[1]" % (string)).click()
3