Skip to content

Commit 2cdf9cf

Browse files
committed
deploy: 0977f88
1 parent 26d4edd commit 2cdf9cf

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

async_api.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5908,7 +5908,7 @@ <h1 class="title">Module <code>playwright.async_api</code></h1>
59085908
acceptDownloads : Optional[bool]
59095909
Whether to automatically download all the attachments. Defaults to `false` where all the downloads are canceled.
59105910
proxy : Optional[{&#34;server&#34;: str, &#34;bypass&#34;: Optional[str], &#34;username&#34;: Optional[str], &#34;password&#34;: Optional[str]}]
5911-
Network proxy settings to use with this context. Note that browser needs to be launched with the global proxy for this option to work. If all contexts override the proxy, global proxy will be never used and can be any string, for example `launch({ proxy: { server: &#39;per-proxy&#39; } })`.
5911+
Network proxy settings to use with this context. Note that browser needs to be launched with the global proxy for this option to work. If all contexts override the proxy, global proxy will be never used and can be any string, for example `launch({ proxy: { server: &#39;per-context&#39; } })`.
59125912
videosPath : Optional[str]
59135913
Enables video recording for all pages to `videosPath` folder. If not specified, videos are not recorded. Make sure to await `browserContext.close` for videos to be saved.
59145914
videoSize : Optional[{&#34;width&#34;: int, &#34;height&#34;: int}]
@@ -6013,7 +6013,7 @@ <h1 class="title">Module <code>playwright.async_api</code></h1>
60136013
acceptDownloads : Optional[bool]
60146014
Whether to automatically download all the attachments. Defaults to `false` where all the downloads are canceled.
60156015
proxy : Optional[{&#34;server&#34;: str, &#34;bypass&#34;: Optional[str], &#34;username&#34;: Optional[str], &#34;password&#34;: Optional[str]}]
6016-
Network proxy settings to use with this context. Note that browser needs to be launched with the global proxy for this option to work. If all contexts override the proxy, global proxy will be never used and can be any string, for example `launch({ proxy: { server: &#39;per-proxy&#39; } })`.
6016+
Network proxy settings to use with this context. Note that browser needs to be launched with the global proxy for this option to work. If all contexts override the proxy, global proxy will be never used and can be any string, for example `launch({ proxy: { server: &#39;per-context&#39; } })`.
60176017
videosPath : Optional[str]
60186018
Enables video recording for all pages to `videosPath` folder. If not specified, videos are not recorded. Make sure to await `page.close` for videos to be saved.
60196019
videoSize : Optional[{&#34;width&#34;: int, &#34;height&#34;: int}]
@@ -6681,7 +6681,7 @@ <h3>Methods</h3>
66816681
acceptDownloads : Optional[bool]
66826682
Whether to automatically download all the attachments. Defaults to `false` where all the downloads are canceled.
66836683
proxy : Optional[{&#34;server&#34;: str, &#34;bypass&#34;: Optional[str], &#34;username&#34;: Optional[str], &#34;password&#34;: Optional[str]}]
6684-
Network proxy settings to use with this context. Note that browser needs to be launched with the global proxy for this option to work. If all contexts override the proxy, global proxy will be never used and can be any string, for example `launch({ proxy: { server: &#39;per-proxy&#39; } })`.
6684+
Network proxy settings to use with this context. Note that browser needs to be launched with the global proxy for this option to work. If all contexts override the proxy, global proxy will be never used and can be any string, for example `launch({ proxy: { server: &#39;per-context&#39; } })`.
66856685
videosPath : Optional[str]
66866686
Enables video recording for all pages to `videosPath` folder. If not specified, videos are not recorded. Make sure to await `browserContext.close` for videos to be saved.
66876687
videoSize : Optional[{&#34;width&#34;: int, &#34;height&#34;: int}]
@@ -6786,7 +6786,7 @@ <h3>Methods</h3>
67866786
acceptDownloads : Optional[bool]
67876787
Whether to automatically download all the attachments. Defaults to `false` where all the downloads are canceled.
67886788
proxy : Optional[{&#34;server&#34;: str, &#34;bypass&#34;: Optional[str], &#34;username&#34;: Optional[str], &#34;password&#34;: Optional[str]}]
6789-
Network proxy settings to use with this context. Note that browser needs to be launched with the global proxy for this option to work. If all contexts override the proxy, global proxy will be never used and can be any string, for example `launch({ proxy: { server: &#39;per-proxy&#39; } })`.
6789+
Network proxy settings to use with this context. Note that browser needs to be launched with the global proxy for this option to work. If all contexts override the proxy, global proxy will be never used and can be any string, for example `launch({ proxy: { server: &#39;per-context&#39; } })`.
67906790
videosPath : Optional[str]
67916791
Enables video recording for all pages to `videosPath` folder. If not specified, videos are not recorded. Make sure to await `page.close` for videos to be saved.
67926792
videoSize : Optional[{&#34;width&#34;: int, &#34;height&#34;: int}]
@@ -6990,7 +6990,7 @@ <h2 id="parameters">Parameters</h2>
69906990
<dt><strong><code>acceptDownloads</code></strong> :&ensp;<code>Optional[bool]</code></dt>
69916991
<dd>Whether to automatically download all the attachments. Defaults to <code>false</code> where all the downloads are canceled.</dd>
69926992
<dt><strong><code>proxy</code></strong> :&ensp;<code>Optional[{"server": str, "bypass": Optional[str], "username": Optional[str], "password": Optional[str]}]</code></dt>
6993-
<dd>Network proxy settings to use with this context. Note that browser needs to be launched with the global proxy for this option to work. If all contexts override the proxy, global proxy will be never used and can be any string, for example <code>launch({ proxy: { server: 'per-proxy' } })</code>.</dd>
6993+
<dd>Network proxy settings to use with this context. Note that browser needs to be launched with the global proxy for this option to work. If all contexts override the proxy, global proxy will be never used and can be any string, for example <code>launch({ proxy: { server: 'per-context' } })</code>.</dd>
69946994
<dt><strong><code>videosPath</code></strong> :&ensp;<code>Optional[str]</code></dt>
69956995
<dd>Enables video recording for all pages to <code>videosPath</code> folder. If not specified, videos are not recorded. Make sure to await <code>browserContext.close</code> for videos to be saved.</dd>
69966996
<dt><strong><code>videoSize</code></strong> :&ensp;<code>Optional[{"width": int, "height": int}]</code></dt>
@@ -7072,7 +7072,7 @@ <h2 id="returns">Returns</h2>
70727072
acceptDownloads : Optional[bool]
70737073
Whether to automatically download all the attachments. Defaults to `false` where all the downloads are canceled.
70747074
proxy : Optional[{&#34;server&#34;: str, &#34;bypass&#34;: Optional[str], &#34;username&#34;: Optional[str], &#34;password&#34;: Optional[str]}]
7075-
Network proxy settings to use with this context. Note that browser needs to be launched with the global proxy for this option to work. If all contexts override the proxy, global proxy will be never used and can be any string, for example `launch({ proxy: { server: &#39;per-proxy&#39; } })`.
7075+
Network proxy settings to use with this context. Note that browser needs to be launched with the global proxy for this option to work. If all contexts override the proxy, global proxy will be never used and can be any string, for example `launch({ proxy: { server: &#39;per-context&#39; } })`.
70767076
videosPath : Optional[str]
70777077
Enables video recording for all pages to `videosPath` folder. If not specified, videos are not recorded. Make sure to await `browserContext.close` for videos to be saved.
70787078
videoSize : Optional[{&#34;width&#34;: int, &#34;height&#34;: int}]
@@ -7156,7 +7156,7 @@ <h2 id="parameters">Parameters</h2>
71567156
<dt><strong><code>acceptDownloads</code></strong> :&ensp;<code>Optional[bool]</code></dt>
71577157
<dd>Whether to automatically download all the attachments. Defaults to <code>false</code> where all the downloads are canceled.</dd>
71587158
<dt><strong><code>proxy</code></strong> :&ensp;<code>Optional[{"server": str, "bypass": Optional[str], "username": Optional[str], "password": Optional[str]}]</code></dt>
7159-
<dd>Network proxy settings to use with this context. Note that browser needs to be launched with the global proxy for this option to work. If all contexts override the proxy, global proxy will be never used and can be any string, for example <code>launch({ proxy: { server: 'per-proxy' } })</code>.</dd>
7159+
<dd>Network proxy settings to use with this context. Note that browser needs to be launched with the global proxy for this option to work. If all contexts override the proxy, global proxy will be never used and can be any string, for example <code>launch({ proxy: { server: 'per-context' } })</code>.</dd>
71607160
<dt><strong><code>videosPath</code></strong> :&ensp;<code>Optional[str]</code></dt>
71617161
<dd>Enables video recording for all pages to <code>videosPath</code> folder. If not specified, videos are not recorded. Make sure to await <code>page.close</code> for videos to be saved.</dd>
71627162
<dt><strong><code>videoSize</code></strong> :&ensp;<code>Optional[{"width": int, "height": int}]</code></dt>
@@ -7239,7 +7239,7 @@ <h2 id="returns">Returns</h2>
72397239
acceptDownloads : Optional[bool]
72407240
Whether to automatically download all the attachments. Defaults to `false` where all the downloads are canceled.
72417241
proxy : Optional[{&#34;server&#34;: str, &#34;bypass&#34;: Optional[str], &#34;username&#34;: Optional[str], &#34;password&#34;: Optional[str]}]
7242-
Network proxy settings to use with this context. Note that browser needs to be launched with the global proxy for this option to work. If all contexts override the proxy, global proxy will be never used and can be any string, for example `launch({ proxy: { server: &#39;per-proxy&#39; } })`.
7242+
Network proxy settings to use with this context. Note that browser needs to be launched with the global proxy for this option to work. If all contexts override the proxy, global proxy will be never used and can be any string, for example `launch({ proxy: { server: &#39;per-context&#39; } })`.
72437243
videosPath : Optional[str]
72447244
Enables video recording for all pages to `videosPath` folder. If not specified, videos are not recorded. Make sure to await `page.close` for videos to be saved.
72457245
videoSize : Optional[{&#34;width&#34;: int, &#34;height&#34;: int}]

0 commit comments

Comments
 (0)