You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the list of supported selectors, see [Selectors](#selectors).
264
+
252
265
#### `keypress` / `keypressAndWait`
253
266
Simulate a keyboard keypress for the given key.
254
267
Browser Support: Chrome
255
268
```markup
256
-
usage: keypress <key>
269
+
usage: keypress <key> [<modifier>]
257
270
example: keypress Enter
258
271
259
272
<key> - Keyboard key to simulate pressing. Full list of supported keys is [here](https://github.com/WPO-Foundation/wptagent/blob/master/internal/support/keys.json).
0 commit comments