google chrome os - creating selenium tests on chromeOS -
i have java project instantiates various browsers via selenium hub/node on various windows operating systems. there involved expand cater running browser on stock chromebook chromeos?
the following steps tried in november 2014. result unsuccessful , opened question on google forum no response.
- followed manufacturer's instructions put chromebook in developer mode
- set chromeos-firrmwareupdate dev mode , removed rootfs verification partitions 2 , 4
- downloaded , installed java (latest jre), required jenkins slave , selenium
- downloaded jenkins slave.jar , selenium-server-standalone.jar (2.41.0) put jenkins , selenium in /home , remounted remove noexec
- remounted tmp resize 2g (req jenkins)
- added display=:0.0 ui.conf set display
- added chain rule allow tcp input
- added 'no-sandbox' , 'disable-setuid-sandbox' switches , excluded 'test-type' switch
result: chromedriver started up, opened gray screen (a broken instance of chrome), , closed "unable open pages" error. weird thing, though, same command used launch chrome worked when run terminal.
Comments
Post a Comment