Skip to content

Commit 8f3010f

Browse files
committed
Release notes for 17.5.2
1 parent 19efa50 commit 8f3010f

File tree

1 file changed

+65
-0
lines changed

1 file changed

+65
-0
lines changed
Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
======================
2+
Browser library 17.5.2
3+
======================
4+
5+
6+
.. default-role:: code
7+
8+
9+
Browser_ is a web testing library for `Robot Framework`_ that utilizes
10+
the Playwright_ tool internally. Browser library 17.5.2 is comes with new
11+
version of grpcio to support Python 3.12. All issues targeted for Browser
12+
library v17.5.2 can be found from the `issue tracker`_.
13+
For first time installation with pip_, just run
14+
::
15+
pip install robotframework-browser
16+
rfbrowser init
17+
to install the latest available release. If you upgrading
18+
from previous release with pip_, run
19+
::
20+
pip install --upgrade robotframework-browser
21+
rfbrowser clean-node
22+
rfbrowser init
23+
Alternatively you can download the source distribution from PyPI_ and
24+
install it manually. Browser library 17.5.2 was released on Friday October 13, 2023.
25+
Browser supports Python 3.8+, Node 16/18 LTS and Robot Framework 5.0+.
26+
Library was tested with Playwright 1.39.0
27+
28+
.. _Robot Framework: http://robotframework.org
29+
.. _Browser: https://github.com/MarketSquare/robotframework-browser
30+
.. _Playwright: https://github.com/microsoft/playwright
31+
.. _pip: http://pip-installer.org
32+
.. _PyPI: https://pypi.python.org/pypi/robotframework-browser
33+
.. _issue tracker: https://github.com/MarketSquare/robotframework-browser/milestones/v17.5.2
34+
35+
36+
.. contents::
37+
:depth: 2
38+
:local:
39+
40+
Most important enhancements
41+
===========================
42+
43+
Installation Failure of robotframework-browser in Python 3.12 Due to grpcio Dependencies (`#3138`_)
44+
---------------------------------------------------------------------------------------------------
45+
grpcio is updated to support Python 3.12.
46+
47+
48+
Full list of fixes and enhancements
49+
===================================
50+
51+
.. list-table::
52+
:header-rows: 1
53+
54+
* - ID
55+
- Type
56+
- Priority
57+
- Summary
58+
* - `#3138`_
59+
- bug
60+
- critical
61+
- Installation Failure of robotframework-browser in Python 3.12 Due to grpcio Dependencies
62+
63+
Altogether 1 issue. View on the `issue tracker <https://github.com/MarketSquare/robotframework-browser/issues?q=milestone%3Av17.5.2>`__.
64+
65+
.. _#3138: https://github.com/MarketSquare/robotframework-browser/issues/3138

0 commit comments

Comments
 (0)