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
- Host: GitHub
- URL: https://github.com/marketsquare/robotframework-browser-extensions
- Owner: MarketSquare
- License: apache-2.0
- Created: 2021-07-20T14:20:38.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-02-13T20:04:57.000Z (over 1 year ago)
- Last Synced: 2025-06-06T18:13:10.345Z (about 1 year ago)
- Language: HTML
- Size: 454 KB
- Stars: 20
- Watchers: 2
- Forks: 7
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.