Nick Sweeting
Nick Sweeting
Ah you can use it as a package if you want, but note `main` is not guaranteed to be stable: `pip install -U git+https://github.com/browser-use/browser-use.git@main` Or in `pyproject.toml`: ```toml dependencies =...
I'm going to close this issue for now as it's drifted away from OP's original problem and the codebase has hundreds of fixes that have been applied since it was...
@spotnuru83 can you provide a screenshot and the html of the elements it's failing to select *in a new issue*, and we can add exceptions if it's worth it
We pushed a fix https://github.com/browser-use/browser-use/issues/447 Your snippet is working for me without errors now @krngd2 on `main`. Please pull and try again, and comment back if you're still having any...
Custom action is required for these fields currently, set the value in JS and tell the agent to use your custom JS action when it it encounters these. We had...
Yeah that's close to what I had in mind, you can also use a "custom function" as described in our docs and automate the date selection with a cdp call...
@MagMueller @gregpr07 what are you opinions here on using mem0 for long-term memory. Related approaches: - https://github.com/browser-use/browser-use/pull/1205 short-term-ish memory with mem0 (merged) - https://github.com/browser-use/browser-use/pull/864 long-term memory with QDrant external API...
we've had some success with https://github.com/Kaliiiiiiiiii-Vinyzu/patchright over at browser-use as an alternative to puppeteer-extra-stealth, rebrowser, playwright-stealth. it doesn't work 100% of the time but it boosts our bot-detection-avoidance by ~20%...
Should be fixed now. We use patchright and have a vastly reduced signature: - https://github.com/browser-use/browser-use/pull/1550 - https://github.com/browser-use/browser-use/pull/857
I wonder if this actually provides better performance than just giving the LLM a `wait(seconds)` tool and telling it to keep calling it until the condition is satisfied before continuing....