Has anyone successfully used Camoufox recently?

Posted by pedritoold@reddit | Python | View on Reddit | 4 comments

Hi everyone,

I'm trying to test Camoufox for browser automation purposes, but I'm confused about the installation and behavior of the open-source version.

A minimal script like this:

from camoufox import Camoufox
p = Camoufox()
print(p.args)

throws this error:

AttributeError: 'Camoufox' object has no attribute 'args'

Also, the build instructions mention “private patches” protected by a password (CAMOUFOX_PASSWD), but there is no public documentation explaining what this is for, how to obtain it, or whether it's required.

Before spending more time compiling it manually or setting up Docker, I wanted to ask:

• Has anyone here successfully used Camoufox recently?
• Is this error expected in the open-source build?
• Is the project still maintained?
• Has anyone built it from source without needing that password?

I'm not trying to bypass anything — just trying to understand whether Camoufox is usable and maintained for legitimate automation/testing. Thanks!