|
| 1 | +====================== |
| 2 | +Browser library 19.4.0 |
| 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.4.0 is a new release |
| 11 | +with enhancements to keyboard modifier ControlOrMeta, rfbrowser —version |
| 12 | +returns the installed Playwright version and now library follows PEP597. |
| 13 | +All issues targeted for Browser library v19.4.0 can be found |
| 14 | +from the `issue tracker`_. |
| 15 | +For first time installation with pip_, just run |
| 16 | +:: |
| 17 | + pip install robotframework-browser |
| 18 | + rfbrowser init |
| 19 | +to install the latest available release. If you upgrading |
| 20 | +from previous release with pip_, run |
| 21 | +:: |
| 22 | + pip install --upgrade robotframework-browser |
| 23 | + rfbrowser clean-node |
| 24 | + rfbrowser init |
| 25 | +Alternatively you can download the source distribution from PyPI_ and |
| 26 | +install it manually. Browser library 19.4.0 was released on Sunday March 16, 2025. |
| 27 | +Browser supports Python 3.9+, Node 18/20/22 LTS and Robot Framework 5.0+. |
| 28 | +Library was tested with Playwright 1.51.0 |
| 29 | + |
| 30 | +.. _Robot Framework: http://robotframework.org |
| 31 | +.. _Browser: https://github.com/MarketSquare/robotframework-browser |
| 32 | +.. _Playwright: https://github.com/microsoft/playwright |
| 33 | +.. _pip: http://pip-installer.org |
| 34 | +.. _PyPI: https://pypi.python.org/pypi/robotframework-browser |
| 35 | +.. _issue tracker: https://github.com/MarketSquare/robotframework-browser/milestones/v19.4.0 |
| 36 | + |
| 37 | + |
| 38 | +.. contents:: |
| 39 | + :depth: 2 |
| 40 | + :local: |
| 41 | + |
| 42 | +Acknowledgements |
| 43 | +================ |
| 44 | + |
| 45 | +Follow PEP597 (`#4115`_) |
| 46 | +------------------------ |
| 47 | +Many thanks for Jani Mikkonen for making library to follow PEP597. Also Jani provided |
| 48 | +few lint and performance fixes to the library. |
| 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 | + * - `#4076`_ |
| 61 | + - bug |
| 62 | + - medium |
| 63 | + - Drop support for providing translation as dictionary |
| 64 | + * - `#4115`_ |
| 65 | + - bug |
| 66 | + - medium |
| 67 | + - Follow PEP597 |
| 68 | + * - `#3968`_ |
| 69 | + - enhancement |
| 70 | + - medium |
| 71 | + - Add new keyboard modifier key: ControlOrMeta |
| 72 | + * - `#4052`_ |
| 73 | + - enhancement |
| 74 | + - medium |
| 75 | + - Updated rfbrowser —version to return installed Playwright version |
| 76 | + |
| 77 | +Altogether 4 issues. View on the `issue tracker <https://github.com/MarketSquare/robotframework-browser/issues?q=milestone%3Av19.4.0>`__. |
| 78 | + |
| 79 | +.. _#4076: https://github.com/MarketSquare/robotframework-browser/issues/4076 |
| 80 | +.. _#4115: https://github.com/MarketSquare/robotframework-browser/issues/4115 |
| 81 | +.. _#3968: https://github.com/MarketSquare/robotframework-browser/issues/3968 |
| 82 | +.. _#4052: https://github.com/MarketSquare/robotframework-browser/issues/4052 |
0 commit comments