Skip to content

Commit b8c276b

Browse files
authored
Merge branch 'robotframework:master' into fix_headless_args
2 parents 65e3c2a + f197a40 commit b8c276b

File tree

3 files changed

+1927
-1846
lines changed

3 files changed

+1927
-1846
lines changed

docs/SeleniumLibrary-6.1.3.rst

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

0 commit comments

Comments
 (0)