As a proof of concept, I've been working on getting selenium server installed and running on a Samsung Chromebook and have had quite a bit of success, but I need a pointer to make it past the final hurdle.
So far, after disabling rootfs verification, I successfully installed a JDK on the Chromebook as well as a build of Chromedriver, both compiled for Linux on ARM. I can successfully launch and communicate with the running selenium server jar and Chromedriver binary, but I haven't been able to get Chromedriver to either attach to an already running instance of Chrome or to launch a new instance.
I've been poking around attempting to launch new Chrome instances from the console with params copied both from already running processes as well as my own, but they are always immediately terminated/aborted. What am I missing? Has anyone written a shell script, for example, that launches a new browser instance into either a new session or an existing user's session? If not, can someone give me a pointer to relevant source code for launching user chrome sessions that I can take a look at?
Best,