AuTomato Easy E2E tests and web automation in Chrome with OffiDocs
Ad
DESCRIPTION
AuTomato helps you to record your web interactions and export these recordings as Playwright or Puppeteer Javascript code.
You can also replay the recordings to automate web tasks.
Edit the events of your recorded web interactions inside the extensions popup and setup the javascript events you want to be recorded.
But if you want to track "locked" events, like for example "pointerover" or "pointerout", you need to hold the alt-key during capturing these events (its just because a few events are fired too often, so it would make no sense to track them all).
The tracking of assertions is already enabled but is not completely finished yet.
Successfully tracked recordings can also be replayed in a new browser window, to give you the opportunity to visually check your recording.
Please help me to improve the extension so feel free to contact me for critics, bug reports and feature requests.
Feature list: Version 0.1.0: - Tracking multiple javascript events: scroll, click, dblclick, pointerdown, pointerup, pointerenter, pointerleave, pointerout, pointerover, keydown, keypress, keyup (Most the events are disabled per default, so you need to enable them inside the popup settings page) - Edit, delete and replay recordings.
- Delete recording events (Editing recording events is not implemented yet) - Recordings export as Puppeteer or Playwright JS code - Pause a recording to be able to track assertions (Press the alt-key + Click on a HTML element during the recording is paused).
Version 0.1.1: - Assertions and Events are now (partially) editable.
- CSS-Selector settings are now also editable.
That gives the possibility to optimize your css selector strings.
Version 0.1.2 + 0.1.3: - Minor CSS and Code Bug Fixes Version 0.1.4 - Added Cypress Js export - Fixed a few minor assertion bugs Version 0.1.5 - Bug fixes Version 0.1.6 - Updated and fixed Playwright script for iFrames and popups (tested with version 1.32.3) - Updated and fixed Puppeteer script for iFrames and popups (tested with version 19.11.0) - Updated and fixed Cypress script for iframes (tested with version 12.10.0) - Refactored iFrame handling and added support to popups.
- In replay mode you can now edit events during the replay.
Coming with Version 0.2.0: - Execute assertions during a recording is replayed - Variables support
Additional Information:
- Offered by Wilhelm Dewald
- Average rating : 0 stars (hated it)
- Developer This email address is being protected from spambots. You need JavaScript enabled to view it.
AuTomato Easy E2E tests and web automation web extension integrated with the OffiDocs Chromium online