docs(network): add proxy back-ref to api docs (#33839)

This commit is contained in:
Max Schmitt 2024-12-02 16:20:44 -08:00 committed by GitHub
parent 4e33ade287
commit 9b5f7f77b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -115,8 +115,7 @@ await page.GotoAsync("https://example.com");
You can configure pages to load over the HTTP(S) proxy or SOCKSv5. Proxy can be either set globally
for the entire browser, or for each browser context individually.
You can optionally specify username and password for HTTP(S) proxy, you can also specify hosts to
bypass proxy for.
You can optionally specify username and password for HTTP(S) proxy, you can also specify hosts to bypass the [`option: Browser.newContext.proxy`] for.
Here is an example of a global proxy: