Recording a flow
Download the Finic Recorder Chrome extension here. To install it in Chrome, go to Extensions -> Manage Extensions and enable Developer Mode in the top right. Then click “Load unpacked”. Select thedist
directory from the zip file.
Once the extension is installed, enable it from any page by click on the extension. When the sidebar appears, the Finic Recorder will automatically be in “Record” mode.
Now you can start interacting with the page and the recorder will automatically capture your interactions and convert it into Typescript or Python code, in real-time.
GIF here
Switching between modes
There are two basic modes in the Finic Recorder:- Record: Your interactions on the page will be captured and added to the automation script.
- Edit: Interactions on the page are no longer captured, allowing you to edit the automation script directly.
Basic interactions
Playwright locators are automatically generated for clicks and inputs. Sometimes, the selector might not be ideal, for example if a label is not available and it uses an attribute or text that is not guaranteed to exist when the automation runs automatically. You can change the selector used in theLocator
tab at the bottom of the extension.