Cloud Browser Automation with scrapeless-browser
Important: Session Management with --session-id
All browser operation commands support the --session-id parameter to specify which Scrapeless session to use.
Recommended Workflow
# Step 1: Create a session and save the session ID
SESSION_ID=$(scrapeless-scraping-browser new-session --name "workflow" --ttl 1800 --json | jq -r '.taskId')
# Step 2: Use the session ID for all operations
scrapeless-scra
[Description truncada. Veja o README completo no GitHub.]