An open API service indexing awesome lists of open source software.

https://github.com/marketsquare/robotframework-browser-extensions

Collection of working extensions for Robot Framework® Browser
https://github.com/marketsquare/robotframework-browser-extensions

Last synced: about 1 year ago
JSON representation

Collection of working extensions for Robot Framework® Browser

Awesome Lists containing this project

README

          

# Robot Framework® Browser Extensions

Have you heard yet of the new Browser library? It's brings Playwright technology to my favorite testing tool: Robot Framework.

This will be a mono repository for extensions for Browser. Documentation will grow.

If you have a working extension which you'd like to share with the community: feel free to make a PR!

Official documentation on how to extend Browser library with CommonJS can be found [in it's keyword documentation](https://marketsquare.github.io/robotframework-browser/Browser.html#Extending%20Browser%20library%20with%20a%20JavaScript%20module).

## Extensions

- [Axe-Core](https://github.com/MarketSquare/robotframework-browser-extensions/tree/main/Axe-Core)
Enables for static WCAG checks with Deques Axe-Core.
- [Compare_Images](https://github.com/MarketSquare/robotframework-browser-extensions/tree/main/Compare_Images)
Lightweight image compare. Also provides a Diff of the actual and base images.
- [Highlighter](https://github.com/MarketSquare/robotframework-browser-extensions/tree/main/Highlighter)
Provides an alternative to the built-in highlight option of BrowserLibrary.
- [Mendix](https://github.com/MarketSquare/robotframework-browser-extensions/tree/main/Mendix)
Automate Mendix apps fast and easy.
- [Playwright page methods](https://github.com/MarketSquare/robotframework-browser-extensions/tree/main/Playwright-page-methods)
Let's you use native Playwright JS syntax
- [Throttle_Network](https://github.com/MarketSquare/robotframework-browser-extensions/tree/main/Throttle_Network)
Lets you throttle the network speed in your test scripts.
- [Highlighter](https://github.com/MarketSquare/robotframework-browser-extensions/tree/main/Highlighter)
Alternative to the built-in highlighting tool provided by Browser Library.
- [mockUrl](https://github.com/MarketSquare/robotframework-browser-extensions/tree/main/mockUrl)
Mocks / blocks requests to specific URL's.