-
-
Notifications
You must be signed in to change notification settings - Fork 8.4k
dragAndDrop work and doesn't work with Java and Chrome #8624
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Updated with new info and 2 cases. |
Greetings @v3g3t4x @AutomatedTester can you triage this as a Chromedriver and GeckoDriver related issue? |
Duplicate of #8003 |
🐛 Bug Report
Simple drag and drop snippet of code doesn't work with Chrome.
To Reproduce
You can find here code that works on a demo site and a code that doesn't work in other site, what's the issue?
In both case I am using a RemoteWebDriver:
SITE AND CODE WORKS
Demo site URL: http://demo.guru99.com/test/drag_drop.html
SITE AND CODE DOESN'T WORK
Demo site URL: https://www.seleniumeasy.com/test/drag-and-drop-demo.html
##Notes
In both case the code is the same and xpath are valid and correct, I am confused why in the second case doesn't work?
Are there some constrains around webelement type or xpath used or html page structure?
Environment
OS: Docker Container
Browser: Chrome
Browser version: all version (tested sure on 77/80/84)
Language Bindings version: Java 1.8
The text was updated successfully, but these errors were encountered: