Using Selectors
How to connect to Finic Selector Service (FSS) to fetch selectors at runtime.
This is a preview: The Finic Selector Service is currently in development and not yet available.
Once you’ve registered selectors you can start using them in your application.
Self-healing selectors
If you’d like to enable self-healing mode, simply pass regenerate=True
to the get()
method.
This attempts to locate the element from the current page based on the selector retrieved. If it fails, it makes a call to a LLM to generate a new selector, passing in data cached from previous successful executions.