

Session = HTMLSession(browser_args=['-no-sandbox', '-proxy-pac-url=" while using the Proxy Auto Auth addon for chromium… >'win64': WindowsPath('C:/Users/XXX/AppData/Local/pyppeteer/pyppeteer/local-chromium/575458/chrome-win32/chrome.exe'Ĭhromium does not accept Auth+Password given to -proxy-server=“XXX” arg, see here

Python -c 'import pyppeteer print(pyppeteer.chromium_downloader.chromiumExecutable)'

The initial Chromium Download of pyppeteer does not use proxies, so I had to download it manually and check where it expects to be: My goal is to scrape some cisco site, which has al lot of html returned by js - therefor I have to use the render functionality. I am in a very restrictive Coorporate Network and expiriencing many issues with Python and Proxies since the beginning of using requests-html.
