Skip to content

Commit 2678bc0

Browse files
committed
Release notes for 19.12.4
1 parent 90e221f commit 2678bc0

1 file changed

Lines changed: 53 additions & 0 deletions

File tree

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
# Browser library 19.12.4
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.4 is a new release with bug fixes Get Element Count keyword
8+
error message. Count of element is now int instead of float. Also this release
9+
contains updated GRPC and tar packages which fixes few security vulnerabilities.
10+
11+
All issues targeted for Browser library v19.12.4 can be found from the
12+
[issue tracker](https://github.com/MarketSquare/robotframework-browser/issues?q=state%3Aclosed%20milestone%3Av19.12.4).
13+
For first time installation with [pip](https://pip.pypa.io/en/stable/) and
14+
[BrowserBatteries](https://pypi.org/project/robotframework-browser-batteries/)
15+
just run
16+
```bash
17+
pip install robotframework-browser robotframework-browser-batteries
18+
rfbrowser install
19+
```
20+
to install the latest available release. If you upgrading
21+
from previous release with [pip](http://pip-installer.org), run
22+
```bash
23+
pip install --upgrade robotframework-browser robotframework-browser-batteries
24+
rfbrowser clean-node
25+
rfbrowser install
26+
```
27+
For first time installation with [pip](http://pip-installer.org) with Browser
28+
library only, just run
29+
```bash
30+
pip install robotframework-browser
31+
rfbrowser init
32+
```
33+
If you upgrading from previous release with [pip](http://pip-installer.org), run
34+
```bash
35+
pip install --upgrade robotframework-browser
36+
rfbrowser clean-node
37+
rfbrowser init
38+
```
39+
Alternatively you can download the source distribution from
40+
[PyPI](https://pypi.org/project/robotframework-browser/) and
41+
install it manually. Browser library 19.12.4 was released on Friday January 30, 2026.
42+
Browser supports Python 3.10+, Node 20/22/24 LTS and Robot Framework 6.1+.
43+
Library was tested with Playwright 1.58.0
44+
45+
46+
47+
## Full list of fixes and enhancements
48+
49+
| ID | Type | Priority | Summary |
50+
|---|---|---|---|
51+
| [#4644](https://github.com/MarketSquare/robotframework-browser/issues/4644) | bug | medium | Get Element Count shows incorrect error when count is not expected |
52+
53+
Altogether 1 issue. View on the [issue tracker](https://github.com/MarketSquare/robotframework-browser/issues?q=milestone%3Av19.12.4).

0 commit comments

Comments
 (0)