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

This commit is contained in:
Max Schmitt 2024-12-02 08:20:55 -08:00
parent b5bd543cc6
commit 2fd020cbdf

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: