trouble starting browsers
See original GitHub issueHaven’t tried canopy in a long time, and just tried doing the “getting started” tutorial in fsi
#r @"packages\Selenium.WebDriver.2.52.0\lib\net40\WebDriver.dll"
#r @"packages\Selenium.Support.2.45.0\lib\net40\WebDriver.Support.dll"
#r @"packages\canopy.0.9.47\lib\canopy.dll"
#load "Core.fs"
open canopy
open runner
open System
start ie
Binding session to ‘D:\BitSync\GitRepos\Dojo-Canopy-2048\Dojo\Canopy2048\packages\Selenium.WebDriver.2.52.0\lib\net40\WebDriver.dll’…
OpenQA.Selenium.DriverServiceNotFoundException: The file c:\IEDriverServer.exe does not exist. The driver can be downloaded at http://selenium-release.storage.googleapis.com/index.html at OpenQA.Selenium.DriverService…ctor(String servicePath, Int32 port, String driverServiceExecutableName, Uri driverServiceDownloadUrl) at OpenQA.Selenium.IE.InternetExplorerDriverService…ctor(String executablePath, String executableFileName, Int32 port) at OpenQA.Selenium.IE.InternetExplorerDriver…ctor(String internetExplorerDriverServerDirectory, InternetExplorerOptions options) at canopy.core.start(BrowserStartMode b) in C:\projects\canopy\src\canopy\canopy.fs:line 687
trying to start chrome
start chrome
OpenQA.Selenium.DriverServiceNotFoundException: The file c:\chromedriver.exe does not exist. The driver can be downloaded at http://chromedriver.storage.googleapis.com/index.html at OpenQA.Selenium.DriverService…ctor(String servicePath, Int32 port, String driverServiceExecutableName, Uri driverServiceDownloadUrl) at OpenQA.Selenium.Chrome.ChromeDriverService…ctor(String executablePath, String executableFileName, Int32 port) at OpenQA.Selenium.Chrome.ChromeDriver…ctor(String chromeDriverDirectory, ChromeOptions options) at canopy.core.start(BrowserStartMode b) in C:\projects\canopy\src\canopy\canopy.fs:line 694
Issue Analytics
- State:
- Created 7 years ago
- Comments:6 (1 by maintainers)
Top GitHub Comments
Thanks! The drivers would be a good thing to put prominently on the getting started page. I think Firefox has become less popular. For instance it is not even installed on the machine I’m currently working on.
I’ll look into it. Thanks