Skip to content

Commit 3e98017

Browse files
committed
Release notes for 4.4.0rc1
1 parent 65d9321 commit 3e98017

File tree

1 file changed

+123
-0
lines changed

1 file changed

+123
-0
lines changed

docs/SeleniumLibrary-4.4.0rc1.rst

Lines changed: 123 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,123 @@
1+
========================
2+
SeleniumLibrary 4.4.0rc1
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 4.4.0rc1 is a new release with
11+
providing better supporting for Robot Framework 3.2 and the enhancement in the
12+
dynamic library API. There are also other enhancement and fixes in the release.
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.0rc1 was released on Saturday April 18, 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 PythonLibCore (`#1564`_, rc 1)
52+
-------------------------------------
53+
SeleniumLibrary relies on `PythonLibCore`_ to handle Robot Framework dynamic library API requirements.
54+
The PythonLibCore has been enhanced to support Robot Framework 3.2 dynamic library API changes. This
55+
provides automatic argument type conversion and better support for the language server protocol.
56+
57+
Raise minimum required Robot Framework to 3.1 (`#1494`_, rc 1)
58+
--------------------------------------------------------------
59+
This was already announced in the previous releases, but it was not enforced during the installation time.
60+
Now this is enforced in installation time.
61+
62+
Acknowledgements
63+
================
64+
65+
Small error in 'Get Cookie' keyword documentation (`#1555`_, rc 1)
66+
------------------------------------------------------------------
67+
Many thanks to Ryan Mori for fixing the bug in the Get Cookie keyword documentation.
68+
69+
70+
"Wait Until Location Is" error message reads "Location did not is <url> in <wait time>" (`#1559`_, rc 1)
71+
--------------------------------------------------------------------------------------------------------
72+
Many thanks to testventure for fixing wait until location is error message.
73+
74+
Wait Until Page Contains add option Limit (`#1543`_, rc 1)
75+
----------------------------------------------------------
76+
Many thanks to Marcin Koperski for adding limit argument to Wait Until Page Does Not Contain Element
77+
and Wait Until Page Contains Element keywords.
78+
79+
Full list of fixes and enhancements
80+
===================================
81+
82+
.. list-table::
83+
:header-rows: 1
84+
85+
* - ID
86+
- Type
87+
- Priority
88+
- Summary
89+
- Added
90+
* - `#1494`_
91+
- enhancement
92+
- critical
93+
- Raise minimum required Robot Framework to 3.1
94+
- rc 1
95+
* - `#1564`_
96+
- enhancement
97+
- critical
98+
- Update PythonLibCore
99+
- rc 1
100+
* - `#1555`_
101+
- bug
102+
- medium
103+
- Small error in 'Get Cookie' keyword documentation
104+
- rc 1
105+
* - `#1559`_
106+
- bug
107+
- medium
108+
- "Wait Until Location Is" error message reads "Location did not is <url> in <wait time>"
109+
- rc 1
110+
* - `#1543`_
111+
- enhancement
112+
- medium
113+
- Wait Until Page Contains add option Limit
114+
- rc 1
115+
116+
Altogether 5 issues. View on the `issue tracker <https://github.com/robotframework/SeleniumLibrary/issues?q=milestone%3Av4.4.0>`__.
117+
118+
.. _PythonLibCore: https://github.com/robotframework/PythonLibCore
119+
.. _#1494: https://github.com/robotframework/SeleniumLibrary/issues/1494
120+
.. _#1564: https://github.com/robotframework/SeleniumLibrary/issues/1564
121+
.. _#1555: https://github.com/robotframework/SeleniumLibrary/issues/1555
122+
.. _#1559: https://github.com/robotframework/SeleniumLibrary/issues/1559
123+
.. _#1543: https://github.com/robotframework/SeleniumLibrary/issues/1543

0 commit comments

Comments
 (0)