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