Skip to content

Commit 0bed959

Browse files
committed
Release notes for 6.7.0rc1
1 parent dd20fa2 commit 0bed959

File tree

1 file changed

+103
-0
lines changed

1 file changed

+103
-0
lines changed

docs/SeleniumLibrary-6.7.0rc1.rst

Lines changed: 103 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,103 @@
1+
========================
2+
SeleniumLibrary 6.7.0rc1
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.7.0rc1 is a new release with
11+
some minor enhancements and bug fixes.
12+
13+
All issues targeted for SeleniumLibrary v6.7.0 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.7.0rc1
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.7.0rc1 was released on Sunday December 29, 2024. SeleniumLibrary supports
32+
Python 3.8 through 3.13, Selenium 4.24.0 through 4.27.1 and
33+
Robot Framework 6.1.1 and 7.1.1.
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.7.0
41+
42+
43+
.. contents::
44+
:depth: 2
45+
:local:
46+
47+
Most important enhancements
48+
===========================
49+
50+
- Fixed _find_by_data_locator when more than one colon was within the locator. If one
51+
used the data strategy and the locator had additional colon in it the locator parser
52+
would incorrectly parse the locator. This has been fixed in this release. (`#1924`_)
53+
- Make SeleniumLibrary support one or more translations from same localisation project (`#1917`_)
54+
55+
Acknowledgements
56+
================
57+
58+
We want to thank
59+
60+
- `Markus Leben <https://github.com/markus-leben>`_ for discovering, reporting, and fixing
61+
the _find_by_data_locator issue (`#1924`_)
62+
- `The Great Simo <https://github.com/TheGreatSimo>`_ and `Pavel <https://github.com/PavelMal>`_
63+
for updating the requirements (`#1849`_)
64+
- `iarmhi <https://github.com/iarmhi>`_ for correcting an error the docs (`#1913`_)
65+
66+
Full list of fixes and enhancements
67+
===================================
68+
69+
.. list-table::
70+
:header-rows: 1
71+
72+
* - ID
73+
- Type
74+
- Priority
75+
- Summary
76+
* - `#1924`_
77+
- bug
78+
- high
79+
- Fix _find_by_data_locator
80+
* - `#1917`_
81+
- enhancement
82+
- high
83+
- Make SeleniumLibrary support one or more tranlsation from same localisation project
84+
* - `#1849`_
85+
- ---
86+
- medium
87+
- Update the rerequirements
88+
* - `#1913`_
89+
- bug
90+
- low
91+
- Remove unneeded 'send_' in docs
92+
* - `#1925`_
93+
- ---
94+
- ---
95+
- Latest Versions Oct2024
96+
97+
Altogether 5 issues. View on the `issue tracker <https://github.com/robotframework/SeleniumLibrary/issues?q=milestone%3Av6.7.0>`__.
98+
99+
.. _#1924: https://github.com/robotframework/SeleniumLibrary/issues/1924
100+
.. _#1917: https://github.com/robotframework/SeleniumLibrary/issues/1917
101+
.. _#1849: https://github.com/robotframework/SeleniumLibrary/issues/1849
102+
.. _#1913: https://github.com/robotframework/SeleniumLibrary/issues/1913
103+
.. _#1925: https://github.com/robotframework/SeleniumLibrary/issues/1925

0 commit comments

Comments
 (0)