Nick Sweeting

Results 1235 comments of Nick Sweeting

you mean it closes when the script finishes executing? the browser launched is subprocess of the script, all subprocesses are killed whenever any script exits. if you want the browser...

> [!IMPORTANT] > 🙏 Please **go check *right now before submitting* that that you are on the [⬆️ LATEST VERSION](https://github.com/browser-use/browser-use/releases)**. > 🚀 We ship changes every day and we might've...

yes, sorry the CLI got released quickly and isn't fully-featured yet. Expect more model support eventually!

if you open the devtools what html do you see for the blank page?

ah ok it's just a CSP issue, upgrade to `0.2.4` and add `BrowserSession(bypass_csp=True)` and it should work.

Hey @YonderUrik this is a great improvement, we are catching up on old PRs now and I'd love to merge it. Can you fix the merge conflict and sign the...

> `{'message': 'Authentication Fails, Your api key: ****996a is invalid'`

Have you tried on 0.1.45? We have it working on cloud currently.

@manojsundayai is correct, the issue is not with the model or prompt, the issue is that we cant run JS inside the PDF viewer context at all using playwright. even...