Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to click the next button on a website using python

element = wait.until(EC.element_to_be_clickable((By.CSS_SELECTOR, '.pagination a[rel=next]'))
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #click #button #website #python
ADD COMMENT
Topic
Name
2+1 =