Bug 258728
| Summary: | MiniBrowser add PAC proxy support | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Dario <dariokondratiuk> |
| Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | bugs-noreply, jan.brummer, mcatanzaro, webkit-bug-importer |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=291316 | ||
Dario
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?
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |