MattiSG / Watai

Integration testing for the web of components
62 stars 7 forks source link

Update chromedriver instructions for binary location #128

Closed MattiSG closed 9 years ago

MattiSG commented 9 years ago

Replace chrome.binary: "path" by chromeOptions: { binary: "path" }.

https://sites.google.com/a/chromium.org/chromedriver/capabilities

MattiSG commented 9 years ago

Could also mention brew cask usage:

{
    "driverCapabilities": {
        "firefox_binary": "/opt/homebrew-cask/Caskroom/firefox/latest/Firefox.app/Contents/MacOS/firefox",
        "chromeOptions": {
            "binary": "/opt/homebrew-cask/Caskroom/google-chrome/latest/Google Chrome.app/Contents/MacOS/Google Chrome"
        }
    }
}
MattiSG commented 8 years ago

brew cask usage documented in Recipes.