|
| 1 | +====================== |
| 2 | +Browser library 17.2.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 17.2.0 is a new release with |
| 11 | +**UPDATE** enhancements and bug fixes. |
| 12 | +All issues targeted for Browser library v17.2.0 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 17.2.0 was released on Friday July 28, 2023. |
| 26 | +Browser supports Python 3.8+, Node 16/18 LTS and Robot Framework 5.0+. |
| 27 | +Library was tested with Playwright 1.36.2 |
| 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/v17.2.0 |
| 35 | + |
| 36 | + |
| 37 | +.. contents:: |
| 38 | + :depth: 2 |
| 39 | + :local: |
| 40 | + |
| 41 | +Full list of fixes and enhancements |
| 42 | +=================================== |
| 43 | + |
| 44 | +.. list-table:: |
| 45 | + :header-rows: 1 |
| 46 | + |
| 47 | + * - ID |
| 48 | + - Type |
| 49 | + - Priority |
| 50 | + - Summary |
| 51 | + * - `#2987`_ |
| 52 | + - enhancement |
| 53 | + - --- |
| 54 | + - Set FirefoxUserPrefs and other missing args in `New Browser` Keyword |
| 55 | + |
| 56 | +Altogether 1 issue. View on the `issue tracker <https://github.com/MarketSquare/robotframework-browser/issues?q=milestone%3Av17.2.0>`__. |
| 57 | + |
| 58 | +.. _#2987: https://github.com/MarketSquare/robotframework-browser/issues/2987 |
0 commit comments