Skip to content

Commit 9f2f7da

Browse files
committed
Release notes for 6.1.2
1 parent 79c7ef3 commit 9f2f7da

File tree

1 file changed

+77
-0
lines changed

1 file changed

+77
-0
lines changed

docs/SeleniumLibrary-6.1.2.rst

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
=====================
2+
SeleniumLibrary 6.1.2
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.2 is a hotfix release
11+
focused on bug fixes for setting configuration options when using a remote Edge
12+
or Safari Browser.
13+
14+
If you have pip_ installed, just run
15+
16+
::
17+
18+
pip install --upgrade robotframework-seleniumlibrary
19+
20+
to install the latest available release or use
21+
22+
::
23+
24+
pip install robotframework-seleniumlibrary==6.1.2
25+
26+
to install exactly this version. Alternatively you can download the source
27+
distribution from PyPI_ and install it manually.
28+
29+
SeleniumLibrary 6.1.2 was released on Saturday September 9, 2023. SeleniumLibrary supports
30+
Python 3.7+, Selenium 4.3+ and Robot Framework 4.1.3 or higher.
31+
32+
.. _Robot Framework: http://robotframework.org
33+
.. _SeleniumLibrary: https://github.com/robotframework/SeleniumLibrary
34+
.. _Selenium: http://seleniumhq.org
35+
.. _pip: http://pip-installer.org
36+
.. _PyPI: https://pypi.python.org/pypi/robotframework-seleniumlibrary
37+
.. _issue tracker: https://github.com/robotframework/SeleniumLibrary/issues?q=milestone%3Av6.1.2
38+
39+
40+
.. contents::
41+
:depth: 2
42+
:local:
43+
44+
Most important enhancements
45+
===========================
46+
47+
- Missing "Options" setup in EDGE browser for remote url execution (`#1844`_, rc 1)
48+
49+
The browser options if given within the ``Open Browser`` or `Create WebDriver`` keyword were not being
50+
passed to either a remote Edge or remote Safari browser. This has been fixed within this release.
51+
52+
Acknowledgements
53+
================
54+
55+
- I want to thank @ap0087105 for pointing out the library was missing "Options" setup within Edge and
56+
Safari remote url execution (`#1844`_, rc 1)
57+
58+
Full list of fixes and enhancements
59+
===================================
60+
61+
.. list-table::
62+
:header-rows: 1
63+
64+
* - ID
65+
- Type
66+
- Priority
67+
- Summary
68+
- Added
69+
* - `#1844`_
70+
- bug
71+
- high
72+
- Missing "Options" setup in EDGE browser for remote url execution
73+
- rc 1
74+
75+
Altogether 1 issue. View on the `issue tracker <https://github.com/robotframework/SeleniumLibrary/issues?q=milestone%3Av6.1.2>`__.
76+
77+
.. _#1844: https://github.com/robotframework/SeleniumLibrary/issues/1844

0 commit comments

Comments
 (0)