Bug 258728 - MiniBrowser add PAC proxy support
Summary: MiniBrowser add PAC proxy support
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-06-30 07:00 PDT by Dario
Modified: 2023-07-07 07:01 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dario 2023-06-30 07:00:27 PDT
I'm currently working on a playwright test suite that requires a PAC Proxy server. While I can easily set the PAC proxy in Chrome using command line arguments and in Firefox using preference settings, I'm facing difficulty setting it on the WebKit browser used by Playwright. 

I found that WebKit has implemented PAC support for Webdriver ( https://bugs.webkit.org/show_bug.cgi?id=242792). I'm wondering if it's possible to expose these settings through a command line argument?