-
-
Notifications
You must be signed in to change notification settings - Fork 8.4k
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
ActionChains does not reset actions #7913
Comments
@bayilyas Using the latest public release of the python bindings, this worked pretty well. |
Yes, I'm using 3.141.0
|
@bayilyas I have confirmed this is a bug. It seems that the driver builds up a list internally instead of the code itself so this may be driver bug. :/ |
@Dude-x Same behavior with geckodriver 0.26.0 and 0.21.0 versions |
@bayilyas It is possible that the command to reset actions is flawed in the Python driver. Can you test another language binding like Java? |
@Dude-x No issue with Java |
@bayilyas I've have studied the Java source code and it does not have a method to reset actions, despite building up a list. Also the list it uses internally is "ummodifiable". |
* Fix clear actions in ActionChains Clear actions in ActionChains object after perform Fixes #7913 * Delete droppableItemsMulti.html Co-authored-by: David Burns <david.burns@theautomatedtester.co.uk>
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. |
🐛 Bug Report
ActionChains does not reset actions.
To Reproduce
Drag and drop
Detailed steps to reproduce the behavior:
All elements drag and drop every loop iteration
Expected behavior
Reset actions and do one drag and drop for each iteration
Test script or set of commands reproducing this issue
Environment
OS: macOS Catalina Version 10.15.2
Language Bindings version: Python 3.141.0
Browser: Chrome
Browser version: 79.0.3945.88 (Official Build) (64-bit)
Browser Driver version: ChromeDriver 79.0.3945.36
Browser: Firefox
Browser version: 72.0.1 (64-bit)
Browser Driver version: geckodriver v0.26.0, v0.21.0
The text was updated successfully, but these errors were encountered: