Y
Hacker News
new
|
ask
|
show
|
jobs
by
namanyayg
528 days ago
Afaik no. But if it's access to authenticated resources that you want, you can do so by copying over cookies.
1 comments
hackgician
528 days ago
Yes^ this is what we suggest. Stagehand is meant to execute isolated tasks on browsers; we support using custom contexts (cookies) with the following command:
npx create-browser-app --example persist-context
link