Skip to content

Commit fa7c996

Browse files
committed
Release notes for 12.1.0
1 parent 8ce505e commit fa7c996

File tree

1 file changed

+71
-0
lines changed

1 file changed

+71
-0
lines changed

docs/releasenotes/Browser-12.1.0.rst

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
======================
2+
Browser library 12.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 12.1.0 is a new release with
11+
commit state for Wait For Navigation keyword and and bug fix for Select Options
12+
By keyword. All issues targeted for Browser library v12.1.0 can be found
13+
from the `issue tracker`_.
14+
If you have pip_ installed, just run
15+
::
16+
pip install --upgrade robotframework-browser
17+
rfbrowser init
18+
to install the latest available release or use
19+
::
20+
pip install robotframework-browser==12.1.0
21+
rfbrowser init
22+
to install exactly this version. Alternatively you can download the source
23+
distribution from PyPI_ and install it manually.
24+
Browser library 12.1.0 was released on Saturday February 26, 2022. Browser supports
25+
Python 3.7+, Node 12/14/16 LTS and Robot Framework 4.0+. Library was
26+
tested with Playwright 1.19.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%3Av12.1.0
34+
35+
36+
.. contents::
37+
:depth: 2
38+
:local:
39+
40+
Most important enhancements
41+
===========================
42+
43+
Select Options By with duplicate values fails... (`#1808`_)
44+
-------------------------------------------------------------
45+
There was bug in Select Options By keyword logic. It assumed that options element
46+
value tag was unique, but there are cases when it was not unique for valid reasons
47+
and in that case library raised an exception even it should not do it.
48+
49+
Full list of fixes and enhancements
50+
===================================
51+
52+
.. list-table::
53+
:header-rows: 1
54+
55+
* - ID
56+
- Type
57+
- Priority
58+
- Summary
59+
* - `#1808`_
60+
- bug
61+
- critical
62+
- Select Options By with duplicate values fails...
63+
* - `#1802`_
64+
- enhancement
65+
- medium
66+
- Wait For Navigation should also support Playwrigh commit state
67+
68+
Altogether 2 issues. View on the `issue tracker <https://github.com/MarketSquare/robotframework-browser/issues?q=milestone%3Av12.1.0>`__.
69+
70+
.. _#1808: https://github.com/MarketSquare/robotframework-browser/issues/1808
71+
.. _#1802: https://github.com/MarketSquare/robotframework-browser/issues/1802

0 commit comments

Comments
 (0)