How build new automations using Finic.
pip install finic
or pipx install finic
.
Then run the following command to create a new Finic automation in the current directory.
main.py
.
finic_input.json
in the root directory of your project. This automaticaly gets picked up by Finic and passed into your main
function.
task_input
parameter in the request body when
triggering a task from the API.
selectors.yaml
(see the example below). Both XPath and CSS selectors are supported.
They can then be accessed directly from the Finic client, assuming the selector_source
is set to file
.