Hi! I have the same problem, but the decision which is described to me didn't help
On Thursday, August 11, 2016 at 12:10:32 AM UTC+6, Kevin MacDonald wrote: > > I am running Jenkins v2.7.2 on Windows Server 2008 R2. > > Upon Chrome updating to this latest version, Watir now fails to launch > Chrome properly. Chrome comes up under the System account and sits with a > black screen. I also tried directing Selenium to use Chrome Canary. No > luck. > > I am doing this in ruby. If I remove the Chrome path then the current > version of Chrome is used: > Selenium::WebDriver::Chrome.path = > "C:\\Users\\admin\\AppData\\Local\\Google\\Chrome > SxS\\Application\\chrome.exe" > $ie = Watir::Browser.new :chrome, :switches => > %w[--ignore-certificate-errors --disable-extensions > --disable-popup-blocking --disable-translate --allow-file-access > --disable-gpu --incognito] > > > I've also tried various combinations of using the Jenkins Chromedriver > plugin or not with Chrome or Chrome Canary, and I get a widely varying > array of errors, any of which can be googled for and will turn up on very > old threads. I am very stuck. > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/e39b587a-40b5-4368-8f1e-e4a0d6e84906%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
