Useful for extracting structured data from a page without LLM processing. The code is evaluated as a JavaScript expression. For simple cases use a single expression. For multi-statement logic, use an IIFE (Immediately Invoked Function Expression):Documentation Index
Fetch the complete documentation index at: https://notte-experiment-visibility-md-links.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
(() => { /* statements */ return result; })()
You will not get any output from console.log(), so simply use the return value if your goal is to gather information
Example:
Fields
The JavaScript code to evaluate on the page. Use a single expression or an IIFE for multi-statement code.
Module
notte_core.actions.actions
