|
| 1 | +====================== |
| 2 | +Browser library 19.5.1 |
| 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.5.1 is a new hotfix |
| 11 | +release with bugfix for Robot Framework version older than 7.0. |
| 12 | +All issues targeted for Browser library v19.5.1 can be found |
| 13 | +from the `issue tracker`_. |
| 14 | +For first time installation with pip_, just run |
| 15 | +:: |
| 16 | + pip install robotframework-browser |
| 17 | + rfbrowser init |
| 18 | +to install the latest available release. If you upgrading |
| 19 | +from previous release with pip_, run |
| 20 | +:: |
| 21 | + pip install --upgrade robotframework-browser |
| 22 | + rfbrowser clean-node |
| 23 | + rfbrowser init |
| 24 | +Alternatively you can download the source distribution from PyPI_ and |
| 25 | +install it manually. Browser library 19.5.1 was released on Friday May 9, 2025. |
| 26 | +Browser supports Python 3.9+, Node 18/20/22 LTS and Robot Framework 5.0+. |
| 27 | +Library was tested with Playwright 1.52.0 |
| 28 | + |
| 29 | +.. _Robot Framework: http://robotframework.org |
| 30 | +.. _Browser: https://github.com/MarketSquare/robotframework-browser |
| 31 | +.. _Playwright: https://github.com/microsoft/playwright |
| 32 | +.. _pip: http://pip-installer.org |
| 33 | +.. _PyPI: https://pypi.python.org/pypi/robotframework-browser |
| 34 | +.. _issue tracker: https://github.com/MarketSquare/robotframework-browser/milestones/v19.5.1 |
| 35 | + |
| 36 | + |
| 37 | +.. contents:: |
| 38 | + :depth: 2 |
| 39 | + :local: |
| 40 | + |
| 41 | +Most important enhancements |
| 42 | +=========================== |
| 43 | + |
| 44 | +With 19.5.0 "rfbrowser init" fails for Robot Framework version older than 7.0 (`#4206`_) |
| 45 | +---------------------------------------------------------------------------------------- |
| 46 | +The "rfbrowser init" command fails with Robot Framework version older than 7.0. Also |
| 47 | +fixed similar issued in few other places in the code. |
| 48 | + |
| 49 | +Full list of fixes and enhancements |
| 50 | +=================================== |
| 51 | + |
| 52 | +.. list-table:: |
| 53 | + :header-rows: 1 |
| 54 | + |
| 55 | + * - ID |
| 56 | + - Type |
| 57 | + - Priority |
| 58 | + - Summary |
| 59 | + * - `#4206`_ |
| 60 | + - bug |
| 61 | + - critical |
| 62 | + - With 19.5.0 "rfbrowser init" fails for Robot Framework version older than 7.0 |
| 63 | + |
| 64 | +Altogether 1 issue. View on the `issue tracker <https://github.com/MarketSquare/robotframework-browser/issues?q=milestone%3Av19.5.1>`__. |
| 65 | + |
| 66 | +.. _#4206: https://github.com/MarketSquare/robotframework-browser/issues/4206 |
0 commit comments