Skip to content

Commit aec3876

Browse files
committed
DOC: Autogenerate and update documentation
1 parent 75b139f commit aec3876

File tree

3 files changed

+27
-0
lines changed

3 files changed

+27
-0
lines changed

docs/helpers/Playwright.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2526,6 +2526,15 @@ I.wait(2); // wait 2 secs
25262526

25272527
Returns **void** automatically synchronized promise through #recorder
25282528

2529+
### waitCurrentPathEquals
2530+
2531+
{{> waitCurrentPathEquals }}
2532+
2533+
#### Parameters
2534+
2535+
* `path`  
2536+
* `sec`
2537+
25292538
### waitForClickable
25302539

25312540
Waits for element to be clickable (by default waits for 1sec).

docs/helpers/Puppeteer.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2290,6 +2290,15 @@ I.wait(2); // wait 2 secs
22902290
22912291
Returns **void** automatically synchronized promise through #recorder
22922292
2293+
### waitCurrentPathEquals
2294+
2295+
{{> waitCurrentPathEquals }}
2296+
2297+
#### Parameters
2298+
2299+
* `path`  
2300+
* `sec`
2301+
22932302
### waitForClickable
22942303
22952304
Waits for element to be clickable (by default waits for 1sec).

docs/helpers/WebDriver.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2310,6 +2310,15 @@ I.wait(2); // wait 2 secs
23102310
23112311
Returns **void** automatically synchronized promise through #recorder
23122312
2313+
### waitCurrentPathEquals
2314+
2315+
{{> waitCurrentPathEquals }}
2316+
2317+
#### Parameters
2318+
2319+
* `path`  
2320+
* `sec`
2321+
23132322
### waitForClickable
23142323
23152324
Waits for element to be clickable (by default waits for 1sec).

0 commit comments

Comments
 (0)