We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 51e8bd9 + 6d154eb commit 667254dCopy full SHA for 667254d
1 file changed
drivers/selenium.rst
@@ -5,6 +5,13 @@ SeleniumDriver provides a bridge for the famous `Selenium`_ tool. If you
5
need legacy Selenium, you can use it right out of the box in your Mink test
6
suites.
7
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
15
Installation
16
------------
17
0 commit comments