|
| 1 | +# Browser library 19.14.1 |
| 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.14.1 fixes release process. All issues targeted for Browser library |
| 8 | +v19.14.1 can be found from the |
| 9 | +[issue tracker](https://github.com/MarketSquare/robotframework-browser/issues?q=state%3Aclosed%20milestone%3Av19.14.1). |
| 10 | +For first time installation with [pip](https://pip.pypa.io/en/stable/) and |
| 11 | +[BrowserBatteries](https://pypi.org/project/robotframework-browser-batteries/) |
| 12 | +just run |
| 13 | +```bash |
| 14 | + pip install robotframework-browser robotframework-browser-batteries |
| 15 | + rfbrowser install |
| 16 | +``` |
| 17 | +to install the latest available release. If you upgrading |
| 18 | +from previous release with [pip](http://pip-installer.org), run |
| 19 | +```bash |
| 20 | + pip install --upgrade robotframework-browser robotframework-browser-batteries |
| 21 | + rfbrowser clean-node |
| 22 | + rfbrowser install |
| 23 | +``` |
| 24 | +For first time installation with [pip](http://pip-installer.org) with Browser |
| 25 | +library only, just run |
| 26 | +```bash |
| 27 | + pip install robotframework-browser |
| 28 | + rfbrowser init |
| 29 | +``` |
| 30 | +If you upgrading from previous release with [pip](http://pip-installer.org), run |
| 31 | +```bash |
| 32 | + pip install --upgrade robotframework-browser |
| 33 | + rfbrowser clean-node |
| 34 | + rfbrowser init |
| 35 | +``` |
| 36 | +Alternatively you can download the source distribution from |
| 37 | +[PyPI](https://pypi.org/project/robotframework-browser/) and |
| 38 | +install it manually. Browser library 19.14.1 was released on Monday April 6, 2026. |
| 39 | +Browser supports Python 3.10+, Node 20/22/24 LTS and Robot Framework 6.1+. |
| 40 | +Library was tested with Playwright 1.59.1 |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | +## Most important enhancements |
| 45 | + |
| 46 | +### Fix release process ([#4803](https://github.com/MarketSquare/robotframework-browser/issues/4803)) |
| 47 | +Fixing release process, which requires new release. |
| 48 | + |
| 49 | +## Full list of fixes and enhancements |
| 50 | + |
| 51 | +| ID | Type | Priority | Summary | |
| 52 | +|---|---|---|---| |
| 53 | +| [#4803](https://github.com/MarketSquare/robotframework-browser/issues/4803) | bug | critical | Fix release process | |
| 54 | + |
| 55 | +Altogether 1 issue. View on the [issue tracker](https://github.com/MarketSquare/robotframework-browser/issues?q=milestone%3Av19.14.1). |
0 commit comments