-
Notifications
You must be signed in to change notification settings - Fork 201
Drag events are not emitted during actions #1488
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
added test in web-platform-tests/wpt#22426 |
@AutomatedTester Is there any update on this issue? Currently facing similar issue, where trying to drag and drop to the canvas using python actions chains but its not working. Trying to drag source_1 to div class=react-flow__pane. Chrome version: |
Any update on this bug? |
It seems to be dead (no changes for 2 years). This issue exists a lot longer than it was reported here. It's ridiculous. |
Any update on this? |
I've tested one more time. offsetissue.mov
ref-link: webdriverio/webdriverio#6596 |
Any update on that issues? |
I am also having this issue I have a table row that had the draggable prop on it and I am not able to drag and drop elements. |
Hi I have a similar problem in selenium 4.7.2 + python 3.11 and ChromeDriver 108.0.5359.71. I check "Demo 1" on the website https://www.lambdatest.com/selenium-playground/drag-and-drop-demo |
@AutomatedTester You mentioned that you provided a test #1488 (comment) but the problem still happens. Can you clarify what is the expected status? is it fixed in some versions? If not fixed, do you have some ideas/pointers to explain in which part of codebase it should be done? EDIT: is it that you provide a test on the WebDriver specification but each webdriver implementors need to implement the feature on their side? For instance, this issue for chrome webdriver https://bugs.chromium.org/p/chromedriver/issues/detail?id=2695 ? |
For geckodriver this is most likely mozilla/geckodriver#1450. |
Add a duration to your drag. As per the specs, https://github.com/jlipps/simple-wd-spec#perform-actions I got this working using WebdriverIO by also adding in human-like pauses with the clicks and moving to the centre of the element: webdriverio/webdriverio#8022 (comment) |
In SeleniumHQ/selenium#8003 we can see that drag events don't get emitted. These events are used for elements that have a
draggable
attributeThe text was updated successfully, but these errors were encountered: