Recent content by big boss don k

  1. B

    SSL certificate missing while using proxies in selenium

    ```options = { 'proxy': { 'http': 'http://username:password@IP:port', 'https': 'https://username:password@IP:port', 'no_proxy': 'localhost,127.0.0.1' } } chrome_options = Options() chrome_options.add_argument("--incognito") driver =...
Back
Top