Skip to content

Commit 9da7471

Browse files
committed
Release notes for 19.7.0
1 parent 3873343 commit 9da7471

File tree

1 file changed

+75
-0
lines changed

1 file changed

+75
-0
lines changed
Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
======================
2+
Browser library 19.7.0
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 19.7.0 is a new release with
11+
enhancement to datetime.datetime in Add Cookie. Also we dropped support for
12+
Node 18 and small enhancements where made on NodeJS side logging. Internally
13+
project now uses pyproject.toml instead of setup.py for package metadata.
14+
All issues targeted for Browser library v19.7.0 can be found
15+
from the `issue tracker`_.
16+
For first time installation with pip_, just run
17+
::
18+
pip install robotframework-browser
19+
rfbrowser init
20+
to install the latest available release. If you upgrading
21+
from previous release with pip_, run
22+
::
23+
pip install --upgrade robotframework-browser
24+
rfbrowser clean-node
25+
rfbrowser init
26+
Alternatively you can download the source distribution from PyPI_ and
27+
install it manually. Browser library 19.7.0 was released on Tuesday July 29, 2025.
28+
Browser supports Python 3.9+, Node 20/22 LTS and Robot Framework 5.0+.
29+
Library was tested with Playwright 1.54.1
30+
31+
.. _Robot Framework: http://robotframework.org
32+
.. _Browser: https://github.com/MarketSquare/robotframework-browser
33+
.. _Playwright: https://github.com/microsoft/playwright
34+
.. _pip: http://pip-installer.org
35+
.. _PyPI: https://pypi.python.org/pypi/robotframework-browser
36+
.. _issue tracker: https://github.com/MarketSquare/robotframework-browser/milestones/v19.7.0
37+
38+
39+
.. contents::
40+
:depth: 2
41+
:local:
42+
43+
Backwards incompatible changes
44+
==============================
45+
46+
Drop node 18 support (`#4267`_)
47+
===============================
48+
Node 18 is no longer supported by Playwright and Browser library. If you
49+
are using Node 18, you need to upgrade to Node 20 or 22 LTS.
50+
This change is made to keep the library up to date with NodeJS support and
51+
making sure that in future we can make nesasary changes to the library.
52+
53+
Full list of fixes and enhancements
54+
===================================
55+
56+
.. list-table::
57+
:header-rows: 1
58+
59+
* - ID
60+
- Type
61+
- Priority
62+
- Summary
63+
* - `#4267`_
64+
- enhancement
65+
- critical
66+
- Drop node 18 support
67+
* - `#4257`_
68+
- enhancement
69+
- medium
70+
- Support `datetime.datetime` in `Add Cookie` argument `expires`
71+
72+
Altogether 2 issues. View on the `issue tracker <https://github.com/MarketSquare/robotframework-browser/issues?q=milestone%3Av19.7.0>`__.
73+
74+
.. _#4267: https://github.com/MarketSquare/robotframework-browser/issues/4267
75+
.. _#4257: https://github.com/MarketSquare/robotframework-browser/issues/4257

0 commit comments

Comments
 (0)