[wtr-general] Watir Chrome driver

2013-12-19 Thread QOExcel
I want to launch tests with Chrome : I aply to chrome in hooks.rb Before do @browser = Watir::Browser.new :chrome end I launch my tests and get a lot of errors: |Started ChromeDriver (v2.1) on port 9516 [7760:3552:1219/171427:ERROR:chrome_views_delegate.cc(172)] NOT IMPLEMENTED

Re: [wtr-general] Watir Chrome driver

2013-12-19 Thread Ċ½eljko Filipin
On Thu, Dec 19, 2013 at 2:23 PM, QOExcel qoex...@gmail.com wrote: I want to launch tests with Chrome : I have recently updated instructions on how to set up everything, including Chrome: https://github.com/watir/watirbook/tree/master/installation Let me know if something still does not work

Re: [wtr-general] Watir Chrome driver

2013-12-19 Thread QOExcel
Thank you for help! It works now. The cause was old ChromeDriver in directory Ruby200\bin . This driver was earlier than 2.0 version. I copied new one 2.8 version and everything is almost right here although i have following messages in log: