You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would hint to clients whether a given WebDriver Bidi implementation supports drag n' drop. This would imply drag n' drop must be disabled in their browser.
Pros
The test state can never be invalid.
Cons
Implementations may never get around to implementing drag n' drop.
Do nothing.
Pros
Implementations must get around to implementing drag n' drop.
Cons
The test state can be invalid.
The text was updated successfully, but these errors were encountered:
Background
Currently, Drag n' Drop is not working on any implementation of WebDriver BiDi according to WPT tests.
Problem
When a drag is initiated by a WebDriver BiDi mouse action, all inputs get ignored (yes, even mouse up), which makes the test state invalid.
Solutions
There are a couple solutions to this.
Add a
dragAndDrop
capability to session.CapabilitiesRequest and session.NewResultThis would hint to clients whether a given WebDriver Bidi implementation supports drag n' drop. This would imply drag n' drop must be disabled in their browser.
Pros
Cons
Do nothing.
Pros
Cons
The text was updated successfully, but these errors were encountered: