Open
Bug 1968887
Opened 10 months ago
Updated 10 months ago
Add support for "system", "autodetect" and "pac" proxy types to "browser.createUserContext" command
Categories
(Remote Protocol :: WebDriver BiDi, task, P3)
Remote Protocol
WebDriver BiDi
Tracking
(Not tracked)
NEW
People
(Reporter: Sasha, Unassigned)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
(Whiteboard: [webdriver:backlog])
In the scope of the bug 1967653 only support for "manual" and "direct" proxy types was added. This bug about adding support for remaining proxy types: "system", "autodetect", "pac". The difficulty here is that the API which is used to set the proxy for a channel requires setting proxy host and port, this information is not available at the moment for the remaining proxy types. So we probably need a new platform API to either get this data or to set directly "system", "autodetect" or "pac" proxy to the channel.
| Reporter | ||
Updated•10 months ago
|
Priority: -- → P3
Whiteboard: [webdriver:backlog]
You need to log in
before you can comment on or make changes to this bug.
Description
•