Skip to content

Commit 224ee3f

Browse files
committed
Release notes for 19.12.7
1 parent 39c0b9f commit 224ee3f

1 file changed

Lines changed: 56 additions & 0 deletions

File tree

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
# Browser library 19.12.7
2+
3+
4+
[Browser](https://github.com/MarketSquare/robotframework-browser) is a web testing
5+
library for [Robot Framework](http://robotframework.org) that utilizes the
6+
[Playwright](https://github.com/microsoft/playwright) tool internally. Browser
7+
library 19.12.7 is a new hotfix release which downgrades grpcio to 1.78.0.
8+
All issues targeted for Browser library v19.12.7 can be found
9+
from the
10+
[issue tracker](https://github.com/MarketSquare/robotframework-browser/issues?q=state%3Aclosed%20milestone%3Av19.12.7).
11+
For first time installation with [pip](https://pip.pypa.io/en/stable/) and
12+
[BrowserBatteries](https://pypi.org/project/robotframework-browser-batteries/)
13+
just run
14+
```bash
15+
pip install robotframework-browser robotframework-browser-batteries
16+
rfbrowser install
17+
```
18+
to install the latest available release. If you upgrading
19+
from previous release with [pip](http://pip-installer.org), run
20+
```bash
21+
pip install --upgrade robotframework-browser robotframework-browser-batteries
22+
rfbrowser clean-node
23+
rfbrowser install
24+
```
25+
For first time installation with [pip](http://pip-installer.org) with Browser
26+
library only, just run
27+
```bash
28+
pip install robotframework-browser
29+
rfbrowser init
30+
```
31+
If you upgrading from previous release with [pip](http://pip-installer.org), run
32+
```bash
33+
pip install --upgrade robotframework-browser
34+
rfbrowser clean-node
35+
rfbrowser init
36+
```
37+
Alternatively you can download the source distribution from
38+
[PyPI](https://pypi.org/project/robotframework-browser/) and
39+
install it manually. Browser library 19.12.7 was released on Thursday March 19, 2026.
40+
Browser supports Python 3.10+, Node 20/22/24 LTS and Robot Framework 6.1+.
41+
Library was tested with Playwright 1.58.2
42+
43+
44+
45+
## Most important enhancements
46+
47+
### Downgrade grpcio to 1.78.0 ([#4746](https://github.com/MarketSquare/robotframework-browser/issues/4746))
48+
The grpcio to 1.78.0 was downgraded, because 1.78.1 was yanked from PyPi.
49+
50+
## Full list of fixes and enhancements
51+
52+
| ID | Type | Priority | Summary |
53+
|---|---|---|---|
54+
| [#4746](https://github.com/MarketSquare/robotframework-browser/issues/4746) | bug | critical | Downgrade grpcio to 1.78.0 |
55+
56+
Altogether 1 issue. View on the [issue tracker](https://github.com/MarketSquare/robotframework-browser/issues?q=milestone%3Av19.12.7).

0 commit comments

Comments
 (0)