|
| 1 | +====================== |
| 2 | +Browser library 16.1.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 16.1.0 is a new release with |
| 11 | +adding link to playwright-log.txt when keyword fails. Also there is bug a fix |
| 12 | +to support Robot Framework 6.1b1 release. All issues targeted for Browser |
| 13 | +library v16.1.0 can be found 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 16.1.0 was released on Monday May 8, 2023. |
| 26 | +Browser supports Python 3.7+, Node 14/16 LTS and Robot Framework 4.0+. |
| 27 | +Library was tested with Playwright 1.33.0 |
| 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/v16.1.0 |
| 35 | + |
| 36 | + |
| 37 | +.. contents:: |
| 38 | + :depth: 2 |
| 39 | + :local: |
| 40 | + |
| 41 | +Most important enhancements |
| 42 | +=========================== |
| 43 | + |
| 44 | +Add support for RF 6.1 (`#2785`_) |
| 45 | +---------------------------------- |
| 46 | +Robot Framework enhances automatic conversion of arguments and this caused |
| 47 | +at least New Context keyword to fail, when permissions are defined by a user. |
| 48 | + |
| 49 | +Linking playwright-log.txt to log.html (`#1925`_) |
| 50 | +------------------------------------------------- |
| 51 | +When keyword fails, there might be more information available in the |
| 52 | +playwright-log.txt file. But there is not information available, in the |
| 53 | +log.html files where that file is. Now there is link to the file, |
| 54 | +when keyword fails. |
| 55 | + |
| 56 | +Full list of fixes and enhancements |
| 57 | +=================================== |
| 58 | + |
| 59 | +.. list-table:: |
| 60 | + :header-rows: 1 |
| 61 | + |
| 62 | + * - ID |
| 63 | + - Type |
| 64 | + - Priority |
| 65 | + - Summary |
| 66 | + * - `#2785`_ |
| 67 | + - bug |
| 68 | + - high |
| 69 | + - Add support for RF 6.1 |
| 70 | + * - `#1925`_ |
| 71 | + - enhancement |
| 72 | + - high |
| 73 | + - Linking playwright-log.txt to log.html |
| 74 | + |
| 75 | +Altogether 2 issues. View on the `issue tracker <https://github.com/MarketSquare/robotframework-browser/issues?q=milestone%3Av16.1.0>`__. |
| 76 | + |
| 77 | +.. _#2785: https://github.com/MarketSquare/robotframework-browser/issues/2785 |
| 78 | +.. _#1925: https://github.com/MarketSquare/robotframework-browser/issues/1925 |
0 commit comments