Skip to content

Commit d16f182

Browse files
committed
Release notes for 18.1.0
1 parent 34f45d9 commit d16f182

File tree

1 file changed

+108
-0
lines changed

1 file changed

+108
-0
lines changed
Lines changed: 108 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,108 @@
1+
======================
2+
Browser library 18.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 18.1.0 is a new release with
11+
enhancements and bug fixes. All issues targeted for Browser library v18.1.0
12+
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 18.1.0 was released on Wednesday February 7, 2024.
25+
Browser supports Python 3.8+, Node 18/20 LTS and Robot Framework 5.0+.
26+
Library was tested with Playwright 1.41.2
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/v18.1.0
34+
35+
36+
.. contents::
37+
:depth: 2
38+
:local:
39+
40+
Most important enhancements
41+
===========================
42+
"Wait Until Network Is Idle" failure message shows inapropriate "tip" (`#3333`_)
43+
---------------------------------------------------------------------------------
44+
We did show incorrect help in the failure of some keywords, about increasing
45+
the timeout. Now this is fixed.
46+
47+
Wrong example in `Add Cookie` (`#3387`_)
48+
----------------------------------------
49+
Cookie expire did not workcorrectly, this is now fixed.
50+
51+
52+
Acknowledgements
53+
================
54+
55+
Cannot launch browser server with Additional arguements from terminal or cmd. (`#3363`_)
56+
----------------------------------------------------------------------------------------
57+
Many thanks for gitkatsi for fixing the problem with bug on parsing parameters for
58+
chromiumn.
59+
60+
61+
Full list of fixes and enhancements
62+
===================================
63+
64+
.. list-table::
65+
:header-rows: 1
66+
67+
* - ID
68+
- Type
69+
- Priority
70+
- Summary
71+
* - `#3333`_
72+
- bug
73+
- high
74+
- "Wait Until Network Is Idle" failure message shows inapropriate "tip"
75+
* - `#3387`_
76+
- enhancement
77+
- high
78+
- Wrong example in `Add Cookie`
79+
* - `#3280`_
80+
- bug
81+
- medium
82+
- Video from Browserstack
83+
* - `#3334`_
84+
- bug
85+
- medium
86+
- Documentation: "Click" does not have "noWaitAfter" option
87+
* - `#3363`_
88+
- bug
89+
- medium
90+
- Cannot launch browser server with Additional arguements from terminal or cmd.
91+
* - `#3395`_
92+
- bug
93+
- medium
94+
- Remove verbose Catalog logging from Get Browser Catalog
95+
* - `#3308`_
96+
- bug
97+
- low
98+
- New Context docs improvement
99+
100+
Altogether 7 issues. View on the `issue tracker <https://github.com/MarketSquare/robotframework-browser/issues?q=milestone%3Av18.1.0>`__.
101+
102+
.. _#3333: https://github.com/MarketSquare/robotframework-browser/issues/3333
103+
.. _#3387: https://github.com/MarketSquare/robotframework-browser/issues/3387
104+
.. _#3280: https://github.com/MarketSquare/robotframework-browser/issues/3280
105+
.. _#3334: https://github.com/MarketSquare/robotframework-browser/issues/3334
106+
.. _#3363: https://github.com/MarketSquare/robotframework-browser/issues/3363
107+
.. _#3395: https://github.com/MarketSquare/robotframework-browser/issues/3395
108+
.. _#3308: https://github.com/MarketSquare/robotframework-browser/issues/3308

0 commit comments

Comments
 (0)