Skip to content

Commit 9708b90

Browse files
committed
Release notes for 19.12.5
1 parent 18cf566 commit 9708b90

1 file changed

Lines changed: 57 additions & 0 deletions

File tree

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
# Browser library 19.12.5
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.5 is a new hotfix release which uses latest Playwright release.
8+
Also AssertionEngine is updated to 4.0. All issues targeted for Browser library
9+
v19.12.5 can be found from the
10+
[issue tracker](https://github.com/MarketSquare/robotframework-browser/issues?q=state%3Aclosed%20milestone%3Av19.12.5).
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.5 was released on Wednesday February 11, 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+
48+
### Playwright 1.58.2 support ([#4661](https://github.com/MarketSquare/robotframework-browser/issues/4661))
49+
Make new release with Playwright 1.58.2
50+
51+
## Full list of fixes and enhancements
52+
53+
| ID | Type | Priority | Summary |
54+
|---|---|---|---|
55+
| [#4661](https://github.com/MarketSquare/robotframework-browser/issues/4661) | bug | high | Playwright 1.58.2 support |
56+
57+
Altogether 1 issue. View on the [issue tracker](https://github.com/MarketSquare/robotframework-browser/issues?q=milestone%3Av19.12.5).

0 commit comments

Comments
 (0)