Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use async check instead of the sync one #1746

Merged
merged 15 commits into from
Sep 27, 2024
Merged
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ description: 'A guide on how to simulate user input delay.'
weight: 04
---

# Simulating user input delay
inancgumus marked this conversation as resolved.
Show resolved Hide resolved

We will demonstrate how best to work with `sleep` in `k6` and the various `wait*` prepended methods that are available in `k6/browser` to simulate user input delay, wait for navigations, and wait for element state changes. By the end of this page, you should be able to successfully use the correct API where necessary.

{{< admonition type="note" >}}
Expand Down