|
| 1 | +====================== |
| 2 | +Browser library 19.6.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.6.1 is a new hotfix |
| 11 | +release which updated Playwright to 1.53.1. All issues targeted for |
| 12 | +Browser library v19.6.1 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.1 was released on Thursday June 26, 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.1 |
| 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.1 |
| 34 | + |
| 35 | + |
| 36 | +.. contents:: |
| 37 | + :depth: 2 |
| 38 | + :local: |
| 39 | + |
| 40 | +Most important enhancements |
| 41 | +=========================== |
| 42 | + |
| 43 | +Cannot fill programmatically enabled Textarea (`#4274`_) |
| 44 | +-------------------------------------------------------- |
| 45 | +This is bug in Playwright that was fixed in Playwright 1.53.1. |
| 46 | + |
| 47 | +Full list of fixes and enhancements |
| 48 | +=================================== |
| 49 | + |
| 50 | +.. list-table:: |
| 51 | + :header-rows: 1 |
| 52 | + |
| 53 | + * - ID |
| 54 | + - Type |
| 55 | + - Priority |
| 56 | + - Summary |
| 57 | + * - `#4274`_ |
| 58 | + - bug |
| 59 | + - high |
| 60 | + - Cannot fill programmatically enabled Textarea |
| 61 | + |
| 62 | +Altogether 1 issue. View on the `issue tracker <https://github.com/MarketSquare/robotframework-browser/issues?q=milestone%3Av19.6.1>`__. |
| 63 | + |
| 64 | +.. _#4274: https://github.com/MarketSquare/robotframework-browser/issues/4274 |
0 commit comments