Open
Bug 1673481
Opened 4 years ago
Updated 2 years ago
Attempt to resume or retry "WebDriver:ElementSendKeys" command aborted by MarionetteFrameActor
Categories
(Remote Protocol :: Marionette, task, P3)
Tracking
(Not tracked)
NEW
People
(Reporter: jdescottes, Unassigned)
References
(Depends on 2 open bugs, Blocks 1 open bug)
Details
See https://bugzilla.mozilla.org/show_bug.cgi?id=1673345#c0 for more context.
If the sendKeysToElement
query fails due to an AbortError, we will assume the command was successful and will silently return null. The goal of this bug is to try to better track the completion of the command so that we can decide if it needs to be retried with the next JSWindowActor pair.
Comment 1•4 years ago
|
||
Note that this command should actually make use of WebDriver:PerformActions
, which hasn't been implemented yet due to missing support for Chrome scope. With actors enabled the support will be there and as such the command could be updated.
Updated•2 years ago
|
Product: Testing → Remote Protocol
You need to log in
before you can comment on or make changes to this bug.
Description
•