I need to write javascript function to access a element using id from a webview in electron . Is it possible? Can I write a code similer like document.getElementById("#idinsidewebviewtag");
Asked
Active
Viewed 335 times
0
-
Have you tried? – Asons Mar 20 '18 at 07:22
-
2You can find it here: [How to access DOM elements in electron?](https://stackoverflow.com/questions/32780726/how-to-access-dom-elements-in-electron). But otherwise `getElementById` should work. – Runtime Terror Mar 20 '18 at 07:25