Extract information
Extract info uses vision to parse information from the page, and stores the result in a variable.
Example
- Store the number of search results (displayed left of the search bar) in the
searchResultsvariable - Store the name of the product in the basket in the
productvariable
Limitations
While extract information is able to extract text, the extracted variable might contain typos for very long or complex strings (eg. very long uuids).
When looking for text contained in the DOM, extract a selector instead.