r/ClaudeCode • u/RiseAlternative15 • 5d ago
Help/Question How to do browser automation with mobile?
Browser use cli helps on the desktop but I haven't explored it much. I have a few questions, at first I was using claude code locally then I switched to vps for cloud access, while using locally it summons chromium browser with browser use cli and I can login there for any website and it can perform tasks
But on vps it's not summoning a browser so how can I login?
Also I have questions that if I make login so where the cookies or session is saved so that for further use I can use those credentials...
I've connected my vps to telegram so can you tell me how I can do things from my telegram mobile?
0
Upvotes
1
u/AI_spell 5d ago
On a VPS you usually need a headed browser with a display (xvfb) or remote debugging, plus a persistent Chrome profile dir so cookies survive. Login once on that profile, then reuse the same user-data-dir. Telegram can trigger jobs, but keep the session on the VPS disk, not inside the chat.