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
|
@ -71,6 +71,7 @@ class WebContents : public mate::EventEmitter,
|
|||
void OpenDevTools();
|
||||
void CloseDevTools();
|
||||
bool IsDevToolsOpened();
|
||||
void InspectElement(int x, int y);
|
||||
|
||||
// Editing commands.
|
||||
void Undo();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue