|
| 1 | +======================= |
| 2 | +Browser library 19.12.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.12.0 is a new release with |
| 11 | +enhancements to installation. Playwright 1.57.0 changed Chromium to Chrome for |
| 12 | +testing. The most notable changes is that ifcon is changed from Chromium to |
| 13 | +Chrome. With this change we have also updated rfbrowser init supported browsers, |
| 14 | +but this depends on Playwright support and what is available in your system. |
| 15 | +All issues targeted for Browser library v19.12.0 can be found from the |
| 16 | +`issue tracker`_. For first time installation with pip_ and |
| 17 | +BrowserBatteries_ just run |
| 18 | +:: |
| 19 | + pip install robotframework-browser robotframework-browser-batteries |
| 20 | + rfbrowser install |
| 21 | +to install the latest available release. If you upgrading |
| 22 | +from previous release with pip_, run |
| 23 | +:: |
| 24 | + pip install --upgrade robotframework-browser robotframework-browser-batteries |
| 25 | + rfbrowser clean-node |
| 26 | + rfbrowser install |
| 27 | +For first time installation with pip_ with Browser library only, just run |
| 28 | +:: |
| 29 | + pip install robotframework-browser |
| 30 | + rfbrowser init |
| 31 | +If you upgrading from previous release with pip_, run |
| 32 | +:: |
| 33 | + pip install --upgrade robotframework-browser |
| 34 | + rfbrowser clean-node |
| 35 | + rfbrowser init |
| 36 | +Alternatively you can download the source distribution from PyPI_ and |
| 37 | +install it manually. Browser library 19.12.0 was released on Saturday November 29, 2025. |
| 38 | +Browser supports Python 3.10+, Node 20/22/24 LTS and Robot Framework 6.1+. |
| 39 | +Library was tested with Playwright 1.57.0 |
| 40 | + |
| 41 | +.. _Robot Framework: http://robotframework.org |
| 42 | +.. _Browser: https://github.com/MarketSquare/robotframework-browser |
| 43 | +.. _Playwright: https://github.com/microsoft/playwright |
| 44 | +.. _pip: http://pip-installer.org |
| 45 | +.. _BrowserBatteries: https://pypi.org/project/robotframework-browser-batteries/ |
| 46 | +.. _PyPI: https://pypi.python.org/pypi/robotframework-browser |
| 47 | +.. _issue tracker: https://github.com/MarketSquare/robotframework-browser/issues?q=state%3Aclosed%20milestone%3Av19.12.0 |
| 48 | + |
| 49 | + |
| 50 | +.. contents:: |
| 51 | + :depth: 2 |
| 52 | + :local: |
| 53 | + |
| 54 | +Most important enhancements |
| 55 | +=========================== |
| 56 | + |
| 57 | +- Drop support for Robot Framework 5 (`#4563`_) |
| 58 | +----------------------------------------------- |
| 59 | +We did announce about dropping RF5 support in previous releases, but did |
| 60 | +not actually drop it. Now Browser library 19.12.0 drops support for Robot Framework 5. |
| 61 | + |
| 62 | +Playwright 1.57.0 (`#4559`_) |
| 63 | +---------------------------- |
| 64 | +Browser library 19.12.0 updates Playwright to version 1.57.0. Playwright 1.57.0 |
| 65 | +changed Chromium to Chrome for testing. With this change we have also updated |
| 66 | +rfbrowser init supported browsers, but this depends on Playwright support and |
| 67 | +what is available in your system. |
| 68 | + |
| 69 | + |
| 70 | +Full list of fixes and enhancements |
| 71 | +=================================== |
| 72 | + |
| 73 | +.. list-table:: |
| 74 | + :header-rows: 1 |
| 75 | + |
| 76 | + * - ID |
| 77 | + - Type |
| 78 | + - Priority |
| 79 | + - Summary |
| 80 | + * - `#4563`_ |
| 81 | + - bug |
| 82 | + - high |
| 83 | + - Drop support for Robot Framework 5 |
| 84 | + * - `#4559`_ |
| 85 | + - enhancement |
| 86 | + - high |
| 87 | + - Playwright 1.57.0 |
| 88 | + |
| 89 | +Altogether 2 issues. View on the `issue tracker <https://github.com/MarketSquare/robotframework-browser/issues?q=milestone%3Av19.12.0>`__. |
| 90 | + |
| 91 | +.. _#4563: https://github.com/MarketSquare/robotframework-browser/issues/4563 |
| 92 | +.. _#4559: https://github.com/MarketSquare/robotframework-browser/issues/4559 |
0 commit comments