Navigate — : Use `opencli operate open <url>` to open the target website.
2
Inspect — : Use `opencli operate state` to get the DOM structure and element indices.
3
Interact — : Use `opencli operate click <index>`, `opencli operate type <index> "text"`, or `opencli operate select <index> "option"` to interact with elements.
4
Verify — : Use `opencli operate get value <index>` to verify input values or `opencli operate state` to check for page changes.
5
Wait — : If needed, use `opencli operate wait selector ".loaded"` or `opencli operate wait time 3` to wait for elements or time.
6
Repeat — : Continue interacting and verifying until the task is complete.
7
Extract (optional) — : Use `opencli operate eval "JSON.stringify(...)"` to extract data from the page.
OpenCLI Operate — Browser Automation for AI Agents
opencli-operate
Fases Cognitivas5
1.SENSE
2.CONTEXTUALIZE
3.ACT
4.EVALUATE
5.REFLECT
Triggers7
automate a website interactionuse a website with an AI agentcontrol chrome with an AI agentscrape data from a website using an AI agentfill out a form on a website with an AI agentnavigate a website with an AI agentinteract with a website programmatically