Skip to content

Releases: MarketSquare/robotframework-browser

2.2.0

19 Nov 13:24
Compare
Choose a tag to compare

Bugfixes, docs improvements, newer underlying Playwright version and option to not install browsers when running rfbrowser init

See full release notes.

Browser library 2.1.0

09 Nov 21:06
Compare
Choose a tag to compare

Browser is a web testing library for Robot Framework that utilizes the Playwright tool internally. Browser library 2.1.0 is a new release with video support and prevents secrets for leaking in Robot Framework logs. There are also several fixes in the release. Browser library 2.1.0 was released on Monday November 9, 2020. Browser supports Python >=3.7, and Robot Framework >=3.2.

See release notes for full details

2.1.0 pre-release

05 Nov 14:36
9320e5b
Compare
Choose a tag to compare
2.1.0 pre-release Pre-release
Pre-release

Test release for trying out new way of bundling node and npm deps

Browser library 2.0.0

29 Oct 20:52
Compare
Choose a tag to compare

Browser is a web testing library for `Robot Framework that utilizes the Playwright tool internally. Browser library 2.0.0 is a new release with fixed installation problems in Windows OS by using grpc-js instead of grpc. This release also fixes logic in internal node side implementation.

Browser library 2.0.0 was released on Thursday October 29, 2020. Browser supports
Python >=3.7, and Robot Framework >=3.2.

See release notes for full details

1.7.0

26 Oct 07:18
Compare
Choose a tag to compare

Full release notes available at https://github.com/MarketSquare/robotframework-browser/blob/master/docs/releasenotes/Browser-1.7.0.rst

Release with bug fixes and improvements

#435 When creating new page, library does not obey the timeout value. Instead it will timeout in 10seconds.
#230 Wait for response matchers not working
#442 Docs for "Wait For Request/Response" have wrong timeout unit
#439 Increase grpc and grpc-tools to 1.33.1
#403 Improve exception raised by library when trying to click element which can not be clicked.
#448 Remove execution-time-log
#453 Add timeout to Go To keyword

1.6.0

20 Oct 07:47
Compare
Choose a tag to compare

Full release notes available at https://github.com/MarketSquare/robotframework-browser/blob/master/docs/releasenotes/Browser-1.6.0.rst

Bugfixes:
- Improve exception raised by library when trying to click element which can not be clicked.
- Errors in end_test and end_suite caused by auto closing
- Wait for request and response matchers (regexp at least) do not seem to work
- use RF to convert timeout to correct value

Deprecations:

  • Click with Options is now superceded by Click in all use cases

New keywords:
- Update geolocation keyword

v1.5.0

13 Oct 11:24
Compare
Choose a tag to compare
Bump to 1.5.0, generate releasenotes

v1.4.0

12 Oct 10:32
a8b5f48
Compare
Choose a tag to compare
Release notes for 1.4.0

1.3.0

22 Sep 07:58
Compare
Choose a tag to compare

Browser library 1.3.0

Other improvements:

  • Add option to take full page screenshots with Take Screenshot
  • Show screenshots inlined in log files
  • Miscallenous documentation fixes, thanks to Ed Manlove

v1.2.4

12 Sep 07:05
6484667
Compare
Choose a tag to compare

Depend on latest Playwright 1.4.0 and Robot Framework 3.2.2