Why This Search Exists
Without a shared adapter model, teams execute the same browser workflows inconsistently and lose track of which ones are safe to host versus which must stay local.
That makes the browser layer harder to scale and harder to trust.
Recommended Approach
Site adapters provide stable names, arguments, and execution rules for repeated browser tasks.
iatlas-browser already supports this through its site catalog and hosted subset while keeping session-aware tasks on the local runtime.
Key Takeaways
- Named adapters scale better than one-off scripts.
- Execution mode should be explicit in every adapter.
- Hosted adapters are for public remote-safe tasks.
- Session-aware adapters should remain local.
Fast Start
- List the browser tasks shared across teams.
- Normalize names and arguments for those tasks.
- Separate hosted-safe tasks from local-only tasks.
- Publish the adapter catalog through the right surfaces.
Next Action
Browse adapters
Move from research to implementation by choosing the correct boundary: local runtime for real-session work, hosted API for public-safe retrieval.