Skip to content

Commit e2b9509

Browse files
committed
Regenerated project docs
1 parent 83f46dd commit e2b9509

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
33
<head>
44
<meta charset="utf-8"/>
5-
<meta name="generator" content="Docutils 0.15.2: http://docutils.sourceforge.net/" />
5+
<meta name="generator" content="Docutils 0.16: http://docutils.sourceforge.net/" />
66
<title>SeleniumLibrary</title>
77
<link rel="stylesheet" href="style.css" type="text/css" />
88
<link rel="stylesheet" href="extra.css" type="text/css" />
@@ -12,7 +12,7 @@
1212
<h1 class="title">SeleniumLibrary</h1>
1313

1414
<div class="contents topic" id="contents">
15-
<p class="topic-title first">Contents</p>
15+
<p class="topic-title">Contents</p>
1616
<ul class="simple">
1717
<li><p><a class="reference internal" href="#introduction" id="id6">Introduction</a></p></li>
1818
<li><p><a class="reference internal" href="#keyword-documentation" id="id7">Keyword documentation</a></p></li>
@@ -28,11 +28,11 @@ <h1 class="title">SeleniumLibrary</h1>
2828
<div class="section" id="introduction">
2929
<h1><a class="toc-backref" href="#id6">Introduction</a></h1>
3030
<p><a class="reference external" href="https://github.com/robotframework/SeleniumLibrary">SeleniumLibrary</a> is a web testing library for <a class="reference external" href="https://robotframework.org">Robot Framework</a> that
31-
utilizes the <a class="reference external" href="https://seleniumhq.org">Selenium</a> tool internally. The project is hosted on <a class="reference external" href="https://github.com/robotframework/SeleniumLibrary">GitHub</a>
31+
utilizes the <a class="reference external" href="https://www.seleniumhq.org/">Selenium</a> tool internally. The project is hosted on <a class="reference external" href="https://github.com/robotframework/SeleniumLibrary">GitHub</a>
3232
and downloads can be found from <a class="reference external" href="https://pypi.python.org/pypi/robotframework-seleniumlibrary">PyPI</a>.</p>
3333
<p>SeleniumLibrary works with Selenium 3. It supports Python 2.7 as well as
3434
Python 3.4 or newer. In addition to the normal <a class="reference external" href="https://python.org">Python</a> interpreter, it
35-
works also with <a class="reference external" href="https://pypy.org">PyPy</a> and <a class="reference external" href="https://jython.org/">Jython</a>. Unfortunately <a class="reference external" href="https://seleniumhq.org">Selenium</a> is not
35+
works also with <a class="reference external" href="https://pypy.org">PyPy</a> and <a class="reference external" href="https://jython.org/">Jython</a>. Unfortunately <a class="reference external" href="https://www.seleniumhq.org/">Selenium</a> is not
3636
currently supported by <a class="reference external" href="https://ironpython.net/">IronPython</a> and thus this library does not work with
3737
IronPython either.</p>
3838
<p>SeleniumLibrary is based on the <a class="reference external" href="https://github.com/robotframework/OldSeleniumLibrary">old SeleniumLibrary</a> that was forked to

0 commit comments

Comments
 (0)