Skip to content

Commit

Permalink
use prebuilt IEDriverServer for AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
lmtierney committed Mar 31, 2017
1 parent 2ac435f commit a6c1e04
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@ install:
- 'set RUBY_HOME=C:\Ruby22-x64\bin'
- 'set PATH=%RUBY_HOME%;%PATH%'
before_test:
- copy cpp\prebuilt\Win32\Release\IEDriverServer.exe C:\Tools\WebDriver
- ruby -v
- gem -v
- bundle -v
- curl -fsS -o C:\Tools\WebDriver\IEServerDriver.zip http://selenium-release.storage.googleapis.com/3.1/IEDriverServer_Win32_3.1.0.zip
- 7z e C:\Tools\WebDriver\IEServerDriver.zip -oC:\Tools\WebDriver -aoa
- chromedriver.exe --version
- geckodriver.exe --version
- IEDriverServer.exe --version
- dir C:\Tools\WebDriver

test_script:
Expand Down

0 comments on commit a6c1e04

Please sign in to comment.