Hi Everyone, I have recently installed watir on a Windows7 ie8 VM. I am using ruby 1.8.7.
Everything works for Firefox and IE8 but when i try chrome i get the following error message: Microsoft Windows [Version 6.1.7601] Copyright (c) 2009 Microsoft Corporation. All rights reserved. C:\Users\joe.fleck>irb irb(main):001:0> require 'rubygems' => true irb(main):002:0> require 'watir-webdriver' => true irb(main):003:0> b = Watir::Browser.new :chrome Started ChromeDriver port=9515 version=22.0.1203.0b log=C:\Users\joe.fleck\chromedriver.log => #<Watir::Browser:0x40f1430 url="chrome://newtab/" title="New Tab"> irb(main):004:0> [1120/124300:ERROR:gl_surface_egl.cc(61)] eglInitialize failed with error UNKNOWN [1120/124300:ERROR:gl_surface_win.cc(54)] GLSurfaceEGL::InitializeOneOff failed. I am using irb. I have looked around on the web but can't find a good source to resolve this issue. Any help would be greatly appreciated. Joe -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. [email protected] http://groups.google.com/group/watir-general [email protected]
