Mohammed S Khan
Results
2
comments of
Mohammed S Khan
> Hello, > > `.shadowRootUnl` is meant to be used in `page.evaluate`: > > with Camoufox(headless=False, config={'forceScopeAccess': True}) as browser: > page = browser.new_page() > > # Testing site with...
This should help you get more persistent browser fingerprints, although it's not 100% the same. ``` import os, json from camoufox.sync_api import Camoufox if os.path.exist('config.json'): with open('config.json', 'r') as file:...