Skip to content

Commit e4989f5

Browse files
committed
Release notes for 5.1.3
1 parent 8988d46 commit e4989f5

File tree

1 file changed

+75
-0
lines changed

1 file changed

+75
-0
lines changed

docs/SeleniumLibrary-5.1.3.rst

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
=====================
2+
SeleniumLibrary 5.1.3
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.3 is a new release with
11+
bug fixes to Execute JavaScript and Execute Async JavaScript type hints with RF 4.0.
12+
13+
All issues targeted for SeleniumLibrary v5.1.3 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.3
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.3 was released on Tuesday March 23, 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.3
40+
41+
42+
.. contents::
43+
:depth: 2
44+
:local:
45+
46+
Most important enhancements
47+
===========================
48+
49+
Execute JavaScript has wrong type definition (`#1711`_)
50+
-------------------------------------------------------
51+
Execute JavaScript had invalid type definition if argument
52+
did contain WebElement. This is not fixed and WebElements can
53+
be used as arguments. Many thanks for Avatar Vincenzo Gasparo
54+
for providing PR to fix the issue.
55+
56+
Same bug was also found in the Execute Async JavaScript keyword.
57+
58+
Full list of fixes and enhancements
59+
===================================
60+
61+
.. list-table::
62+
:header-rows: 1
63+
64+
* - ID
65+
- Type
66+
- Priority
67+
- Summary
68+
* - `#1711`_
69+
- bug
70+
- critical
71+
- Execute JavaScript has wrong type definition
72+
73+
Altogether 1 issue. View on the `issue tracker <https://github.com/robotframework/SeleniumLibrary/issues?q=milestone%3Av5.1.3>`__.
74+
75+
.. _#1711: https://github.com/robotframework/SeleniumLibrary/issues/1711

0 commit comments

Comments
 (0)