Re: [wtr-general] Problems with the latest chromedriver

2012-08-01 Thread Oscar Rieken
Yeah it has to do with prototype 1.6.1 the easy work around is to use chromedriver 20 until 22 is released On Wed, Aug 1, 2012 at 5:24 PM, Željko Filipin wrote: > On Wed, Aug 1, 2012 at 11:08 PM, Rahul Sharma > wrote: > > I also found a similar issue filed as a bug but a while ago! > > http://c

Re: [wtr-general] Problems with the latest chromedriver

2012-08-01 Thread Željko Filipin
On Wed, Aug 1, 2012 at 11:08 PM, Rahul Sharma wrote: > I also found a similar issue filed as a bug but a while ago! > http://code.google.com/p/chromedriver/issues/detail?id=102 The last comment there is "This will be in the next release." Željko -- Before posting, please read http://watir.com/

Re: [wtr-general] Problems with the latest chromedriver

2012-08-01 Thread Rahul Sharma
Hi Zeljko, I just re tried what is mentioned in the post you mentioned. My script is trying to load the page and I get the following error: "findElements returned invalid value: "[]" (Selenium::WebDriver::Error::UnknownError)" I have the latest selenium-webdriver => 2.25.0! I also found a simil

Re: [wtr-general] Problems with the latest chromedriver

2012-08-01 Thread Željko Filipin
On Wed, Aug 1, 2012 at 10:47 PM, Rahul Sharma wrote: > Any idea about how frequently the chromedriver is updated with the fixes? Yes. The list of updates is here: http://code.google.com/p/chromedriver/downloads/list?can=1&q=&colspec=Filename+Summary+Uploaded+ReleaseDate+Size+DownloadCount Željk

Re: [wtr-general] Problems with the latest chromedriver

2012-08-01 Thread Rahul Sharma
Hi Zeljko, Thanks for your response! Any idea about how frequently the chromedriver is updated with the fixes? On 1 August 2012 21:35, Željko Filipin wrote: > On Wed, Aug 1, 2012 at 9:46 PM, Rahul Sharma > wrote: > > Is anyone else having problems with the latest chromedriver i.e. > chromedriv

Re: [wtr-general] Problems with the latest chromedriver

2012-08-01 Thread Željko Filipin
On Wed, Aug 1, 2012 at 9:46 PM, Rahul Sharma wrote: > Is anyone else having problems with the latest chromedriver i.e. chromedriver v21? You are not alone: http://stackoverflow.com/questions/11751033/ Željko -- filipin.eu -- Before posting, please read http://watir.com/support. In short: sear

[wtr-general] Problems with the latest chromedriver

2012-08-01 Thread Rahul Sharma
Hi Guys, Is anyone else having problems with the latest chromedriver i.e. chromedriver v21? I updated my chrome browser to version 21 which was released yesterday and since then, my tests have started to fail! I downloaded the latest chromedriver21 but that seems to be throwing a lot of errors