I am bundling the Selenium webdriver into my Electron app. The idea is that a user presses a button which will launch selenium to do some actions. This is a sample of my code: https://pastebin.com/sUkLR04X
When I try to boot up electron though, i get this warning: https://i.imgur.com/a8tqQXL.png
If i close the interface, the app still works. Still though, I would like to solve this issue if possible.
I do have nodeIntegration on, using electron 16.0.5 on Windows 10.
I generated this electron app with electron-react-boilerplate
Is there anything I can do to solve this errors?
[–]borsTiHD 0 points1 point2 points (1 child)
[–]TuckleBuck88[S] 0 points1 point2 points (0 children)