name: "scrape_titulo" steps: - action: navigate url: "https://example.com" - action: wait selector: "h1" timeout_ms: 5000 - action: evaluate expr: "document.querySelector('h1').textContent" - action: get_html - action: screenshot path: "/tmp/example_com.png"