Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LiveHtmlReporter() no longer compatible with Selenium Webdrivers #313

Closed
sprice9161 opened this issue Nov 22, 2016 · 3 comments
Closed

LiveHtmlReporter() no longer compatible with Selenium Webdrivers #313

sprice9161 opened this issue Nov 22, 2016 · 3 comments

Comments

@sprice9161
Copy link

I haven't run my scripts since the late spring, but everything was working. I went to my project and updated canopy to the latest build.

I couldn't update Selenium Webdrivers to 3.01, so I updated to 3.0, which I saw on this site you are now supporting.

Running the script fails on the HTML reporter that I implemented when I first created the script. This is the reporter that you describe using on "Frictionless Web Testing".

My concern is that the reporter is no longer working due to the updates.

Code:
open reporters
reporter <- new LiveHtmlReporter() :> IReporter

Warning:
DriverServiceNotFoundException was unhandled

An unhandled exception of type 'OpenQA.Selenium.DriverServiceNotFoundException' occurred in WebDriver.dll

Additional information: The geckodriver.exe file does not exist in the current directory or in a directory on the PATH environment variable. The driver can be downloaded at https://github.com/mozilla/geckodriver/releases.

@lefthandedgoat
Copy link
Owner

This part of the error message tells you what you need to do.

Additional information: The geckodriver.exe file does not exist in the current directory or in a directory on the PATH environment variable. The driver can be downloaded at https://github.com/mozilla/geckodriver/releases.

This issue tells you were to place gecko driver:

#300

@sprice9161
Copy link
Author

I just saw one of your earlier issues....Thank you.

@lefthandedgoat
Copy link
Owner

I am going to close this issue, if you have any further issues please feel free to open a new one!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants