📝 Add docs for executeJavaScriptInDevTools.
This commit is contained in:
parent
d7a54cf3a6
commit
cca0d8d583
1 changed files with 7 additions and 0 deletions
|
@ -334,6 +334,13 @@ Closes the developer tools.
|
|||
|
||||
Starts inspecting element at position (`x`, `y`).
|
||||
|
||||
### BrowserWindow.executeJavaScriptInDevTools(code)
|
||||
|
||||
* `code` String
|
||||
|
||||
Evaluate `code` in devtools to use
|
||||
[InspectorFrontendAPI](https://code.google.com/p/chromium/codesearch#chromium/src/third_party/WebKit/Source/devtools/front_end/InspectorFrontendAPI.js&q=InspectorFrontendAPI&sq=package:chromium&type=cs)
|
||||
|
||||
### BrowserWindow.focusOnWebView()
|
||||
|
||||
### BrowserWindow.blurWebView()
|
||||
|
|
Loading…
Reference in a new issue