|
2 | 2 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
3 | 3 | <head>
|
4 | 4 | <meta charset="utf-8"/>
|
5 |
| -<meta name="generator" content="Docutils 0.14: http://docutils.sourceforge.net/" /> |
| 5 | +<meta name="generator" content="Docutils 0.15.2: http://docutils.sourceforge.net/" /> |
6 | 6 | <title>SeleniumLibrary</title>
|
7 | 7 | <link rel="stylesheet" href="style.css" type="text/css" />
|
8 | 8 | <link rel="stylesheet" href="extra.css" type="text/css" />
|
@@ -41,7 +41,7 @@ <h1><a class="toc-backref" href="#id6">Introduction</a></h1>
|
41 | 41 | different versions and the overall project history.</p>
|
42 | 42 | <a class="reference external image-reference" href="https://pypi.python.org/pypi/robotframework-seleniumlibrary"><img alt="https://img.shields.io/pypi/v/robotframework-seleniumlibrary.svg?label=version" src="https://img.shields.io/pypi/v/robotframework-seleniumlibrary.svg?label=version" /></a>
|
43 | 43 | <a class="reference external image-reference" href="https://www.apache.org/licenses/LICENSE-2.0"><img alt="https://img.shields.io/pypi/l/robotframework-seleniumlibrary.svg" src="https://img.shields.io/pypi/l/robotframework-seleniumlibrary.svg" /></a>
|
44 |
| -<a class="reference external image-reference" href="https://travis-ci.org/robotframework/SeleniumLibrary"><img alt="https://api.travis-ci.org/robotframework/SeleniumLibrary.png" src="https://api.travis-ci.org/robotframework/SeleniumLibrary.png" /></a> |
| 44 | +<a class="reference external image-reference" href="https://travis-ci.org/robotframework/SeleniumLibrary"><img alt="https://travis-ci.org/robotframework/SeleniumLibrary.svg?branch=master" src="https://travis-ci.org/robotframework/SeleniumLibrary.svg?branch=master" /></a> |
45 | 45 | </div>
|
46 | 46 | <div class="section" id="keyword-documentation">
|
47 | 47 | <h1><a class="toc-backref" href="#id7">Keyword documentation</a></h1>
|
@@ -230,6 +230,11 @@ <h1><a class="toc-backref" href="#id13">Versions</a></h1>
|
230 | 230 | <td><p>Python 2.7 and 3.4+</p></td>
|
231 | 231 | <td><p>Plugin API and support for event friging webdriver.</p></td>
|
232 | 232 | </tr>
|
| 233 | +<tr><td><p>SeleniumLibrary 4.1</p></td> |
| 234 | +<td><p>Selenium 3</p></td> |
| 235 | +<td><p>Python 2.7 and 3.5+</p></td> |
| 236 | +<td><p>Drops Python 3.4 support.</p></td> |
| 237 | +</tr> |
233 | 238 | <tr><td><p>Selenium2Library 3.0</p></td>
|
234 | 239 | <td><p>Depends on SeleniumLibrary</p></td>
|
235 | 240 | <td><p>Depends on SeleniumLibrary</p></td>
|
|
0 commit comments