Releases: MarketSquare/robotframework-browser
2.4.0
Connect To Browser keyword, JS keyword improvements, screenshot and video storage in subfolder by default.
https://github.com/MarketSquare/robotframework-browser/blob/master/docs/releasenotes/Browser-2.4.0.rst
2.3.4
- rfbrowser init permission and PATH issue improvements
- Dependency bumps to let windows users install the package again.
- Data type docs improvements
2.3.3
2.3.1 with CI fix
Contain installed browsers during rfbrowser init
in Browser/wrapper directory
v2.3.0
2.2.0
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
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
Test release for trying out new way of bundling node and npm deps
Browser library 2.0.0
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
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