Closed bschmalhofer closed 1 year ago
I still think the the method button_up()
should be fixed. I updated the PR, making sure it still applies to the current HEAD of master.
Should be in 1.49, just uploaded to CPAN
Thanks a bunch. I updated my required version of Selenium::Remote::Driver and closed https://github.com/RotherOSS/otobo/issues/727 .
I have been looking at DragAndDrop failures of the Selenium tests for OTOBO. There I noticed that pointerDown was emitted twice. I think that the WebDriver action should be pointerUp instead of pointerDown for the sub
button_up()
.