File tree Expand file tree Collapse file tree 3 files changed +27
-0
lines changed
Expand file tree Collapse file tree 3 files changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -2526,6 +2526,15 @@ I.wait(2); // wait 2 secs
25262526
25272527Returns ** void** automatically synchronized promise through #recorder
25282528
2529+ ### waitCurrentPathEquals
2530+
2531+ {{> waitCurrentPathEquals }}
2532+
2533+ #### Parameters
2534+
2535+ * ` path `   ;
2536+ * ` sec `
2537+
25292538### waitForClickable
25302539
25312540Waits for element to be clickable (by default waits for 1sec).
Original file line number Diff line number Diff line change @@ -2290,6 +2290,15 @@ I.wait(2); // wait 2 secs
22902290
22912291Returns **void** automatically synchronized promise through #recorder
22922292
2293+ ### waitCurrentPathEquals
2294+
2295+ {{> waitCurrentPathEquals }}
2296+
2297+ #### Parameters
2298+
2299+ * ` path`  
2300+ * ` sec`
2301+
22932302### waitForClickable
22942303
22952304Waits for element to be clickable (by default waits for 1sec).
Original file line number Diff line number Diff line change @@ -2310,6 +2310,15 @@ I.wait(2); // wait 2 secs
23102310
23112311Returns **void** automatically synchronized promise through #recorder
23122312
2313+ ### waitCurrentPathEquals
2314+
2315+ {{> waitCurrentPathEquals }}
2316+
2317+ #### Parameters
2318+
2319+ * ` path`  
2320+ * ` sec`
2321+
23132322### waitForClickable
23142323
23152324Waits for element to be clickable (by default waits for 1sec).
You can’t perform that action at this time.
0 commit comments