Nick Sweeting
Nick Sweeting
@Kunal-Darekar check the `examples/browser/stealth.py` file for the checks we use to determine fingerprintability Also see this pr: https://github.com/browser-use/browser-use/pull/857
I'm going to close this for now as we've decided to go with patchright for our anti-fingerprinting strategy for now. thanks for all your work in this area, if you'd...
LGTM thanks!
Can you pull `main` and try again. @PaperBoardOfficial added new support for click-and-drag operations today https://github.com/browser-use/browser-use/pull/1208!
Ok, we just created a new repo to collect all the most difficult form elements for testing (e.g. sliders, dropdowns, datepickers, popups, color wheels, etc.): https://github.com/browser-use/stress-tests Maybe we can set...
rc3 is very old and not supported, use at least `0.8.5rc51` if you want to try the betas
my apolgies I read your original post way too fast. 0.8.6rc3 is indeed the latest code, I misread it as 0.8.5rc3 which was an old rc beta. `dev` is the...
things to try in this order: - upgrade to the latest version, `0.1.41` is quite old now - use the `viewport_expansion=-1` or increase it to something like `viewport_expansion=1000`: https://docs.browser-use.com/customize/browser-settings#display-settings -...
docs are now up-to-date with the new `0.2.2` release: - https://github.com/browser-use/browser-use/releases/tag/0.2.2 - https://github.com/browser-use/browser-use/releases/tag/0.2.1 - https://docs.browser-use.com/customize/browser-settings - https://docs.browser-use.com/customize/real-browser we just use standard playwright `launch_persistent_context()` arg names and types for everything now,...
please convert the spaces to tabs, we use `ruff` which enforces tabs for indentation. thanks!