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

Mark the SeleniumDriver as deprecated in favor of Selenium2 #49

Merged
merged 1 commit into from
Feb 21, 2015

Conversation

stof
Copy link
Member

@stof stof commented Feb 4, 2015

No description provided.


The SeleniumRC protocol used by this driver is deprecated and does not
support all Mink features. For this reason, the SeleniumDriver is deprecated
in favor of the :doc:`/drivers/selenium2`, which is based on the new
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure if leading / in link to other document is needed.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well, we have 2 choices: either absolute references (which need the leading slash) or relative references (which would be :doc:selenium2``). I'm using absolute references everywhere currently (easier when moving a file to a different location as all references inside it don't need to be changed, and searching for references to a given file is also easier)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK.

@aik099
Copy link
Member

aik099 commented Feb 4, 2015

Maybe we should also update README.md of MinkSeleniumDriver repo?

@stof
Copy link
Member Author

stof commented Feb 4, 2015

@aik099 an update of all driver readmes is planned to link to the online doc (see minkphp/Mink#635). This will be part of it.

stof added a commit that referenced this pull request Feb 21, 2015
Mark the SeleniumDriver as deprecated in favor of Selenium2
@stof stof merged commit 667254d into minkphp:master Feb 21, 2015
@stof stof deleted the deprecate_selenium_driver branch February 21, 2015 09:41
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