Skip to content

Commit 6acaa81

Browse files
committed
Release notes for 4.3.0rc1
1 parent e3360f1 commit 6acaa81

File tree

1 file changed

+90
-0
lines changed

1 file changed

+90
-0
lines changed

docs/SeleniumLibrary-4.3.0rc1.rst

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
========================
2+
SeleniumLibrary 4.3.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.3.0rc1 is a new pre-release with
11+
fixing Open Browser keyword for Ie browser.
12+
13+
All issues targeted for SeleniumLibrary v4.3.0 can be found
14+
from the `issue tracker`_.
15+
16+
If you have pip_ installed, just run
17+
18+
::
19+
20+
pip install --pre --upgrade robotframework-seleniumlibrary
21+
22+
to install the latest available release or use
23+
24+
::
25+
26+
pip install robotframework-seleniumlibrary==4.3.0rc1
27+
28+
to install exactly this version. Alternatively you can download the source
29+
distribution from PyPI_ and install it manually.
30+
31+
SeleniumLibrary 4.3.0rc1 was released on Wednesday February 5, 2020. SeleniumLibrary supports
32+
Python 2.7 and 3.5+, Selenium 3.141.0 and Robot Framework 3.1.2. This is last release which
33+
contains new development for Python 2.7 and users should migrate to Python 3.
34+
35+
.. _Robot Framework: http://robotframework.org
36+
.. _SeleniumLibrary: https://github.com/robotframework/SeleniumLibrary
37+
.. _Selenium: http://seleniumhq.org
38+
.. _pip: http://pip-installer.org
39+
.. _PyPI: https://pypi.python.org/pypi/robotframework-seleniumlibrary
40+
.. _issue tracker: https://github.com/robotframework/SeleniumLibrary/issues?q=milestone%3Av4.3.0
41+
42+
43+
.. contents::
44+
:depth: 2
45+
:local:
46+
47+
Most important enhancements
48+
===========================
49+
50+
Opening IE browser is not possible in SeleniumLibrary 4.2.0 (`#1548`_, rc 1)
51+
----------------------------------------------------------------------------
52+
Open Browser keyword had bug which prevented using IE browser. With IE browser
53+
SeleniumLibrary tried to use wrong browser driver executable, geckodriver, instead
54+
of IEDriverServer.exe.
55+
56+
Acknowledgements
57+
================
58+
59+
Add Wait Until Location Does Not Contain and Wait Until Location Is Not keywords. (`#1544`_, rc 1)
60+
---------------------------------------------------------------------------------------------------
61+
Many thanks to acaovilla for implementing Wait Until Location Does Not Contain and
62+
Wait Until Location Is Not keywords for SeleniumLibrary.
63+
64+
65+
Full list of fixes and enhancements
66+
===================================
67+
68+
.. list-table::
69+
:header-rows: 1
70+
71+
* - ID
72+
- Type
73+
- Priority
74+
- Summary
75+
- Added
76+
* - `#1548`_
77+
- bug
78+
- critical
79+
- Opening IE browser is not possible in SeleniumLibrary 4.2.0
80+
- rc 1
81+
* - `#1544`_
82+
- enhancement
83+
- medium
84+
- Add Wait Until Location Does Not Contain and Wait Until Location Is Not keywords.
85+
- rc 1
86+
87+
Altogether 2 issues. View on the `issue tracker <https://github.com/robotframework/SeleniumLibrary/issues?q=milestone%3Av4.3.0>`__.
88+
89+
.. _#1548: https://github.com/robotframework/SeleniumLibrary/issues/1548
90+
.. _#1544: https://github.com/robotframework/SeleniumLibrary/issues/1544

0 commit comments

Comments
 (0)