You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p><aclass="reference external" href="https://github.com/robotframework/SeleniumLibrary">SeleniumLibrary</a> is a web testing library for <aclass="reference external" href="http://robotframework.org">Robot Framework</a> that
31
-
utilizes the <aclass="reference external" href="http://seleniumhq.org">Selenium</a> tool internally. The project is hosted on <aclass="reference external" href="https://github.com/robotframework/SeleniumLibrary">GitHub</a>
30
+
<p><aclass="reference external" href="https://github.com/robotframework/SeleniumLibrary">SeleniumLibrary</a> is a web testing library for <aclass="reference external" href="https://robotframework.org">Robot Framework</a> that
31
+
utilizes the <aclass="reference external" href="https://seleniumhq.org">Selenium</a> tool internally. The project is hosted on <aclass="reference external" href="https://github.com/robotframework/SeleniumLibrary">GitHub</a>
32
32
and downloads can be found from <aclass="reference external" href="https://pypi.python.org/pypi/robotframework-seleniumlibrary">PyPI</a>.</p>
33
33
<p>SeleniumLibrary works with Selenium 3. It supports Python 2.7 as well as
34
-
Python 3.4 or newer. In addition to the normal <aclass="reference external" href="http://python.org">Python</a> interpreter, it
35
-
works also with <aclass="reference external" href="http://pypy.org">PyPy</a> and <aclass="reference external" href="http://jython.org">Jython</a>. Unfortunately <aclass="reference external" href="http://seleniumhq.org">Selenium</a> is not
36
-
currently supported by <aclass="reference external" href="http://ironpython.net">IronPython</a> and thus this library does not work with
34
+
Python 3.4 or newer. In addition to the normal <aclass="reference external" href="https://python.org">Python</a> interpreter, it
35
+
works also with <aclass="reference external" href="https://pypy.org">PyPy</a> and <aclass="reference external" href="https://jython.org/">Jython</a>. Unfortunately <aclass="reference external" href="https://seleniumhq.org">Selenium</a> is not
36
+
currently supported by <aclass="reference external" href="https://ironpython.net/">IronPython</a> and thus this library does not work with
37
37
IronPython either.</p>
38
38
<p>SeleniumLibrary is based on the <aclass="reference external" href="https://github.com/robotframework/OldSeleniumLibrary">old SeleniumLibrary</a> that was forked to
39
39
<aclass="reference external" href="https://github.com/robotframework/Selenium2Library">Selenium2Library</a> and then later renamed back to SeleniumLibrary.
40
40
See the <aclass="reference internal" href="#versions">Versions</a> and <aclass="reference internal" href="#history">History</a> sections below for more information about
41
41
different versions and the overall project history.</p>
<p>See <aclass="reference external" href="http://robotframework.org/SeleniumLibrary/SeleniumLibrary.html">keyword documentation</a> for available keywords and more information
48
+
<p>See <aclass="reference external" href="https://robotframework.org/SeleniumLibrary/SeleniumLibrary.html">keyword documentation</a> for available keywords and more information
<p>To use SeleniumLibrary in Robot Framework tests, the library needs to
106
106
first be imported using the <spanclass="docutils literal">Library</span> setting as any other library.
107
107
The library accepts some import time arguments, which are documented
108
-
in the <aclass="reference external" href="http://robotframework.org/SeleniumLibrary/SeleniumLibrary.html">keyword documentation</a> along with all the keywords provided
108
+
in the <aclass="reference external" href="https://robotframework.org/SeleniumLibrary/SeleniumLibrary.html">keyword documentation</a> along with all the keywords provided
109
109
by the library.</p>
110
110
<p>When using Robot Framework, it is generally recommended to write as
111
111
easy-to-understand tests as possible. The keywords provided by
<aclass="reference external" href="https://github.com/robotframework/WebDemo">demo project</a> that illustrates using Robot Framework and SeleniumLibrary.
156
156
See the demo for more examples that you can also execute on your own
157
157
machine. For more information about Robot Framework test data syntax in
158
-
general see the <aclass="reference external" href="http://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html">Robot Framework User Guide</a>.</p>
158
+
general see the <aclass="reference external" href="https://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html">Robot Framework User Guide</a>.</p>
usage, please create a new issue describing the enhancement request and even better if the
165
165
issue is backed up by a pull request.</p>
166
166
<p>If the enhancement is not generally useful, example solution is domain specific, then the
167
-
SeleniumLibrary offers a public API which can be used to build own libraries. All keyword
168
-
methods are available in the public API. There are also generally useful methods and attributes
169
-
available, which are useful for creating new libraries. Please see <aclass="reference external" href="https://github.com/robotframework/SeleniumLibrary/blob/master/docs/extending/EXTENDING_SELENIUMLIBRARY.rst">extending documentation</a>
170
-
for more details about the available methods and for examples how the library can be extended.</p>
167
+
SeleniumLibrary offers a public API's which can be used to build own plugins and libraries.
168
+
Plugin API allows to add new keywords, modify existing keywords and modify internal
169
+
functionality of the library. Also new libraries can be build on top of the
170
+
SeleniumLibrary. Please see <aclass="reference external" href="https://github.com/robotframework/SeleniumLibrary/blob/master/docs/extending/extending.rst">extending documentation</a> for more details about the
171
+
available methods and for examples how the library can be extended.</p>
<li><p><spanclass="docutils literal">#seleniumlibrary</span> and <spanclass="docutils literal"><spanclass="pre">#seleniumlibrary-dev</span></span> channels in
0 commit comments