Skip to content

Commit 59bd5e6

Browse files
Ed ManloveEd Manlove
authored andcommitted
Release notes for 6.1.2rc1
1 parent 4003462 commit 59bd5e6

1 file changed

Lines changed: 78 additions & 0 deletions

File tree

docs/SeleniumLibrary-6.1.2rc1.rst

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
========================
2+
SeleniumLibrary 6.1.2rc1
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.2rc1 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 --pre --upgrade robotframework-seleniumlibrary
19+
20+
to install the latest available release or use
21+
22+
::
23+
24+
pip install robotframework-seleniumlibrary==6.1.2rc1
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.2rc1 was released on Friday August 25, 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+
56+
- I want to thank @ap0087105 for pointing out the library was missing "Options" setup within Edge and
57+
Safari remote url execution (`#1844`_, rc 1)
58+
59+
Full list of fixes and enhancements
60+
===================================
61+
62+
.. list-table::
63+
:header-rows: 1
64+
65+
* - ID
66+
- Type
67+
- Priority
68+
- Summary
69+
- Added
70+
* - `#1844`_
71+
- bug
72+
- high
73+
- Missing "Options" setup in EDGE browser for remote url execution
74+
- rc 1
75+
76+
Altogether 1 issue. View on the `issue tracker <https://github.com/robotframework/SeleniumLibrary/issues?q=milestone%3Av6.1.2>`__.
77+
78+
.. _#1844: https://github.com/robotframework/SeleniumLibrary/issues/1844

0 commit comments

Comments
 (0)