dzharii / swd-recorder

Selenium WebDriver Page Recorder (Page Objects)
MIT License
189 stars 71 forks source link

Project cannot find the drivers.. #41

Closed AcousticGuitar closed 8 years ago

AcousticGuitar commented 8 years ago

Hello, thanks for your work on this project, I am interested in it.

I downloaded the project compiled and ran it, it seems to be looking for the drivers. My question is where do I put the drivers? In the project of anywhere on the system (and adding to the Path environment statement?)

sergueik commented 8 years ago

Hello

TheOpen QA.Selenium.DriverWerviceNotFoundException dialog about the missing chromedriver.exe or phantomjs.exe suggests the url to download the driver. Have you tried http://phantomjs.org/download.html and https://sites.google.com/a/chromium.org/chromedriver/downloads You can put it any directory and add to the System PATH environment. Have you changed PATH environment, you have to restart thr instance of Visual Studio you run SWD in

AcousticGuitar commented 8 years ago

Thanks for update, I was hoping the project was "ready to go" but will adjust accordingly.