chore(doc): fix a link (#977)

This commit is contained in:
Vse Mozhet Byt 2017-10-07 18:32:40 +03:00 committed by Andrey Lushnikov
parent 4e558674a8
commit 44cdf85b77

View File

@ -900,7 +900,7 @@ Shortcut for [page.mainFrame().title()](#frametitle).
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
page.type('#mytextarea', 'Hello'); // Types instantly