Skip to content

Commit 667254d

Browse files
committed
Merge pull request #49 from stof/deprecate_selenium_driver
Mark the SeleniumDriver as deprecated in favor of Selenium2
2 parents 51e8bd9 + 6d154eb commit 667254d

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

drivers/selenium.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ SeleniumDriver provides a bridge for the famous `Selenium`_ tool. If you
55
need legacy Selenium, you can use it right out of the box in your Mink test
66
suites.
77

8+
.. caution::
9+
10+
The SeleniumRC protocol used by this driver is deprecated and does not
11+
support all Mink features. For this reason, the SeleniumDriver is deprecated
12+
in favor of the :doc:`/drivers/selenium2`, which is based on the new
13+
protocol and is more powerful.
14+
815
Installation
916
------------
1017

0 commit comments

Comments
 (0)