daijro

Results 62 comments of daijro

> Still Error MBA M1 Seems like a permission issue. Try running `chmod -R 755 /Users/user/Library/Caches/camoufox/Camoufox.app`. Also try running `pip3 install -U camoufox` as well, it shouldn't be using the...

Hello, The legacy launcher isn't being maintained anymore due to issues maintaining it and performance issues—I've decided to move all progress to the Python library to better integrate Camoufox's functionality...

> Is it possible for me to launch one of the binaries directly (not sure which one of camoufox/camoufox-bin) with the -start-debugger-server (or I suppose in the case, --remote-debugging-port) Firefox...

Thanks. I'll look into this more tomorrow. Seems to be an issue with certain fingerprint values.

I believe this is an issue with certain fingerprints. I am hoping to replace the fingerprint generator package very soon.

Hello, Camoufox uses Playwright's Juggler protocol to control the browser, which is implemented separately from Firefox's native RDP API. Since Firefox's remote debug server is detectable (see #90), I don't...

> [@daijro](https://github.com/daijro) is it possible to specify custom port in case launching multiple remote server? Yes, you can pass `port` to the `launch_server` function (it uses [this options type](https://github.com/microsoft/playwright/blob/main/packages/playwright-core/src/client/types.ts#L106) from...

Hello, > `1: CanvasRenderingContext2D.getImageData: suspicious pixel data` This one is a known issue related to the randomized font rendering. There are plans to fix this, but it is a long...

Thanks. I will set up a Sonoma VM later to test this out. I can't seem to reproduce this on Windows, Linux, or Mac OS 13, but if someone here...

>PerimeterX is doing : >`window["matchMedia"] && window["matchMedia"]("(pointer:fine)")["matches"];` @fhertz Thanks, but this isn't related to the screen matchMedia. This is a way to detect headless, Camoufox already handles this: https://github.com/daijro/camoufox/issues/26#issuecomment-2401795339