Remove support for legacy {"ELEMENT": <UUID>} web element objects
Categories
(Testing :: geckodriver, enhancement)
Tracking
(firefox67 fixed)
| Tracking | Status | |
|---|---|---|
| firefox67 | --- | fixed |
People
(Reporter: ato, Assigned: championshuttler)
References
(Blocks 1 open bug)
Details
(Keywords: good-first-bug)
Attachments
(1 file)
geckodriver supports legacy {"ELEMENT": <UUID>} Selenium-styled
web element references. These have been removed from most, if not
all, relevant clients and we should also purge it from geckodriver
in preparation of the 1.0 release.
The legacy web element key is defined here:
https://searchfox.org/mozilla-central/rev/93905b660fc99a5d52b683690dd26471daca08c8/testing/geckodriver/src/command.rs#17
And used here:
https://searchfox.org/mozilla-central/source/testing/geckodriver/src/marionette.rs#396
See this for more information working on geckodriver:
https://firefox-source-docs.mozilla.org/testing/geckodriver/
| Reporter | ||
Updated•7 years ago
|
| Assignee | ||
Comment 2•7 years ago
|
||
Hi :whimboo , :ato , I would like to work on it
Thanks
| Assignee | ||
Updated•7 years ago
|
| Assignee | ||
Comment 3•7 years ago
|
||
| Reporter | ||
Comment 4•7 years ago
|
||
(In reply to Henrik Skupin (:whimboo) [⌚️UTC+1] (away 02/28 - 03/03) from comment #1)
This depends on bug 1495063, right?
It shouldn’t be, since that is about not using ad-hoc element
serialisation in communication with Marionette, and this is about
the public-facing {"ELEMENT": "…"} for WebDriver.
| Assignee | ||
Updated•7 years ago
|
Comment 6•7 years ago
|
||
| bugherder | ||
Description
•