i need do a click in point x=466 and y=590
when i try:
driver.execute_script("window.scrollTo(466, 590)").click()
i get a error on click() method
i'd like to know how can i do a click with scroll to this point
i need do a click in point x=466 and y=590
when i try:
driver.execute_script("window.scrollTo(466, 590)").click()
i get a error on click() method
i'd like to know how can i do a click with scroll to this point