"the"
This commit is contained in:
parent
05d0f17447
commit
a03df3ac5a
1 changed files with 3 additions and 3 deletions
|
@ -236,9 +236,9 @@ Injects CSS into the guest page.
|
||||||
* `code` String
|
* `code` String
|
||||||
* `userGesture` Boolean - Default `false`.
|
* `userGesture` Boolean - Default `false`.
|
||||||
|
|
||||||
Evaluates `code` in page. If `userGesture` is set, it will create user gesture
|
Evaluates `code` in page. If `userGesture` is set, it will the create user
|
||||||
context in the page. HTML APIs like `requestFullScreen`, which require user
|
gesture context in the page. HTML APIs like `requestFullScreen`, which require
|
||||||
action, can take advantage of this option for automation.
|
user action, can take advantage of this option for automation.
|
||||||
|
|
||||||
### `<webview>.openDevTools()`
|
### `<webview>.openDevTools()`
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue