Skip to content

Commit e6dc7ce

Browse files
committed
Fix keyboard.type options delay description
1 parent 5ce2ca6 commit e6dc7ce

File tree

1 file changed

+5
-5
lines changed
  • docs/sources/next/javascript-api/k6-experimental/browser/keyboard

1 file changed

+5
-5
lines changed

Diff for: docs/sources/next/javascript-api/k6-experimental/browser/keyboard/type.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ description: 'Dispatches a `keydown`, `keypress` or`input`, and `keyup` events f
77

88
Dispatches a `keydown`, `keypress` or`input`, and `keyup` events for each character in the text. This is useful for simulating typing text into an input field.
99

10-
| Parameter | Type | Default | Description |
11-
| ------------- | ------ | ------- | -------------------------------------------------------------- |
12-
| text | string | `''` | The text to type into the input field. |
13-
| options | object | `null` | Optional settings. |
14-
| options.delay | number | `0` | Optional. Time to wait before typing the text in milliseconds. |
10+
| Parameter | Type | Default | Description |
11+
| ------------- | ------ | ------- | -------------------------------------------------------------------- |
12+
| text | string | `''` | The text to type into the input field. |
13+
| options | object | `null` | Optional settings. |
14+
| options.delay | number | `0` | Optional. Time to wait before typing each character in milliseconds. |
1515

1616
### Returns
1717

0 commit comments

Comments
 (0)