Control anti-detect browser profiles
Browser Automationskillsetup L2★144
tubecreate/tubecli ↗What it does
Automate browser interactions and client-side rendering
Best for
Scraping client-side rendered pages without full browser simulation overhead.
Inputs
- · url
- · selectors
- · actions
- · wait_conditions
Outputs
- · screenshot
- · extracted_data
- · page_state
Requires
- · Playwright
- · browser_engine
Preconditions
- · Playwright installed
- · target URL accessible
Failure modes
- · Selector not found
- · navigation timeout
- · element obscured
Trust signals
- · Playwright MCP integration
- · cross-browser support documented