Skip to content

Commit

Permalink
Update to latest chrome driver, add geckodriver 11.1 and update to ca…
Browse files Browse the repository at this point in the history
…nopy 1.0 with selenium 3.0
  • Loading branch information
lefthandedgoat committed Nov 4, 2016
1 parent dd0efa6 commit 9705843
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions canopyStarterKit/canopyStarterKit.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@
<ItemGroup>
<None Include="chromedriver.exe">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="geckodriver.exe">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="chromedriver">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
Expand Down
Binary file modified canopyStarterKit/chromedriver.exe
Binary file not shown.
Binary file added canopyStarterKit/geckodriver.exe
Binary file not shown.
6 changes: 3 additions & 3 deletions paket.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
NUGET
remote: https://www.nuget.org/api/v2
Argu (2.1)
canopy (0.9.56)
canopy (1.0.0)
FSharp.Core (>= 3.0.2)
Selenium.WebDriver (2.53.1)
Selenium.WebDriver (3.0.0)
FAKE (4.31.1)
FSharp.Core (4.0.0.1)
Selenium.WebDriver (2.53.1)
Selenium.WebDriver (3.0.0)

0 comments on commit 9705843

Please sign in to comment.