Skip to content

Instantly share code, notes, and snippets.

@rflechner
Created May 15, 2018 17:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rflechner/3b0becc23f812cdec2361aa8a4ada2f8 to your computer and use it in GitHub Desktop.
Save rflechner/3b0becc23f812cdec2361aa8a4ada2f8 to your computer and use it in GitHub Desktop.
meetup canopy
nuget install canopy -Version 2.0.1 -OutputDirectory packages -ExcludeVersion -Prerelease
nuget install Selenium.Chrome.WebDriver -Version 2.38.0 -OutputDirectory packages -ExcludeVersion
#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()
@rflechner
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment