docs: Tiny grammar fix on Page class API page (#16649)
This commit is contained in:
Родитель
7e2aec7454
Коммит
411ec4479c
|
@ -4162,7 +4162,7 @@ Returns when element specified by selector satisfies [`option: state`] option. R
|
|||
|
||||
:::note
|
||||
Playwright automatically waits for element to be ready before performing an action. Using
|
||||
[Locator] objects and web-first assertions make the code wait-for-selector-free.
|
||||
[Locator] objects and web-first assertions makes the code wait-for-selector-free.
|
||||
:::
|
||||
|
||||
Wait for the [`param: selector`] to satisfy [`option: state`] option (either appear/disappear from dom, or become
|
||||
|
|
|
@ -593,7 +593,7 @@ export interface Page {
|
|||
* `detached`.
|
||||
*
|
||||
* > NOTE: Playwright automatically waits for element to be ready before performing an action. Using [Locator] objects and
|
||||
* web-first assertions make the code wait-for-selector-free.
|
||||
* web-first assertions makes the code wait-for-selector-free.
|
||||
*
|
||||
* Wait for the `selector` to satisfy `state` option (either appear/disappear from dom, or become visible/hidden). If at
|
||||
* the moment of calling the method `selector` already satisfies the condition, the method will return immediately. If the
|
||||
|
@ -625,7 +625,7 @@ export interface Page {
|
|||
* `detached`.
|
||||
*
|
||||
* > NOTE: Playwright automatically waits for element to be ready before performing an action. Using [Locator] objects and
|
||||
* web-first assertions make the code wait-for-selector-free.
|
||||
* web-first assertions makes the code wait-for-selector-free.
|
||||
*
|
||||
* Wait for the `selector` to satisfy `state` option (either appear/disappear from dom, or become visible/hidden). If at
|
||||
* the moment of calling the method `selector` already satisfies the condition, the method will return immediately. If the
|
||||
|
@ -657,7 +657,7 @@ export interface Page {
|
|||
* `detached`.
|
||||
*
|
||||
* > NOTE: Playwright automatically waits for element to be ready before performing an action. Using [Locator] objects and
|
||||
* web-first assertions make the code wait-for-selector-free.
|
||||
* web-first assertions makes the code wait-for-selector-free.
|
||||
*
|
||||
* Wait for the `selector` to satisfy `state` option (either appear/disappear from dom, or become visible/hidden). If at
|
||||
* the moment of calling the method `selector` already satisfies the condition, the method will return immediately. If the
|
||||
|
@ -689,7 +689,7 @@ export interface Page {
|
|||
* `detached`.
|
||||
*
|
||||
* > NOTE: Playwright automatically waits for element to be ready before performing an action. Using [Locator] objects and
|
||||
* web-first assertions make the code wait-for-selector-free.
|
||||
* web-first assertions makes the code wait-for-selector-free.
|
||||
*
|
||||
* Wait for the `selector` to satisfy `state` option (either appear/disappear from dom, or become visible/hidden). If at
|
||||
* the moment of calling the method `selector` already satisfies the condition, the method will return immediately. If the
|
||||
|
|
Загрузка…
Ссылка в новой задаче