EnderFramework icon indicating copy to clipboard operation
EnderFramework copied to clipboard

Add the ability to open and control devtools using EnderFramework

Open 0xENDER opened this issue 5 years ago • 0 comments

Add a way to trigger the following functions within the webview:

<webview>.openDevTools();
<webview>.closeDevTools();
<webview>.isDevToolsOpened();
<webview>.isDevToolsFocused();
<webview>.inspectElement(x, y);
<webview>.inspectServiceWorker();

0xENDER avatar Oct 20 '20 07:10 0xENDER