Using selenium remotely on an already created WebView
Moved
Unsolved
General and Desktop
-
I'm developing an embedded device that uses QML to launch a WebView. The QML/C++ has quit a bit of logic to inject various scripts and elements into the WebView, so it must be launched through QML.
So, I'm trying to figure out how to connect to an already running instance of a WebView through the webdriver protocol. Selenium uses chromedriver to launch an instance of chrome, but there is nothing on the internet about WebEngine and testing. Furthermore, since this is an embedded device, the tests must be run remotely on a separate machine.
Has anyone tried to solve this problem?