This commit is contained in:
Jessica Lord 2015-08-31 20:17:14 -07:00
parent 05d0f17447
commit a03df3ac5a

View file

@ -236,9 +236,9 @@ Injects CSS into the guest page.
* `code` String
* `userGesture` Boolean - Default `false`.
Evaluates `code` in page. If `userGesture` is set, it will create user gesture
context in the page. HTML APIs like `requestFullScreen`, which require user
action, can take advantage of this option for automation.
Evaluates `code` in page. If `userGesture` is set, it will the create user
gesture context in the page. HTML APIs like `requestFullScreen`, which require
user action, can take advantage of this option for automation.
### `<webview>.openDevTools()`