Answer the question
In order to leave comments, you need to log in
Click on coordinates in Selenium Webdriver Python?
You need to click on the coordinates on the site using Selenium Webdriver Python.
I got this code:
driver = webdriver.Firefox()
driver.get("http://localhost/pythontest.com/")
actions = ActionChains(driver)
actions.move_by_offset(100, 100).click()
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question