camoufox icon indicating copy to clipboard operation
camoufox copied to clipboard

Specifying user_data_dir when launching camoufox as a remote websocket server.

Open jypelle opened this issue 1 year ago • 1 comments

launch_server(
    headless=headless,
    geoip=True,
    proxy=proxy_config,
    block_images=block_images,
    persistent_context=True,
    user_data_dir=args.sessionpath,
)

Parameters persistent_context and user_data_dir do not seem to be taken into account when launching camoufox as a remote websocket server.

jypelle avatar Jan 22 '25 15:01 jypelle

same with you.

TonyChen-SH avatar Mar 02 '25 08:03 TonyChen-SH