Chrome¶
Headless Chrome browser for web automation.
Quick Start¶
# Start Chrome
cf run tools start --chrome
# or
cf r tl start -c
# Check status
cf run tools status
# or
cf r tl status
# Stop Chrome
cf run tools stop --chrome
# or
cf r tl stop -c
How It Works¶
Chrome runs in a Docker container on port 9223. Your code agent connects via MCP.
Configuration¶
Chrome is configured in your profile's tools section: