Skip to content

Commit 615c846

Browse files
committed
Release notes for 4.4.0rc2
1 parent f878e5d commit 615c846

File tree

1 file changed

+134
-0
lines changed

1 file changed

+134
-0
lines changed

docs/SeleniumLibrary-4.4.0rc2.rst

Lines changed: 134 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,134 @@
1+
========================
2+
=======================
3+
SeleniumLibrary 4.4.0rc1
4+
========================
5+
6+
7+
.. default-role:: code
8+
9+
10+
SeleniumLibrary_ is a web testing library for `Robot Framework`_ that utilizes
11+
the Selenium_ tool internally. SeleniumLibrary 4.4.0rc2 is which fixes problem
12+
with SeleniumTestability plugin when comparing to 4.4.0rc1.
13+
14+
All issues targeted for SeleniumLibrary v4.4.0 can be found
15+
from the `issue tracker`_.
16+
17+
If you have pip_ installed, just run
18+
19+
::
20+
21+
pip install --pre --upgrade robotframework-seleniumlibrary
22+
23+
to install the latest available release or use
24+
25+
::
26+
27+
pip install robotframework-seleniumlibrary==4.4.0rc1
28+
29+
to install exactly this version. Alternatively you can download the source
30+
distribution from PyPI_ and install it manually.
31+
32+
SeleniumLibrary 4.4.0rc2 was released on Monday April 20, 2020. SeleniumLibrary supports
33+
Python 2.7 and 3.6+, Selenium 3.141.0+ and Robot Framework 3.1.2+. This is, again, last release
34+
which contains new development for Python 2.7 and users should migrate to Python 3.
35+
36+
.. _Robot Framework: http://robotframework.org
37+
.. _SeleniumLibrary: https://github.com/robotframework/SeleniumLibrary
38+
.. _Selenium: http://seleniumhq.org
39+
.. _pip: http://pip-installer.org
40+
.. _PyPI: https://pypi.python.org/pypi/robotframework-seleniumlibrary
41+
.. _issue tracker: https://github.com/robotframework/SeleniumLibrary/issues?q=milestone%3Av4.4.0
42+
43+
44+
.. contents::
45+
:depth: 2
46+
:local:
47+
48+
Most important enhancements
49+
===========================
50+
51+
Update to latest PythonLIbCore because it does not work with SeleniumTestability plugin (`#1577`_, rc 2)
52+
---------------------------------------------------------------------------------------------------------
53+
`PythonLibCore`_ did contain a bug which prevented SeleniumLibrary to work SeleniumTestability plugin.
54+
This is now fixed in PythonLibCore side and SeleniumLibrary contains updated PythonLibCore
55+
56+
Update PythonLibCore (`#1564`_, rc 1)
57+
-------------------------------------
58+
SeleniumLibrary relies on `PythonLibCore`_ to handle Robot Framework dynamic library API requirements.
59+
The PythonLibCore has been enhanced to support Robot Framework 3.2 dynamic library API changes. This
60+
provides automatic argument type conversion and better support for the language server protocol.
61+
62+
Raise minimum required Robot Framework to 3.1 (`#1494`_, rc 1)
63+
--------------------------------------------------------------
64+
This was already announced in the previous releases, but it was not enforced during the installation time.
65+
Now this is enforced in installation time.
66+
67+
Acknowledgements
68+
================
69+
70+
Small error in 'Get Cookie' keyword documentation (`#1555`_, rc 1)
71+
------------------------------------------------------------------
72+
Many thanks to Ryan Mori for fixing the bug in the Get Cookie keyword documentation.
73+
74+
75+
"Wait Until Location Is" error message reads "Location did not is <url> in <wait time>" (`#1559`_, rc 1)
76+
--------------------------------------------------------------------------------------------------------
77+
Many thanks to testventure for fixing wait until location is error message.
78+
79+
Wait Until Page Contains add option Limit (`#1543`_, rc 1)
80+
----------------------------------------------------------
81+
Many thanks to Marcin Koperski for adding limit argument to Wait Until Page Does Not Contain Element
82+
and Wait Until Page Contains Element keywords.
83+
84+
Full list of fixes and enhancements
85+
===================================
86+
87+
.. list-table::
88+
:header-rows: 1
89+
90+
* - ID
91+
- Type
92+
- Priority
93+
- Summary
94+
- Added
95+
* - `#1577`_
96+
- bug
97+
- critical
98+
- Update to latest PythonLIbCore because it does not work with SeleniumTestability plugin
99+
- rc 2
100+
* - `#1494`_
101+
- enhancement
102+
- critical
103+
- Raise minimum required Robot Framework to 3.1
104+
- rc 1
105+
* - `#1564`_
106+
- enhancement
107+
- critical
108+
- Update PythonLibCore
109+
- rc 1
110+
* - `#1555`_
111+
- bug
112+
- medium
113+
- Small error in 'Get Cookie' keyword documentation
114+
- rc 1
115+
* - `#1559`_
116+
- bug
117+
- medium
118+
- "Wait Until Location Is" error message reads "Location did not is <url> in <wait time>"
119+
- rc 1
120+
* - `#1543`_
121+
- enhancement
122+
- medium
123+
- Wait Until Page Contains add option Limit
124+
- rc 1
125+
126+
Altogether 6 issues. View on the `issue tracker <https://github.com/robotframework/SeleniumLibrary/issues?q=milestone%3Av4.4.0>`__.
127+
128+
.. _PythonLibCore: https://github.com/robotframework/PythonLibCore
129+
.. _#1577: https://github.com/robotframework/SeleniumLibrary/issues/1577
130+
.. _#1494: https://github.com/robotframework/SeleniumLibrary/issues/1494
131+
.. _#1564: https://github.com/robotframework/SeleniumLibrary/issues/1564
132+
.. _#1555: https://github.com/robotframework/SeleniumLibrary/issues/1555
133+
.. _#1559: https://github.com/robotframework/SeleniumLibrary/issues/1559
134+
.. _#1543: https://github.com/robotframework/SeleniumLibrary/issues/1543

0 commit comments

Comments
 (0)