Skip to content

Commit 9d8da7f

Browse files
committed
Release notes for 5.0.1
1 parent 5438565 commit 9d8da7f

File tree

1 file changed

+88
-0
lines changed

1 file changed

+88
-0
lines changed

docs/SeleniumLibrary-5.0.1.rst

Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,88 @@
1+
=====================
2+
SeleniumLibrary 5.0.1
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.0.1 is a new release with
11+
bug fixes to stub file and using sting NONE to disable run on failure functionality.
12+
13+
All issues targeted for SeleniumLibrary v5.0.1 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.0.1
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.0.1 was released on Friday February 26, 2021. SSeleniumLibrary supports
32+
Python 3.6+, Selenium 3.141.0+ and Robot Framework 3.1.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.0.1
40+
41+
42+
.. contents::
43+
:depth: 2
44+
:local:
45+
46+
Most important enhancements
47+
===========================
48+
Not supported syntax in __init__.pyi (`#1685`_)
49+
-----------------------------------------------
50+
The stub file contained invalid Python syntax and prevented proper IDE usage.
51+
52+
Register Keyword to Run on Failure Bug or Doc fix (`#1686`_)
53+
------------------------------------------------------------
54+
There was regression in 5.0.0 release and string NONE could not be used
55+
to disable run on failure functionality.
56+
57+
Add missing methods to stub file (`#1690`_)
58+
-------------------------------------------
59+
All missing methods in stub file are now defined.
60+
61+
Full list of fixes and enhancements
62+
===================================
63+
64+
.. list-table::
65+
:header-rows: 1
66+
67+
* - ID
68+
- Type
69+
- Priority
70+
- Summary
71+
* - `#1685`_
72+
- bug
73+
- high
74+
- Not supported syntax in __init__.pyi
75+
* - `#1686`_
76+
- bug
77+
- high
78+
- Register Keyword to Run on Failure Bug or Doc fix
79+
* - `#1690`_
80+
- bug
81+
- high
82+
- Add missing methods to stub file
83+
84+
Altogether 3 issues. View on the `issue tracker <https://github.com/robotframework/SeleniumLibrary/issues?q=milestone%3Av5.0.1>`__.
85+
86+
.. _#1685: https://github.com/robotframework/SeleniumLibrary/issues/1685
87+
.. _#1686: https://github.com/robotframework/SeleniumLibrary/issues/1686
88+
.. _#1690: https://github.com/robotframework/SeleniumLibrary/issues/1690

0 commit comments

Comments
 (0)