You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First off, thank you for this amazing tool and it's a game changer. I'm trying to use the new chrome debug using stagehand but our dashboard pages are protected so when we try to access like localhost:3000/dashboard/products, we are redirected to localhost:3000/dashboard/signin.
Using playwright directly, I can set the cookie we need and see the page perfectly:
Can we pass a cookie to cursor tools and have it pass that to stagehand? Is there a better way to handle it? I've also looked into tweaking my cursorrules file to use playwright directly if cookies are passed and cursor-tools web if not.
The text was updated successfully, but these errors were encountered:
First off, thank you for this amazing tool and it's a game changer. I'm trying to use the new chrome debug using stagehand but our dashboard pages are protected so when we try to access like localhost:3000/dashboard/products, we are redirected to localhost:3000/dashboard/signin.
Using playwright directly, I can set the cookie we need and see the page perfectly:
Can we pass a cookie to cursor tools and have it pass that to stagehand? Is there a better way to handle it? I've also looked into tweaking my cursorrules file to use playwright directly if cookies are passed and cursor-tools web if not.
The text was updated successfully, but these errors were encountered: