Skip to content

Commit 21ea45f

Browse files
committed
Release notes for 5.1.2
1 parent c6e28bd commit 21ea45f

File tree

1 file changed

+70
-0
lines changed

1 file changed

+70
-0
lines changed

docs/SeleniumLibrary-5.1.2.rst

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
=====================
2+
SeleniumLibrary 5.1.2
3+
=====================
4+
5+
6+
.. default-role:: code
7+
8+
9+
SeleniumLibrary_ is a web testing library for `Robot Framework`_ that utilizes
10+
the Selenium_ tool internally. SeleniumLibrary 5.1.2 is a new release with
11+
bug fixs type type conversion bugs with Robot Framework 4.0.
12+
13+
All issues targeted for SeleniumLibrary v5.1.2 can be found
14+
from the `issue tracker`_.
15+
16+
If you have pip_ installed, just run
17+
18+
::
19+
20+
pip install --upgrade robotframework-seleniumlibrary
21+
22+
to install the latest available release or use
23+
24+
::
25+
26+
pip install robotframework-seleniumlibrary==5.1.2
27+
28+
to install exactly this version. Alternatively you can download the source
29+
distribution from PyPI_ and install it manually.
30+
31+
SeleniumLibrary 5.1.2 was released on Monday March 22, 2021. SeleniumLibrary supports
32+
Python 3.6+, Selenium 3.141.0+ and Robot Framework 3.2.2+.
33+
34+
.. _Robot Framework: http://robotframework.org
35+
.. _SeleniumLibrary: https://github.com/robotframework/SeleniumLibrary
36+
.. _Selenium: http://seleniumhq.org
37+
.. _pip: http://pip-installer.org
38+
.. _PyPI: https://pypi.python.org/pypi/robotframework-seleniumlibrary
39+
.. _issue tracker: https://github.com/robotframework/SeleniumLibrary/issues?q=milestone%3Av5.1.2
40+
41+
42+
.. contents::
43+
:depth: 2
44+
:local:
45+
46+
Most important enhancements
47+
===========================
48+
49+
"Element Attribute Should Have Value" no longer supports ${None} (`#1708`_)
50+
---------------------------------------------------------------------------
51+
There was bugs in type conversion definitions with Robot Framework 4.0.
52+
53+
Full list of fixes and enhancements
54+
===================================
55+
56+
.. list-table::
57+
:header-rows: 1
58+
59+
* - ID
60+
- Type
61+
- Priority
62+
- Summary
63+
* - `#1708`_
64+
- bug
65+
- high
66+
- "Element Attribute Should Have Value" no longer supports ${None}
67+
68+
Altogether 1 issue. View on the `issue tracker <https://github.com/robotframework/SeleniumLibrary/issues?q=milestone%3Av5.1.2>`__.
69+
70+
.. _#1708: https://github.com/robotframework/SeleniumLibrary/issues/1708

0 commit comments

Comments
 (0)