Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python selenium button is not clickable at point

element = driver.find_element_by_class_name('pagination-r')
driver.execute_script("arguments[0].click();", element)
 
PREVIOUS NEXT
Tagged: #python #selenium #button #clickable #point
ADD COMMENT
Topic
Name
3+5 =