Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python autoclick website

def click_me(string):
    driver.find_element_by_xpath("//h3/a[@class='co-product__anchor' and contains(@title, '%s')]//following::button[1]" % (string)).click()
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #python #autoclick #website
ADD COMMENT
Topic
Name
5+9 =