Checkout our demo site to practice selenium https://magento.softwaretestingboard.com/

0 like 0 dislike
473 views
by The go-to Tester (218 points)
retagged by
I am trying to use MoveToElement for my automation project. I am using geckodriver. Selenium webdriver version is 3.0.1 and firefox version is 51.  I found this problem after i upgraded to selenium 3.0.1
by The go-to Tester (181 points)
Can you post the error you are getting by replying to this comment? Detailed stacktrace will help us figure out the issue easily.
by The go-to Tester (218 points)
I am getting Element not found exception

1 Answer

0 like 0 dislike
by The go-to Tester (181 points)
selected by
 
Best answer
Check with your element. It might have been changed. Also, if you are using xPath, try to use CSS selector or relative xpath.

Try that and let me know your feedback in comment.
...