Skip to content

v9.0.0

Compare
Choose a tag to compare
@xylix xylix released this 13 Oct 12:34
· 2548 commits to main since this release

For full notes see https://github.com/MarketSquare/robotframework-browser/blob/main/docs/releasenotes/Browser-9.0.0.rst

Most important enhancements

  • Pip does not clean inside site-packages/Browser/wrapper anymore when uninstalling (#1253_)
    • Sometimes pip fails to completely clean up site packages (depends on pip version and environment), now there is rfbrowser clean-node to run before pip uninstall to ensure cleanup
  • Set Strict Mode keyword documentation is not correct. (#1320_)
  • Issue with keyword documentation example - Select Options By (#1335_)
  • Take Screenshot doesn't process arguments correctly when run on failure (#1356_)
  • Doc Keywords: Move closing context/page section into "Browser, Context, Page" section (#1362_)

Backwards incompatible changes

  • Take Screenshot doesn't process arguments correctly when run on failure (#1356_)
    • Register Keyword To Run On Failure now returns an object of the old Failure Handler instead of a string

Acknowledgements

  • Thanks to https://github.com/UliSei for contributing PR for: Docu keywords: "Drag And Drop By Coordinates" and "Go To" (#1328_)