Skip to content

Commit

Permalink
Update docs/sources/k6/next/using-k6-browser/recommended-practices/si…
Browse files Browse the repository at this point in the history
…mulate-user-input-delay.md

Co-authored-by: İnanç Gümüş <[email protected]>
  • Loading branch information
ankur22 and inancgumus authored Nov 6, 2024
1 parent a385a8e commit c65aaca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ In the browser modules there are various asynchronous APIs that can be used to w
| [page.waitForFunction](#pagewaitforfunction) | Waits for the given function to return a truthy value. |
| [page.waitForLoadState](#pagewaitforloadstate) | Waits for the specified page life cycle event. |
| [page.waitForNavigation](#pagewaitfornavigation) | Waits for the navigation to complete after one starts. |
| [locator.waitFor](#locatorwaitfor) | Wait for the element to be in a particular state. |
| [page.waitForTimeout](#pagewaitfortimeout) | Waits the given time. _Use this instead of `sleep` in your frontend tests_. |
| [locator.waitFor](#locatorwaitfor) | Wait for the element to be in a particular state. |

## browserContext.waitForEvent

Expand Down

0 comments on commit c65aaca

Please sign in to comment.