Skip to content

Commit 0e75563

Browse files
committed
deploy: b5f8151
1 parent 6d91f5e commit 0e75563

File tree

2 files changed

+32
-32
lines changed

2 files changed

+32
-32
lines changed

async_api.html

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1214,7 +1214,7 @@ <h1 class="title">Module <code>playwright.async_api</code></h1>
12141214

12151215
Parameters
12161216
----------
1217-
files : Union[str, pathlib.Path, {&#34;name&#34;: str, &#34;mimeType&#34;: str, &#34;buffer&#34;: Union[bytes, str]}, List[str], List[pathlib.Path], List[{&#34;name&#34;: str, &#34;mimeType&#34;: str, &#34;buffer&#34;: Union[bytes, str]}]]
1217+
files : Union[str, pathlib.Path, {&#34;name&#34;: str, &#34;mimeType&#34;: str, &#34;buffer&#34;: bytes}, List[str], List[pathlib.Path], List[{&#34;name&#34;: str, &#34;mimeType&#34;: str, &#34;buffer&#34;: bytes}]]
12181218
timeout : Optional[int]
12191219
Maximum time in milliseconds, defaults to 30 seconds, pass `0` to disable timeout. The default value can be changed by using the browserContext.setDefaultTimeout(timeout) or page.setDefaultTimeout(timeout) methods.
12201220
noWaitAfter : Optional[bool]
@@ -1690,7 +1690,7 @@ <h1 class="title">Module <code>playwright.async_api</code></h1>
16901690

16911691
Parameters
16921692
----------
1693-
files : Union[str, {&#34;name&#34;: str, &#34;mimeType&#34;: str, &#34;buffer&#34;: Union[bytes, str]}, List[str], List[{&#34;name&#34;: str, &#34;mimeType&#34;: str, &#34;buffer&#34;: Union[bytes, str]}]]
1693+
files : Union[str, {&#34;name&#34;: str, &#34;mimeType&#34;: str, &#34;buffer&#34;: bytes}, List[str], List[{&#34;name&#34;: str, &#34;mimeType&#34;: str, &#34;buffer&#34;: bytes}]]
16941694
timeout : Optional[int]
16951695
Maximum time in milliseconds, defaults to 30 seconds, pass `0` to disable timeout. The default value can be changed by using the browserContext.setDefaultTimeout(timeout) or page.setDefaultTimeout(timeout) methods.
16961696
noWaitAfter : Optional[bool]
@@ -2616,7 +2616,7 @@ <h1 class="title">Module <code>playwright.async_api</code></h1>
26162616
----------
26172617
selector : str
26182618
A selector to search for element to click. If there are multiple elements satisfying the selector, the first will be clicked. See working with selectors for more details.
2619-
files : Union[str, pathlib.Path, {&#34;name&#34;: str, &#34;mimeType&#34;: str, &#34;buffer&#34;: Union[bytes, str]}, List[str], List[pathlib.Path], List[{&#34;name&#34;: str, &#34;mimeType&#34;: str, &#34;buffer&#34;: Union[bytes, str]}]]
2619+
files : Union[str, pathlib.Path, {&#34;name&#34;: str, &#34;mimeType&#34;: str, &#34;buffer&#34;: bytes}, List[str], List[pathlib.Path], List[{&#34;name&#34;: str, &#34;mimeType&#34;: str, &#34;buffer&#34;: bytes}]]
26202620
timeout : Optional[int]
26212621
Maximum time in milliseconds, defaults to 30 seconds, pass `0` to disable timeout. The default value can be changed by using the browserContext.setDefaultTimeout(timeout) or page.setDefaultTimeout(timeout) methods.
26222622
noWaitAfter : Optional[bool]
@@ -4676,7 +4676,7 @@ <h1 class="title">Module <code>playwright.async_api</code></h1>
46764676
----------
46774677
selector : str
46784678
A selector to search for element to click. If there are multiple elements satisfying the selector, the first will be clicked. See working with selectors for more details.
4679-
files : Union[str, {&#34;name&#34;: str, &#34;mimeType&#34;: str, &#34;buffer&#34;: Union[bytes, str]}, List[str], List[{&#34;name&#34;: str, &#34;mimeType&#34;: str, &#34;buffer&#34;: Union[bytes, str]}]]
4679+
files : Union[str, {&#34;name&#34;: str, &#34;mimeType&#34;: str, &#34;buffer&#34;: bytes}, List[str], List[{&#34;name&#34;: str, &#34;mimeType&#34;: str, &#34;buffer&#34;: bytes}]]
46804680
timeout : Optional[int]
46814681
Maximum time in milliseconds, defaults to 30 seconds, pass `0` to disable timeout. The default value can be changed by using the browserContext.setDefaultTimeout(timeout) or page.setDefaultTimeout(timeout) methods.
46824682
noWaitAfter : Optional[bool]
@@ -10247,7 +10247,7 @@ <h2 id="parameters">Parameters</h2>
1024710247

1024810248
Parameters
1024910249
----------
10250-
files : Union[str, pathlib.Path, {&#34;name&#34;: str, &#34;mimeType&#34;: str, &#34;buffer&#34;: Union[bytes, str]}, List[str], List[pathlib.Path], List[{&#34;name&#34;: str, &#34;mimeType&#34;: str, &#34;buffer&#34;: Union[bytes, str]}]]
10250+
files : Union[str, pathlib.Path, {&#34;name&#34;: str, &#34;mimeType&#34;: str, &#34;buffer&#34;: bytes}, List[str], List[pathlib.Path], List[{&#34;name&#34;: str, &#34;mimeType&#34;: str, &#34;buffer&#34;: bytes}]]
1025110251
timeout : Optional[int]
1025210252
Maximum time in milliseconds, defaults to 30 seconds, pass `0` to disable timeout. The default value can be changed by using the browserContext.setDefaultTimeout(timeout) or page.setDefaultTimeout(timeout) methods.
1025310253
noWaitAfter : Optional[bool]
@@ -11740,7 +11740,7 @@ <h2 id="parameters">Parameters</h2>
1174011740
Sets the value of the file input to these file paths or files. If some of the <code>filePaths</code> are relative paths, then they are resolved relative to the current working directory. For empty array, clears the selected files.</p>
1174111741
<h2 id="parameters">Parameters</h2>
1174211742
<dl>
11743-
<dt><strong><code>files</code></strong> :&ensp;<code>Union[str, pathlib.Path, {"name": str, "mimeType": str, "buffer": Union[bytes, str]}, List[str], List[pathlib.Path], List[{"name": str, "mimeType": str, "buffer": Union[bytes, str]}]]</code></dt>
11743+
<dt><strong><code>files</code></strong> :&ensp;<code>Union[str, pathlib.Path, {"name": str, "mimeType": str, "buffer": bytes}, List[str], List[pathlib.Path], List[{"name": str, "mimeType": str, "buffer": bytes}]]</code></dt>
1174411744
<dd>&nbsp;</dd>
1174511745
<dt><strong><code>timeout</code></strong> :&ensp;<code>Optional[int]</code></dt>
1174611746
<dd>Maximum time in milliseconds, defaults to 30 seconds, pass <code>0</code> to disable timeout. The default value can be changed by using the browserContext.setDefaultTimeout(timeout) or page.setDefaultTimeout(timeout) methods.</dd>
@@ -11771,7 +11771,7 @@ <h2 id="parameters">Parameters</h2>
1177111771

1177211772
Parameters
1177311773
----------
11774-
files : Union[str, pathlib.Path, {&#34;name&#34;: str, &#34;mimeType&#34;: str, &#34;buffer&#34;: Union[bytes, str]}, List[str], List[pathlib.Path], List[{&#34;name&#34;: str, &#34;mimeType&#34;: str, &#34;buffer&#34;: Union[bytes, str]}]]
11774+
files : Union[str, pathlib.Path, {&#34;name&#34;: str, &#34;mimeType&#34;: str, &#34;buffer&#34;: bytes}, List[str], List[pathlib.Path], List[{&#34;name&#34;: str, &#34;mimeType&#34;: str, &#34;buffer&#34;: bytes}]]
1177511775
timeout : Optional[int]
1177611776
Maximum time in milliseconds, defaults to 30 seconds, pass `0` to disable timeout. The default value can be changed by using the browserContext.setDefaultTimeout(timeout) or page.setDefaultTimeout(timeout) methods.
1177711777
noWaitAfter : Optional[bool]
@@ -12144,7 +12144,7 @@ <h3>Inherited members</h3>
1214412144

1214512145
Parameters
1214612146
----------
12147-
files : Union[str, {&#34;name&#34;: str, &#34;mimeType&#34;: str, &#34;buffer&#34;: Union[bytes, str]}, List[str], List[{&#34;name&#34;: str, &#34;mimeType&#34;: str, &#34;buffer&#34;: Union[bytes, str]}]]
12147+
files : Union[str, {&#34;name&#34;: str, &#34;mimeType&#34;: str, &#34;buffer&#34;: bytes}, List[str], List[{&#34;name&#34;: str, &#34;mimeType&#34;: str, &#34;buffer&#34;: bytes}]]
1214812148
timeout : Optional[int]
1214912149
Maximum time in milliseconds, defaults to 30 seconds, pass `0` to disable timeout. The default value can be changed by using the browserContext.setDefaultTimeout(timeout) or page.setDefaultTimeout(timeout) methods.
1215012150
noWaitAfter : Optional[bool]
@@ -12252,7 +12252,7 @@ <h3>Methods</h3>
1225212252
<p>Sets the value of the file input this chooser is associated with. If some of the <code>filePaths</code> are relative paths, then they are resolved relative to the current working directory. For empty array, clears the selected files.</p>
1225312253
<h2 id="parameters">Parameters</h2>
1225412254
<dl>
12255-
<dt><strong><code>files</code></strong> :&ensp;<code>Union[str, {"name": str, "mimeType": str, "buffer": Union[bytes, str]}, List[str], List[{"name": str, "mimeType": str, "buffer": Union[bytes, str]}]]</code></dt>
12255+
<dt><strong><code>files</code></strong> :&ensp;<code>Union[str, {"name": str, "mimeType": str, "buffer": bytes}, List[str], List[{"name": str, "mimeType": str, "buffer": bytes}]]</code></dt>
1225612256
<dd>&nbsp;</dd>
1225712257
<dt><strong><code>timeout</code></strong> :&ensp;<code>Optional[int]</code></dt>
1225812258
<dd>Maximum time in milliseconds, defaults to 30 seconds, pass <code>0</code> to disable timeout. The default value can be changed by using the browserContext.setDefaultTimeout(timeout) or page.setDefaultTimeout(timeout) methods.</dd>
@@ -12277,7 +12277,7 @@ <h2 id="parameters">Parameters</h2>
1227712277

1227812278
Parameters
1227912279
----------
12280-
files : Union[str, {&#34;name&#34;: str, &#34;mimeType&#34;: str, &#34;buffer&#34;: Union[bytes, str]}, List[str], List[{&#34;name&#34;: str, &#34;mimeType&#34;: str, &#34;buffer&#34;: Union[bytes, str]}]]
12280+
files : Union[str, {&#34;name&#34;: str, &#34;mimeType&#34;: str, &#34;buffer&#34;: bytes}, List[str], List[{&#34;name&#34;: str, &#34;mimeType&#34;: str, &#34;buffer&#34;: bytes}]]
1228112281
timeout : Optional[int]
1228212282
Maximum time in milliseconds, defaults to 30 seconds, pass `0` to disable timeout. The default value can be changed by using the browserContext.setDefaultTimeout(timeout) or page.setDefaultTimeout(timeout) methods.
1228312283
noWaitAfter : Optional[bool]
@@ -13212,7 +13212,7 @@ <h2 id="parameters">Parameters</h2>
1321213212
----------
1321313213
selector : str
1321413214
A selector to search for element to click. If there are multiple elements satisfying the selector, the first will be clicked. See working with selectors for more details.
13215-
files : Union[str, pathlib.Path, {&#34;name&#34;: str, &#34;mimeType&#34;: str, &#34;buffer&#34;: Union[bytes, str]}, List[str], List[pathlib.Path], List[{&#34;name&#34;: str, &#34;mimeType&#34;: str, &#34;buffer&#34;: Union[bytes, str]}]]
13215+
files : Union[str, pathlib.Path, {&#34;name&#34;: str, &#34;mimeType&#34;: str, &#34;buffer&#34;: bytes}, List[str], List[pathlib.Path], List[{&#34;name&#34;: str, &#34;mimeType&#34;: str, &#34;buffer&#34;: bytes}]]
1321613216
timeout : Optional[int]
1321713217
Maximum time in milliseconds, defaults to 30 seconds, pass `0` to disable timeout. The default value can be changed by using the browserContext.setDefaultTimeout(timeout) or page.setDefaultTimeout(timeout) methods.
1321813218
noWaitAfter : Optional[bool]
@@ -15091,7 +15091,7 @@ <h2 id="parameters">Parameters</h2>
1509115091
<dl>
1509215092
<dt><strong><code>selector</code></strong> :&ensp;<code>str</code></dt>
1509315093
<dd>A selector to search for element to click. If there are multiple elements satisfying the selector, the first will be clicked. See working with selectors for more details.</dd>
15094-
<dt><strong><code>files</code></strong> :&ensp;<code>Union[str, pathlib.Path, {"name": str, "mimeType": str, "buffer": Union[bytes, str]}, List[str], List[pathlib.Path], List[{"name": str, "mimeType": str, "buffer": Union[bytes, str]}]]</code></dt>
15094+
<dt><strong><code>files</code></strong> :&ensp;<code>Union[str, pathlib.Path, {"name": str, "mimeType": str, "buffer": bytes}, List[str], List[pathlib.Path], List[{"name": str, "mimeType": str, "buffer": bytes}]]</code></dt>
1509515095
<dd>&nbsp;</dd>
1509615096
<dt><strong><code>timeout</code></strong> :&ensp;<code>Optional[int]</code></dt>
1509715097
<dd>Maximum time in milliseconds, defaults to 30 seconds, pass <code>0</code> to disable timeout. The default value can be changed by using the browserContext.setDefaultTimeout(timeout) or page.setDefaultTimeout(timeout) methods.</dd>
@@ -15125,7 +15125,7 @@ <h2 id="parameters">Parameters</h2>
1512515125
----------
1512615126
selector : str
1512715127
A selector to search for element to click. If there are multiple elements satisfying the selector, the first will be clicked. See working with selectors for more details.
15128-
files : Union[str, pathlib.Path, {&#34;name&#34;: str, &#34;mimeType&#34;: str, &#34;buffer&#34;: Union[bytes, str]}, List[str], List[pathlib.Path], List[{&#34;name&#34;: str, &#34;mimeType&#34;: str, &#34;buffer&#34;: Union[bytes, str]}]]
15128+
files : Union[str, pathlib.Path, {&#34;name&#34;: str, &#34;mimeType&#34;: str, &#34;buffer&#34;: bytes}, List[str], List[pathlib.Path], List[{&#34;name&#34;: str, &#34;mimeType&#34;: str, &#34;buffer&#34;: bytes}]]
1512915129
timeout : Optional[int]
1513015130
Maximum time in milliseconds, defaults to 30 seconds, pass `0` to disable timeout. The default value can be changed by using the browserContext.setDefaultTimeout(timeout) or page.setDefaultTimeout(timeout) methods.
1513115131
noWaitAfter : Optional[bool]
@@ -18149,7 +18149,7 @@ <h2 id="parameters">Parameters</h2>
1814918149
----------
1815018150
selector : str
1815118151
A selector to search for element to click. If there are multiple elements satisfying the selector, the first will be clicked. See working with selectors for more details.
18152-
files : Union[str, {&#34;name&#34;: str, &#34;mimeType&#34;: str, &#34;buffer&#34;: Union[bytes, str]}, List[str], List[{&#34;name&#34;: str, &#34;mimeType&#34;: str, &#34;buffer&#34;: Union[bytes, str]}]]
18152+
files : Union[str, {&#34;name&#34;: str, &#34;mimeType&#34;: str, &#34;buffer&#34;: bytes}, List[str], List[{&#34;name&#34;: str, &#34;mimeType&#34;: str, &#34;buffer&#34;: bytes}]]
1815318153
timeout : Optional[int]
1815418154
Maximum time in milliseconds, defaults to 30 seconds, pass `0` to disable timeout. The default value can be changed by using the browserContext.setDefaultTimeout(timeout) or page.setDefaultTimeout(timeout) methods.
1815518155
noWaitAfter : Optional[bool]
@@ -21451,7 +21451,7 @@ <h2 id="parameters">Parameters</h2>
2145121451
<dl>
2145221452
<dt><strong><code>selector</code></strong> :&ensp;<code>str</code></dt>
2145321453
<dd>A selector to search for element to click. If there are multiple elements satisfying the selector, the first will be clicked. See working with selectors for more details.</dd>
21454-
<dt><strong><code>files</code></strong> :&ensp;<code>Union[str, {"name": str, "mimeType": str, "buffer": Union[bytes, str]}, List[str], List[{"name": str, "mimeType": str, "buffer": Union[bytes, str]}]]</code></dt>
21454+
<dt><strong><code>files</code></strong> :&ensp;<code>Union[str, {"name": str, "mimeType": str, "buffer": bytes}, List[str], List[{"name": str, "mimeType": str, "buffer": bytes}]]</code></dt>
2145521455
<dd>&nbsp;</dd>
2145621456
<dt><strong><code>timeout</code></strong> :&ensp;<code>Optional[int]</code></dt>
2145721457
<dd>Maximum time in milliseconds, defaults to 30 seconds, pass <code>0</code> to disable timeout. The default value can be changed by using the browserContext.setDefaultTimeout(timeout) or page.setDefaultTimeout(timeout) methods.</dd>
@@ -21480,7 +21480,7 @@ <h2 id="parameters">Parameters</h2>
2148021480
----------
2148121481
selector : str
2148221482
A selector to search for element to click. If there are multiple elements satisfying the selector, the first will be clicked. See working with selectors for more details.
21483-
files : Union[str, {&#34;name&#34;: str, &#34;mimeType&#34;: str, &#34;buffer&#34;: Union[bytes, str]}, List[str], List[{&#34;name&#34;: str, &#34;mimeType&#34;: str, &#34;buffer&#34;: Union[bytes, str]}]]
21483+
files : Union[str, {&#34;name&#34;: str, &#34;mimeType&#34;: str, &#34;buffer&#34;: bytes}, List[str], List[{&#34;name&#34;: str, &#34;mimeType&#34;: str, &#34;buffer&#34;: bytes}]]
2148421484
timeout : Optional[int]
2148521485
Maximum time in milliseconds, defaults to 30 seconds, pass `0` to disable timeout. The default value can be changed by using the browserContext.setDefaultTimeout(timeout) or page.setDefaultTimeout(timeout) methods.
2148621486
noWaitAfter : Optional[bool]

0 commit comments

Comments
 (0)