Created
May 15, 2018 17:17
-
-
Save rflechner/3b0becc23f812cdec2361aa8a4ada2f8 to your computer and use it in GitHub Desktop.
meetup canopy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nuget install canopy -Version 2.0.1 -OutputDirectory packages -ExcludeVersion -Prerelease | |
nuget install Selenium.Chrome.WebDriver -Version 2.38.0 -OutputDirectory packages -ExcludeVersion |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#I "packages/Selenium.WebDriver/lib/net40" | |
#I "packages/canopy/lib" | |
#r "canopy.dll" | |
#r "WebDriver.dll" | |
open OpenQA.Selenium | |
open canopy.runner.classic | |
open canopy.configuration | |
open canopy.classic | |
chromeDir <- "packages/Selenium.Chrome.WebDriver/driver" | |
start chrome | |
browser.Manage().Window.Maximize() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
http://webapp20180515011143.azurewebsites.net/