Nick Sweeting

Results 1234 comments of Nick Sweeting

I will close it for now and if anyone has an issue just comment back here and I can reopen it. Thanks for that fix @ml5ah!

Related PR: https://github.com/browser-use/browser-use/pull/229

Something like this should work @pavankris: ```python @controller.action('Type in the password needed to log into xyz.example.com') async def input_password_from_file(domain: str, browser: BrowserContext): page = await browser.get_current_page() # get your secrets...

This is already possible with normal custom actions: - https://github.com/browser-use/browser-use/blob/main/examples/custom-functions/2fa.py - https://github.com/browser-use/browser-use/blob/main/examples/custom-functions/onepassword_2fa.py - https://github.com/browser-use/browser-use/blob/main/examples/custom-functions/clipboard.py - https://docs.browser-use.com/customize/custom-functions - https://docs.browser-use.com/customize/custom-functions#example%3A-action-uses-the-current-page `sensitive_data` was specifically provided as a shortcut for the common case where...

It's likely Anchor Browser's inactive session limits then, we don't have any builtin timeout on our end that would kill the session. We could add retry logic that tries to...

I'll reach out to them and ask if they have any ideas, we work with them fairly closely.

note you may see errors like this still occasionally if the event loop is closed before objects are garbage collected (common in pytests for example): ```python Task was destroyed but...

There is an option `config._force_keep_context_alive` a few places in the code now, maybe it's usable instead?

@claude can you modify this PR to write all these new log lines to a configurable file path instead of to stdout. - rebase the PR on top of this...

Also getting this on macOS Big Sur `11.1` with ipfs version `0.7.0-ea77213`: ```logs ➜ ~/ # ipfs daemon --mount Initializing daemon... go-ipfs version: 0.7.0-ea77213 Repo version: 10 System version: amd64/darwin...