I² Recorder
Records the browser work you already do.
You do the job once, the way you always do it. I² Recorder watches the browser and writes down what happened: the navigation, the click, the field you typed into, the download you waited for. Each action gets a plain language label, so the recording reads as a description of the process rather than a list of screen coordinates.
What comes out is a .gbw file, a zip holding the workflow definition and any code attached to it. It is a document you can open, read and correct. That matters more than it sounds like it should, because the thing that has to be reviewed before an automation is allowed to run is the automation itself.
On replay it matches an element by what it is rather than by where it sat on the screen the day you recorded. A layout change is the most common reason a recorded automation quietly dies, and matching on meaning is the defence against it.
What it does
- Records clicks, typing, navigation and waits in Chrome
- Labels each action in plain language as it goes
- Writes a portable .gbw workflow file
- Replays by matching elements rather than screen positions
What it does not
- Record desktop applications. It is a browser recorder, and it says so.
- Bundle sign in details into the file. A workflow carries a reference, never a key.