You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use the sample code to open the file, but the browser opens and closes immediately.
from camoufox.sync_api import Camoufox
from browserforge.fingerprints import Screen
I use the sample code to open the file, but the browser opens and closes immediately.
from camoufox.sync_api import Camoufox
from browserforge.fingerprints import Screen
with Camoufox() as browser:
page = browser.new_page()
page.goto("https://browserleaks.com/")
The text was updated successfully, but these errors were encountered: