The general rule is the current version of WebDriver is compatible with the current version of Chrome and two previous versions. So if the current version of Chrome is 27.x then the current version of WebDriver will work with 27, 26 and 25 of Chrome.
Generally speaking I have never had any problems with Chrome and WebDriver. Chrome defaults to updating to the latest version so I make WebDriver update to the latest version. I have found that Firefox will release a new version and WebDriver won't update to match it for a few weeks. So I tend to manually update Firefox. Chrome hasn't been a problem.
On Friday, 24 May 2013 10:49:08 UTC-4,
dst...@gmail.com wrote:
Am I missing a totally obvious documentation page?
We're just getting into ChromeDriver implementation (not CD2), and the current stable build is 2.26.
Will this work with the latest Chrome browser, and how could I have figured that out shy of just installing an update and trying the code?
Thanks.
-Ernie