casper
back to apps
Anchor Browser

Anchor Browser

to use anchor browser with casper, just text and ask — casper will handle the connection from your thread.


description

Anchor Browser is a developer platform that enables AI agents to interact with the web through browser automation, transforming complex web interactions into simple API endpoints.

what casper can do

  • Create ProfileTool to create a new browser profile from an active session. use after ending a session to persist cookies and cache.
  • Delete ProfileTool to delete a browser profile by id. use after confirming the profile exists.
  • End All SessionsTool to end all active browser sessions. use after confirming a security concern when you need to immediately close every session for the authenticated user.
  • End Browser SessionTool to end a specific browser session by id. use after confirming the session id you want to terminate.
  • Get ProfileTool to fetch details for a specific browser profile by id. use after you know the profile id and need its settings and session information.
  • Get Webpage ContentTool to retrieve rendered content of a webpage in html or markdown format. use when you need to fetch a page’s full content, optionally within an existing browser session.

often used together