[meta] Allow WebDriver clients to request for a debuggerAddress of Remote Agent
Categories
(Testing :: geckodriver, task)
Tracking
(Not tracked)
People
(Reporter: whimboo, Unassigned)
References
(Depends on 1 open bug)
Details
(Keywords: meta)
User Story
Running BiDi tests with Selenium: https://gist.github.com/AutomatedTester/ec3c751e18b8339edcf9c238ba8775c6
Before we will have the WebDriver BiDi implementation we can already allow Selenium and other WebDriver clients to request a websocket URL.
Reporter | ||
Comment 1•4 years ago
|
||
With bug 1675266 fixed the signed geckodriver builds from mozilla-central offer the opt-in via moz:debuggerAddress: true
now. Here you can grab the binaries from:
https://treeherder.mozilla.org/jobs?repo=mozilla-central&searchStr=gd-s
I will keep this bug open to get the remaining test added,. Also while working with David on getting Selenium support added some follow-up work might be necessary.
Reporter | ||
Updated•4 years ago
|
Reporter | ||
Comment 2•4 years ago
|
||
Bug 1680780 doesn't seem to block us right now. As such lets get it removed for now. I'll still have to take a look to create a test for bug 1672366.
Reporter | ||
Updated•4 years ago
|
Reporter | ||
Updated•4 years ago
|
Reporter | ||
Comment 3•4 years ago
|
||
As requested by David we need a geckodriver release to make it publicly accessible. It's tracked on bug 1668243.
Reporter | ||
Comment 4•3 years ago
|
||
This work is basically done.
Description
•