File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -18,15 +18,26 @@ the popular Selenium_ tool internally. See the `keyword documentation`_
1818for available keywords and `wiki `_ for some more general information
1919about the library.
2020
21- SeleniumLibrary is based on the `old SeleniumLibrary ` that was forked to
21+ SeleniumLibrary is based on the `old SeleniumLibrary `_ that was forked to
2222Selenium2Library and then later renamed back to SeleniumLibrary.
2323
24+ The new SeleniumLibrary is currently in pre-release phase. The final
25+ SeleniumLibrary 3.0 release is planned for early September.
26+
2427Installation
2528------------
2629
2730The recommended installation method is using pip _::
2831
29- pip install robotframework-seleniumlibrary
32+ pip install --pre robotframework-seleniumlibrary
33+
34+ Notice that ``--pre `` is needed to get the current SeleniumLibrary,
35+ not the `old SeleniumLibrary `_, until the final SeleniumLibrary 3.0
36+ is released.
37+
38+ To install the old Selenium2Library, use this command instead::
39+
40+ pip install robotframework-selenium2library
3041
3142See `INSTALL.rst `_ for more details about installation.
3243
You can’t perform that action at this time.
0 commit comments