Skip to content

Commit ad1c815

Browse files
committed
Fix simulating user input delay heading
1 parent a66f454 commit ad1c815

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/sources/next/using-k6-browser/recommended-practices/simulate-user-input-delay.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ description: 'A guide on how to simulate user input delay.'
44
weight: 04
55
---
66

7+
# Simulating user input delay
8+
79
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.
810

911
{{< admonition type="note" >}}

0 commit comments

Comments
 (0)