-
-
Notifications
You must be signed in to change notification settings - Fork 8.4k
Actions class methods for dragging and dropping does not work #7782
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
Reproducible on different computers |
I can confirm the same issue using the latest Python version of Selenium. Tested with Chrome 80 and Firefox 72.0.2 (local, not remote). Code to reproduce:
|
This was referenced Feb 13, 2020
Duplicate of #8003 |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
🐛 Bug Report
I have faced with an issue that drag and drop does not work for logic in my application.
I am using C# for triggering the tests.
To verify if it is issue with my project or with WebDriver I have created simple project that tries to drag and drop in https://www.seleniumeasy.com/test/drag-and-drop-demo.html site.
It is reproducible for Chrome, IE, FF (in Chrome and FF it makes draggable element yellow but nothing happen, in IE - nothing happens.
The code is below:
All these combinations does not work.
If not moving mouse to browser it throws
OpenQA.Selenium.WebDriverException: 'The HTTP request to the remote WebDriver server for URL http://localhost:63069/session/abde98f8ab6a2015869e043c17fcc285/actions timed out after 60 seconds.'
To Reproduce
Detailed steps to reproduce the behavior:
Expected behavior
Element should be dragged and dropped to droppable zone.
Test script or set of commands reproducing this issue
Environment
OS: Windows 10
Browser: Chrome (latest), FF (latest), IE
Browser version: 78.0.3904.97
Browser Driver version: 78.0.3904.7000
Language Bindings version: C#
Selenium Grid version (if applicable): -
The text was updated successfully, but these errors were encountered: