Merge pull request #1461 from deepak1556/webview_devtools_patch
webview: add inspectElement method
This commit is contained in:
commit
858198a2bd
4 changed files with 17 additions and 0 deletions
|
@ -223,6 +223,13 @@ Closes the devtools window of guest page.
|
|||
|
||||
Returns whether guest page has a devtools window attached.
|
||||
|
||||
### `<webview>`.inspectElement(x, y)
|
||||
|
||||
* `x` Integer
|
||||
* `y` Integer
|
||||
|
||||
Starts inspecting element at position (`x`, `y`) of guest page.
|
||||
|
||||
### `<webview>`.undo()
|
||||
|
||||
Executes editing command `undo` in page.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue