i jave set up a jenkins project that would run our robot tests. Our robot tests are creating using selenium2library. since we are going to run the test on Chrome, i have downloaded the ChromeDriver and set it up in the test. that was a month ago and everything was working. but now, when i run the project, i get this error on the Open Browser keyword:
WebDriverException: Message: unknown error: unable to discover open pages (Driver info: chromedriver=2.23.409699 (49b0fa931cda1caad0ae15b7d1b68004acd05129),platform=Windows NT 6.3.9600 x86_64)
i did some research and some people got around with it by passing the no-sandbox argument. but i cannot find anything on how to pass the argument in selenium2library. i tried this but it is not working:
Open Browser www.hello.com Chrome no-sandbox
im hoping someone can help me. thanks!
specs: selenium2library - 1.7.4 chrome (in the jenkins server) - Version 52.0.2743.116 m chromedriver - 2.23
edit: this is where i found out about the no-sandbox thing. https://groups.google.com/forum/#!topic/selenium-users/gfvfH-YEC48