Sha256: a96a12f3332543f7b7655fdc8ccc13a8725ee4e1fc6956c13e1fcac96b0ab2e2

Contents?: true

Size: 334 Bytes

Versions: 1

Compression:

Stored size: 334 Bytes

Contents

if "%RAKE_TASK%"=="spec:firefox" (
  choco install -y curl
  choco install -y 7zip.commandline
  curl -L -O --insecure https://github.com/mozilla/geckodriver/releases/download/v0.11.1/geckodriver-v0.11.1-win32.zip
  7za e geckodriver-v0.11.1-win32.zip
  move geckodriver.exe C:\Tools\WebDriver

  geckodriver.exe --version
)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
watir-6.10.1 support/appveyor.cmd