Skip to content

Commit 09f443d

Browse files
committed
Release notes for 5.1.1
1 parent cf7a717 commit 09f443d

File tree

1 file changed

+72
-0
lines changed

1 file changed

+72
-0
lines changed

docs/SeleniumLibrary-5.1.1.rst

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
=====================
2+
SeleniumLibrary 5.1.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.1.1 is a new release with
11+
bug fixes to Open Browser keyword ff_profile_dir argument type conversion.
12+
13+
All issues targeted for SeleniumLibrary v5.1.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.1.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.1.1 was released on Sunday March 14, 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.1
40+
41+
42+
.. contents::
43+
:depth: 2
44+
:local:
45+
46+
Most important enhancements
47+
===========================
48+
49+
Open Browser Firefox profile path argument types are not correct (`#1703`_)
50+
---------------------------------------------------------------------------
51+
Open Browser keyword ff_profile_dir argument did convert argument incorrectly
52+
if the argument value was Python FirefoxProfile instance. This is not fixed
53+
in this release.
54+
55+
Full list of fixes and enhancements
56+
===================================
57+
58+
.. list-table::
59+
:header-rows: 1
60+
61+
* - ID
62+
- Type
63+
- Priority
64+
- Summary
65+
* - `#1703`_
66+
- bug
67+
- high
68+
- Open Browser Firefox profile path argument types are not correct
69+
70+
Altogether 1 issue. View on the `issue tracker <https://github.com/robotframework/SeleniumLibrary/issues?q=milestone%3Av5.1.1>`__.
71+
72+
.. _#1703: https://github.com/robotframework/SeleniumLibrary/issues/1703

0 commit comments

Comments
 (0)