Skip to content

Releases: MarketSquare/robotframework-browser

v1.2.3

06 Sep 12:22
4e44fa9
Compare
Choose a tag to compare

This hotfix release fixes a problem with when selecting the page with NEW it did point to a wrong page. This is now fixed.

v1.2.0

06 Sep 06:11
Compare
Choose a tag to compare

New keywords:

  • Reload

Other changes:

  • Close Browser doesn't fail when there's no open browser
  • Close Context doesn't fail when there's no open context
  • Close Page doesn't fail when there's no open page
  • Assertion operator (and closure) support on Get Browser Catalog
  • Documentation proofreading and typo fixes, thanks to @adrianyorke

v 1.1.1

05 Sep 14:16
34abc86
Compare
Choose a tag to compare

Bug fixes to frame piercing.

v1.1.0

01 Sep 07:01
Compare
Choose a tag to compare

No new keywords
Improvements

  • Screenshot Embedding
  • Automatic Dockerhub publishing of stable images on release
  • Released docker PATH fixes

Docker Hub autopublish test release

31 Aug 08:31
Compare
Choose a tag to compare
Pre-release
v1.0.1-pre

Run lints

v1.0.0

28 Aug 12:10
Compare
Choose a tag to compare

Going forward

New keywords:

  • Hover
  • Register keyword to run on failure
  • Renamed Get Attribute to Get Property
  • Renamed Handle Alert to Handle Future Dialogs

Other improvements

  • Assertion retry behaviour (can be disabled at library import with a flag)
  • Indexes are now string based UUID's and always unique between browsers / contexts / pages

v0.16.0

21 Aug 06:53
Compare
Choose a tag to compare

No new keywords
Other improvements:

  • Docs improvements
  • We now run our CI on windows

v0.15.1

19 Aug 16:24
Compare
Choose a tag to compare

New Keywords:
None
Other improvements:

  • Fixed rfbrowser init not finding NPM on windows
  • Improved dev environment setup with python bootstrap.py

v0.15.0 pre-release

18 Aug 09:39
Compare
Choose a tag to compare

Fixing our docker image pushing on release

v0.15.0

18 Aug 14:49
Compare
Choose a tag to compare

No new keywords

Other improvements:

  • Switch Page, Switch Context, Close Page, Close Context and Close Browser now support arguments for specifying which open object to do the keyword in.
  • Fixed bugs with Click With Options not getting passed correctly
  • We now support python 3.7