Skip to content

Commit 7b518d8

Browse files
committed
Release notes for 16.2.0
1 parent 5029c7d commit 7b518d8

File tree

1 file changed

+70
-0
lines changed

1 file changed

+70
-0
lines changed
Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
======================
2+
Browser library 16.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 16.2.0 is a new release with
11+
add Tab keyword to the library. All issues targeted for Browser library
12+
v16.2.0 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 16.2.0 was released on Saturday May 27, 2023.
25+
Browser supports Python 3.7+, Node 14/16 LTS and Robot Framework 4.0+.
26+
Library was tested with Playwright 1.34.3
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/v16.2.0
34+
35+
36+
.. contents::
37+
:depth: 2
38+
:local:
39+
40+
Most important enhancements
41+
===========================
42+
43+
New keyword provide for playwright locator.tap (`#2301`_)
44+
---------------------------------------------------------
45+
For better support for mobile emulation Tab keyword was added to the
46+
library. Many thanks for nixuewei for the idea.
47+
48+
Full list of fixes and enhancements
49+
===================================
50+
51+
.. list-table::
52+
:header-rows: 1
53+
54+
* - ID
55+
- Type
56+
- Priority
57+
- Summary
58+
* - `#2301`_
59+
- enhancement
60+
- high
61+
- new keyword provide for playwright locator.tap
62+
* - `#2479`_
63+
- bug
64+
- medium
65+
- Red herring: Installation directory `[..]\venv\Lib\site-packages\Browser\wrapper` does not contain the required files
66+
67+
Altogether 2 issues. View on the `issue tracker <https://github.com/MarketSquare/robotframework-browser/issues?q=milestone%3Av16.2.0>`__.
68+
69+
.. _#2301: https://github.com/MarketSquare/robotframework-browser/issues/2301
70+
.. _#2479: https://github.com/MarketSquare/robotframework-browser/issues/2479

0 commit comments

Comments
 (0)