mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore(doc): fix a link (#977)
This commit is contained in:
parent
4e558674a8
commit
44cdf85b77
@ -900,7 +900,7 @@ Shortcut for [page.mainFrame().title()](#frametitle).
|
|||||||
|
|
||||||
Sends a `keydown`, `keypress`/`input`, and `keyup` event for each character in the text.
|
Sends a `keydown`, `keypress`/`input`, and `keyup` event for each character in the text.
|
||||||
|
|
||||||
To press a special key, like `Control` or `ArrowDown`, use [`keyboard.press`](#pagekeyboardpresskey-options).
|
To press a special key, like `Control` or `ArrowDown`, use [`keyboard.press`](#keyboardpresskey-options).
|
||||||
|
|
||||||
```js
|
```js
|
||||||
page.type('#mytextarea', 'Hello'); // Types instantly
|
page.type('#mytextarea', 'Hello'); // Types instantly
|
||||||
|
Loading…
Reference in New Issue
Block a user