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

Remove usage of Selenium RC classes #216

Merged
merged 1 commit into from
Nov 5, 2016

Conversation

valfirst
Copy link
Contributor

@valfirst valfirst commented Nov 3, 2016

Remove usage of com.thoughtworks.selenium.SeleniumException.

Selenium RC is officially dead. com.thoughtworks.selenium.SeleniumException was excluded from Selenium 3 (starting from 3.0.0-beta3). This commit removes this dependency. IMHO, it's better to support new releases 3+ rather than dead RC.

Issues/question references: #213 , #207 , #196

Remove usage of com.thoughtworks.selenium.SeleniumException
@hollingsworthd hollingsworthd merged commit a8640c1 into hollingsworthd:master Nov 5, 2016
@hollingsworthd
Copy link
Owner

Yes, agreed. I would always prefer Selenium 3.x support over 1.x, especially in a case such as this which is basically just an edge case and non-critical for 1.x code (but critically breaks 3.x builds). Thanks!

@hollingsworthd
Copy link
Owner

This is now released to Maven Central, v0.17.1.

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

Successfully merging this pull request may close these issues.

2 participants