I want to use Selenium2 Chrome driver with Ruby/Python, but I only found those for Java and .NET on http://code.google.com/p/selenium/downloads/list . Could someone tell me is it possible to drive Chrome with Python or Ruby in Selenium2? Thanks in advance!
Share
For python you have to download the chrome driver from http://code.google.com/p/chromium/downloads/list. Extract the zip file and set the chrome driver path in Path environment variable. Please see the below example using python –