File tree 1 file changed +2
-2
lines changed
docs/sources/next/javascript-api/k6-experimental/browser/keyboard
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
title : ' press(key[, options])'
3
- description : ' Dispatches a `keydown` event followed by an `keyup` event. This is useful for simulating pressing and releasing a key.'
3
+ description : ' Dispatches a `keydown` event followed by a `keyup` event. This is useful for simulating pressing and releasing a key.'
4
4
---
5
5
6
6
# press(key[ , options] )
7
7
8
- Dispatches a ` keydown ` event followed by an ` keyup ` event. This is useful for simulating pressing and releasing a key.
8
+ Dispatches a ` keydown ` event followed by a ` keyup ` event. This is useful for simulating pressing and releasing a key.
9
9
10
10
| Parameter | Type | Default | Description |
11
11
| ------------- | ------ | ------- | --------------------------------------------------------------- |
You can’t perform that action at this time.
0 commit comments