Skip to content

Commit 942b32e

Browse files
committed
Release notes for 18.2.0
1 parent 261d7f3 commit 942b32e

File tree

1 file changed

+74
-0
lines changed

1 file changed

+74
-0
lines changed
Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
======================
2+
Browser library 18.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 18.2.0 is a new release with
11+
**UPDATE** enhancements and bug fixes.
12+
All issues targeted for Browser library v18.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 18.2.0 was released on Friday February 16, 2024.
26+
Browser supports Python 3.8+, Node 18/20 LTS and Robot Framework 5.0+.
27+
Library was tested with Playwright 1.41.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/v18.2.0
35+
36+
37+
.. contents::
38+
:depth: 2
39+
:local:
40+
41+
Most important enhancements
42+
===========================
43+
44+
- Support starting and stopping trace by a keyword (`#3427`_)
45+
- New Keyword: Wait for Load State (`#3327`_)
46+
47+
Full list of fixes and enhancements
48+
===================================
49+
50+
.. list-table::
51+
:header-rows: 1
52+
53+
* - ID
54+
- Type
55+
- Priority
56+
- Summary
57+
* - `#3427`_
58+
- enhancement
59+
- critical
60+
- Support starting and stopping trace by a keyword
61+
* - `#3327`_
62+
- enhancement
63+
- high
64+
- New Keyword: Wait for Load State
65+
* - `#3436`_
66+
- bug
67+
- high
68+
- `Promise To Wait For Download` does not work with connected "Remote Browser"
69+
70+
Altogether 3 issues. View on the `issue tracker <https://github.com/MarketSquare/robotframework-browser/issues?q=milestone%3Av18.2.0>`__.
71+
72+
.. _#3427: https://github.com/MarketSquare/robotframework-browser/issues/3427
73+
.. _#3327: https://github.com/MarketSquare/robotframework-browser/issues/3327
74+
.. _#3436: https://github.com/MarketSquare/robotframework-browser/issues/3436

0 commit comments

Comments
 (0)