Skip to content

Commit 8ef1926

Browse files
committed
Release notes for 6.5.0
1 parent 7427b3a commit 8ef1926

File tree

1 file changed

+98
-0
lines changed

1 file changed

+98
-0
lines changed

docs/SeleniumLibrary-6.5.0.rst

Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,98 @@
1+
=====================
2+
SeleniumLibrary 6.5.0
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.5.0 is a new release with
11+
keyword and keyword documentation translations.
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.5.0
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.5.0 was released on Saturday June 15, 2024. SeleniumLibrary supports
29+
Python 3.8 through 3.11, Selenium 4.20.0 and 4.21.0 and
30+
Robot Framework 5.0.1, 6.1.1 and 7.0.
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.5.0
38+
39+
40+
.. contents::
41+
:depth: 2
42+
:local:
43+
44+
Most important enhancements
45+
===========================
46+
47+
- Keyword and keyword documentation translation (`#1908`_)
48+
This brings in the ability to translate both the keyword names as well as
49+
the keyword documentation. Details on how to create translations can be found
50+
within the keyword documentation. In addition the introduction of the selib tool
51+
allows for further enhancement like ``transform`` which will run Robotidy
52+
alongside a (future) SeleniumLibrary transformer to automatically handle keyword
53+
deprecations.
54+
55+
A sample translation of the SeleniumLibrary keywords and documentation to Finnish
56+
can be found in
57+
`this marketsquare repo <https://github.com/MarketSquare/robotframework-seleniumlibrary-translation-fi>`_.
58+
59+
Acknowledgements
60+
================
61+
62+
I want to thank
63+
64+
- jeromehuewe for noting the unspecified upper supported Python version (`#1903`_)
65+
- `Tatu Aalto <https://github.com/aaltat>`_ for all the work around bringing in
66+
the translation documentation functionality and the selib tool (`#1907`_)
67+
68+
I also want to thank `Yuri Verweij <https://github.com/yuriverweij>`_ for his continued
69+
collaboration on maintaining the SeleniumLibrary.
70+
71+
Full list of fixes and enhancements
72+
===================================
73+
74+
.. list-table::
75+
:header-rows: 1
76+
77+
* - ID
78+
- Type
79+
- Priority
80+
- Summary
81+
* - `#1908`_
82+
- bug
83+
- high
84+
- Fix bug in etry point translation creation
85+
* - `#1903`_
86+
- enhancement
87+
- medium
88+
- Specify supported Python version
89+
* - `#1907`_
90+
- enhancement
91+
- medium
92+
- Translation documentation
93+
94+
Altogether 3 issues. View on the `issue tracker <https://github.com/robotframework/SeleniumLibrary/issues?q=milestone%3Av6.5.0>`__.
95+
96+
.. _#1908: https://github.com/robotframework/SeleniumLibrary/issues/1908
97+
.. _#1903: https://github.com/robotframework/SeleniumLibrary/issues/1903
98+
.. _#1907: https://github.com/robotframework/SeleniumLibrary/issues/1907

0 commit comments

Comments
 (0)