Max

Results 99 comments of Max

browser_args = [] browser_args.append('--proxy-server=%s' % "your-proxy-string-here") conf = Config(browser_args=browser_args)

in fact, nodriver not able to save cookies. https://github.com/ultrafunkamsterdam/nodriver/commit/5f5a78bdc54679f526e23c0b2bf8c9cc43614712

``` no_sandbox=True browser_args = [] conf = Config(browser_args=browser_args, no_sandbox=no_sandbox) prefs_filepath = os.path.join(conf.user_data_dir,"Default") ```

in fact, nodriver not able to save cookies. https://github.com/ultrafunkamsterdam/nodriver/commit/5f5a78bdc54679f526e23c0b2bf8c9cc43614712

you need remark this line: https://github.com/ultrafunkamsterdam/nodriver/compare/main...max32002:nodriver:main

you need convert crx to zip, after unzip you can use extension with uc.

ModuleNotFoundError: No module named 'looseversion', if python < 3.12.0

> > ModuleNotFoundError: No module named 'looseversion', if python < 3.12.0 > > Did you `pip install -r requirements.txt` first? If so, what was the output? > > If this...