Releases: MarketSquare/robotframework-browser
Releases · MarketSquare/robotframework-browser
v1.1.0
Docker Hub autopublish test release
v1.0.1-pre Run lints
v1.0.0
Going forward
- We will produce definitive lists of BREAKING changes in new releases
- Old version list and documentations will be hosted at https://marketsquare.github.io/robotframework-browser/
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
v0.15.1
v0.15.0 pre-release
Fixing our docker image pushing on release
v0.15.0
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
v0.14.0-ci-fix
v0.14.0 with automatic Docker publishing fixed
v0.14.0
New Keywords:
- Download
Other improvements:
- Released docker image
- Tabs opened by pages in itself behave better with browser catalog and indexes
- Opening PDFs had some bugs that have been fixed and are now tested in our suite
- Windows development should work better, build tool changed from GNU make to Invoke
- Documentation improvements
- Assertions now poll until timeout has been reached (there's an option to disable this at library import)
v0.13.0
New Keywords:
- VirtualMouse keywords Mouse Move and Mouse Button to control virtual mouse on page
- VirtualKeyboard keywords Keyboard Input and Keyboard Key to manually set keyboard keys down / up for the whole page, and input into currently active element on page without a selector. Corresponds to Playwrights keyboard class
- Handle Alert
- Set Offline to set network to offline / online
- Wait Until Network Is Idle to wait for network idleness after changing pages
Other improvements:
- Thanks to upstream playwright 1.3.0 features, in headed mode active page is visually active
- Rolling index numbers on screenshots now to not overwrite old screenshots (fixed #175)
- Improved error at library import if
rfbrowser init
has not been run - Logging improvements by @aaltat
- Keyword documentation by Imbus sponsored work done by @Finalrykku