Skip to content

Commit ce48069

Browse files
committed
Release notes for 6.1.3b1
1 parent 4096f77 commit ce48069

File tree

1 file changed

+80
-0
lines changed

1 file changed

+80
-0
lines changed

docs/SeleniumLibrary-6.1.3b1.rst

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
=======================
2+
SeleniumLibrary 6.1.3b1
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 6.1.3b1 is a is a hotfix release
11+
that fixes an issue with remote browsers when options are not provided.
12+
13+
All issues targeted for SeleniumLibrary v6.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 --pre --upgrade robotframework-seleniumlibrary
21+
22+
to install the latest available release or use
23+
24+
::
25+
26+
pip install robotframework-seleniumlibrary==6.1.3b1
27+
28+
to install exactly this version. Alternatively you can download the source
29+
distribution from PyPI_ and install it manually.
30+
31+
SeleniumLibrary 6.1.3b1 was released on Sunday September 24, 2023. SeleniumLibrary supports
32+
Python 3.8+, Selenium 4.3+ and
33+
Robot Framework 4.1.3 or higher.
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%3Av6.1.3
41+
42+
43+
.. contents::
44+
:depth: 2
45+
:local:
46+
47+
Most important enhancements
48+
===========================
49+
50+
- Remote browser fails when no options provided (`#1855`_, b 1)
51+
52+
For several of the remote browsers we need to initialize the options if none are provided.
53+
In addition the deprecated and removed from selenium desired_capabilities have been removed
54+
from SeleniumLibrary v6.1.3b1.
55+
56+
Acknowledgements
57+
================
58+
59+
- I want to thank Tero Lempiäinen for pointing out this issue (`#1855`_, b 1)
60+
61+
Full list of fixes and enhancements
62+
===================================
63+
64+
.. list-table::
65+
:header-rows: 1
66+
67+
* - ID
68+
- Type
69+
- Priority
70+
- Summary
71+
- Added
72+
* - `#1855`_
73+
- bug
74+
- critical
75+
- Remote browser fails when no options provided
76+
- b 1
77+
78+
Altogether 1 issue. View on the `issue tracker <https://github.com/robotframework/SeleniumLibrary/issues?q=milestone%3Av6.1.3>`__.
79+
80+
.. _#1855: https://github.com/robotframework/SeleniumLibrary/issues/1855

0 commit comments

Comments
 (0)