Modelizer / Laravel-Selenium

Selenium Testing for Laravel 5
MIT License
108 stars 33 forks source link

Updates for Selenium and web drivers #42

Closed dbudwin closed 6 years ago

dbudwin commented 7 years ago

Updates to the latest version of Selenium and web drivers.

Selenium updated from 2.53.1 -> 3.4.0 Web drivers updated from 2.24 -> 2.29

Modelizer commented 7 years ago

Have you tested all the APIs with selenium 3.0 version? Also it would be great if you submit test cases for it.

dbudwin commented 7 years ago

No I didn't test all the APIs. I'm somewhat new to Selenium which is why I found this package yesterday. I was experiencing issues with Selenium and almost every answer I came across told me to upgrade the version of Selenium I was using. I really like this package because it takes away the ability to have to install packages. However, locally on my machine, upgrading Selenium just traded one error for another. I can't even get the simple test case provided in the README to pass. If I run the example in the README I get the following error:

Error connection[28] to http://localhost:4444/wd/hub/session/c9423014-8b91-4fe0-88f8-547d1875e7b1/cookie: Operation timed out after 60003 milliseconds with 0 bytes received

I looked through the PR history a bit to see if I could find an example of how you prefer to have it done but I didn't find any. How do you propose I move forward with this PR.

Modelizer commented 7 years ago

Please test with APIs so that we can proceed further by merging this.

Modelizer commented 6 years ago

I have upgraded selenium to 3.11.0 and chrome drive to 2.35. Please upgrade to 2.0 version of this package if still you are using it.