dzharii / swd-recorder

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

Failed to start up socket due to 'OpenQA.Selenium.WebDriverException' #50

Closed nitfeu closed 7 years ago

nitfeu commented 7 years ago

@dzharii I am very new to Test automation with Java programming and I wanted to make my work more simple by creating page objects with your tool. But I was unable to run this program from my local machine due to access permissions and so I tried to run it from a shared folder and I got the below message.

error

Kindly let me know if I am missing something or if there are any pre-requisites that I should consider before running the tool.

dzharii commented 7 years ago

Hi @nitfeu, could you please try to run it with Google Chrome (and chromedriver)?

nitfeu commented 7 years ago

Now I got the below messages from ChromeDriver and SWD Page Recorder.

chromedriver_swd_message

dzharii commented 7 years ago

Hi @nitfeu, Thank you, based on your input, I have decided to upgrade some project dependencies and libraries to the latest version.

I'm not sure if the would fix the issue, but could you please give a try to the latest release:

https://github.com/dzharii/swd-recorder/releases/tag/v3.3.0-2017.03.29

nitfeu commented 7 years ago

Hello @dzharii The new updated version works perfectly fine. Thanks for the quick response and update. Kudos to you!!

dzharii commented 7 years ago

Sound great. Thank you @nitfeu for your assistance with testing this release! ;)