Skip to content

Commit 0c95185

Browse files
committed
deploy: 8daba92
1 parent dea64d4 commit 0c95185

File tree

2 files changed

+18
-12
lines changed

2 files changed

+18
-12
lines changed

async_api/index.html

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6287,7 +6287,7 @@ <h2 id="parameters">Parameters</h2>
62876287
) -&gt; NoneType:
62886288
&#34;&#34;&#34;ElementHandle.wait_for_element_state
62896289

6290-
Returns the element satisfies the `state`.
6290+
Returns when the element satisfies the `state`.
62916291

62926292
Depending on the `state` parameter, this method waits for one of the [actionability](./actionability.md) checks to pass.
62936293
This method throws when the element is detached while waiting, unless waiting for the `&#34;hidden&#34;` state.
@@ -6329,7 +6329,8 @@ <h2 id="parameters">Parameters</h2>
63296329
) -&gt; typing.Union[&#34;ElementHandle&#34;, NoneType]:
63306330
&#34;&#34;&#34;ElementHandle.wait_for_selector
63316331

6332-
Returns element specified by selector satisfies `state` option. Returns `null` if waiting for `hidden` or `detached`.
6332+
Returns element specified by selector when it satisfies `state` option. Returns `null` if waiting for `hidden` or
6333+
`detached`.
63336334

63346335
Wait for the `selector` relative to the element handle to satisfy `state` option (either appear/disappear from dom, or
63356336
become visible/hidden). If at the moment of calling the method `selector` already satisfies the condition, the method
@@ -8195,7 +8196,7 @@ <h2 id="parameters">Parameters</h2>
81958196
</code></dt>
81968197
<dd>
81978198
<div class="desc"><p>ElementHandle.wait_for_element_state</p>
8198-
<p>Returns the element satisfies the <code>state</code>.</p>
8199+
<p>Returns when the element satisfies the <code>state</code>.</p>
81998200
<p>Depending on the <code>state</code> parameter, this method waits for one of the <a href="./actionability.md">actionability</a> checks to pass.
82008201
This method throws when the element is detached while waiting, unless waiting for the <code>"hidden"</code> state.
82018202
- <code>"visible"</code> Wait until the element is <a href="./actionability.md#visible">visible</a>.
@@ -8225,7 +8226,7 @@ <h2 id="parameters">Parameters</h2>
82258226
) -&gt; NoneType:
82268227
&#34;&#34;&#34;ElementHandle.wait_for_element_state
82278228

8228-
Returns the element satisfies the `state`.
8229+
Returns when the element satisfies the `state`.
82298230

82308231
Depending on the `state` parameter, this method waits for one of the [actionability](./actionability.md) checks to pass.
82318232
This method throws when the element is detached while waiting, unless waiting for the `&#34;hidden&#34;` state.
@@ -8265,7 +8266,8 @@ <h2 id="parameters">Parameters</h2>
82658266
</code></dt>
82668267
<dd>
82678268
<div class="desc"><p>ElementHandle.wait_for_selector</p>
8268-
<p>Returns element specified by selector satisfies <code>state</code> option. Returns <code>null</code> if waiting for <code>hidden</code> or <code>detached</code>.</p>
8269+
<p>Returns element specified by selector when it satisfies <code>state</code> option. Returns <code>null</code> if waiting for <code>hidden</code> or
8270+
<code>detached</code>.</p>
82698271
<p>Wait for the <code>selector</code> relative to the element handle to satisfy <code>state</code> option (either appear/disappear from dom, or
82708272
become visible/hidden). If at the moment of calling the method <code>selector</code> already satisfies the condition, the method
82718273
will return immediately. If the selector doesn't satisfy the condition for the <code>timeout</code> milliseconds, the function will
@@ -8306,7 +8308,8 @@ <h2 id="returns">Returns</h2>
83068308
) -&gt; typing.Union[&#34;ElementHandle&#34;, NoneType]:
83078309
&#34;&#34;&#34;ElementHandle.wait_for_selector
83088310

8309-
Returns element specified by selector satisfies `state` option. Returns `null` if waiting for `hidden` or `detached`.
8311+
Returns element specified by selector when it satisfies `state` option. Returns `null` if waiting for `hidden` or
8312+
`detached`.
83108313

83118314
Wait for the `selector` relative to the element handle to satisfy `state` option (either appear/disappear from dom, or
83128315
become visible/hidden). If at the moment of calling the method `selector` already satisfies the condition, the method

sync_api/index.html

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6395,7 +6395,7 @@ <h2 id="parameters">Parameters</h2>
63956395
) -&gt; NoneType:
63966396
&#34;&#34;&#34;ElementHandle.wait_for_element_state
63976397

6398-
Returns the element satisfies the `state`.
6398+
Returns when the element satisfies the `state`.
63996399

64006400
Depending on the `state` parameter, this method waits for one of the [actionability](./actionability.md) checks to pass.
64016401
This method throws when the element is detached while waiting, unless waiting for the `&#34;hidden&#34;` state.
@@ -6439,7 +6439,8 @@ <h2 id="parameters">Parameters</h2>
64396439
) -&gt; typing.Union[&#34;ElementHandle&#34;, NoneType]:
64406440
&#34;&#34;&#34;ElementHandle.wait_for_selector
64416441

6442-
Returns element specified by selector satisfies `state` option. Returns `null` if waiting for `hidden` or `detached`.
6442+
Returns element specified by selector when it satisfies `state` option. Returns `null` if waiting for `hidden` or
6443+
`detached`.
64436444

64446445
Wait for the `selector` relative to the element handle to satisfy `state` option (either appear/disappear from dom, or
64456446
become visible/hidden). If at the moment of calling the method `selector` already satisfies the condition, the method
@@ -8343,7 +8344,7 @@ <h2 id="parameters">Parameters</h2>
83438344
</code></dt>
83448345
<dd>
83458346
<div class="desc"><p>ElementHandle.wait_for_element_state</p>
8346-
<p>Returns the element satisfies the <code>state</code>.</p>
8347+
<p>Returns when the element satisfies the <code>state</code>.</p>
83478348
<p>Depending on the <code>state</code> parameter, this method waits for one of the <a href="./actionability.md">actionability</a> checks to pass.
83488349
This method throws when the element is detached while waiting, unless waiting for the <code>"hidden"</code> state.
83498350
- <code>"visible"</code> Wait until the element is <a href="./actionability.md#visible">visible</a>.
@@ -8373,7 +8374,7 @@ <h2 id="parameters">Parameters</h2>
83738374
) -&gt; NoneType:
83748375
&#34;&#34;&#34;ElementHandle.wait_for_element_state
83758376

8376-
Returns the element satisfies the `state`.
8377+
Returns when the element satisfies the `state`.
83778378

83788379
Depending on the `state` parameter, this method waits for one of the [actionability](./actionability.md) checks to pass.
83798380
This method throws when the element is detached while waiting, unless waiting for the `&#34;hidden&#34;` state.
@@ -8415,7 +8416,8 @@ <h2 id="parameters">Parameters</h2>
84158416
</code></dt>
84168417
<dd>
84178418
<div class="desc"><p>ElementHandle.wait_for_selector</p>
8418-
<p>Returns element specified by selector satisfies <code>state</code> option. Returns <code>null</code> if waiting for <code>hidden</code> or <code>detached</code>.</p>
8419+
<p>Returns element specified by selector when it satisfies <code>state</code> option. Returns <code>null</code> if waiting for <code>hidden</code> or
8420+
<code>detached</code>.</p>
84198421
<p>Wait for the <code>selector</code> relative to the element handle to satisfy <code>state</code> option (either appear/disappear from dom, or
84208422
become visible/hidden). If at the moment of calling the method <code>selector</code> already satisfies the condition, the method
84218423
will return immediately. If the selector doesn't satisfy the condition for the <code>timeout</code> milliseconds, the function will
@@ -8456,7 +8458,8 @@ <h2 id="returns">Returns</h2>
84568458
) -&gt; typing.Union[&#34;ElementHandle&#34;, NoneType]:
84578459
&#34;&#34;&#34;ElementHandle.wait_for_selector
84588460

8459-
Returns element specified by selector satisfies `state` option. Returns `null` if waiting for `hidden` or `detached`.
8461+
Returns element specified by selector when it satisfies `state` option. Returns `null` if waiting for `hidden` or
8462+
`detached`.
84608463

84618464
Wait for the `selector` relative to the element handle to satisfy `state` option (either appear/disappear from dom, or
84628465
become visible/hidden). If at the moment of calling the method `selector` already satisfies the condition, the method

0 commit comments

Comments
 (0)