@@ -184,10 +184,11 @@ usage, please create a new issue describing the enhancement request and even bet
184
184
issue is backed up by a pull request.
185
185
186
186
If the enhancement is not generally useful, example solution is domain specific, then the
187
- SeleniumLibrary offers a public API which can be used to build own libraries. All keyword
188
- methods are available in the public API. There are also generally useful methods and attributes
189
- available, which are useful for creating new libraries. Please see `extending documentation `_
190
- for more details about the available methods and for examples how the library can be extended.
187
+ SeleniumLibrary offers a public API's which can be used to build ownplugins and libraries.
188
+ Plugin API allows to add new keywords, modify existing keywords and modify internal
189
+ functionality of the library. Also new libraries can be build on top of the
190
+ SeleniumLibrary. Please see `extending documentation `_ for more details about the
191
+ available methods and for examples how the library can be extended.
191
192
192
193
Support
193
194
-------
@@ -217,7 +218,8 @@ a bit more.
217
218
SeleniumLibrary 2.9.2 and earlier Selenium 1 and 2 Python 2.5-2.7 The original SeleniumLibrary using Selenium RC API.
218
219
Selenium2Library 1.8.0 and earlier Selenium 2 and 3 Python 2.6-2.7 Fork of SeleniumLibrary using Selenium WebDriver API.
219
220
SeleniumLibrary 3.0 and 3.1 Selenium 2 and 3 Python 2.7 and 3.3+ Selenium2Library renamed and with Python 3 support and new architecture.
220
- SeleniumLibrary 3.2 and newer Selenium 3 Python 2.7 and 3.4+ Drops Selenium 2 support.
221
+ SeleniumLibrary 3.2 Selenium 3 Python 2.7 and 3.4+ Drops Selenium 2 support.
222
+ SeleniumLibrary 4.0 Selenium 3 Python 2.7 and 3.4+ Plugin API and support for event friging webdriver.
221
223
Selenium2Library 3.0 Depends on SeleniumLibrary Depends on SeleniumLibrary Thin wrapper for SeleniumLibrary 3.0 to ease transition.
222
224
================================== ========================== ========================== ===============
223
225
@@ -277,7 +279,7 @@ project.
277
279
.. _Robot Framework User Guide : https://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html
278
280
.. _Robot Framework installation instructions : https://github.com/robotframework/robotframework/blob/master/INSTALL.rst
279
281
.. _robotframework-users : https://groups.google.com/group/robotframework-users
280
- .. _extending documentation : https://github.com/robotframework/SeleniumLibrary/blob/master/docs/extending/EXTENDING_SELENIUMLIBRARY .rst
282
+ .. _extending documentation : https://github.com/robotframework/SeleniumLibrary/blob/master/docs/extending/extending .rst
281
283
.. _Slack community : https://robotframework-slack-invite.herokuapp.com
282
284
.. _issue tracker : https://github.com/robotframework/SeleniumLibrary/issues
283
285
.. _Other support forums : https://robotframework.org/#support
0 commit comments