diff --git a/docs/api/web-contents.md b/docs/api/web-contents.md index e6539880e656..563e0412825e 100644 --- a/docs/api/web-contents.md +++ b/docs/api/web-contents.md @@ -611,6 +611,10 @@ Returns `String` - The title of the current web page. Returns `Boolean` - Whether the web page is destroyed. +#### `contents.focus()` + +Focuses the web page. + #### `contents.isFocused()` Returns `Boolean` - Whether the web page is focused.