Coder Social home page Coder Social logo

Behind Proxy? about webdriver_auto_update HOT 3 CLOSED

SteveScott avatar SteveScott commented on July 24, 2024
Behind Proxy?

from webdriver_auto_update.

Comments (3)

SteveScott avatar SteveScott commented on July 24, 2024 1

I have access. Just needed to allow it. You may close the ticket.

from webdriver_auto_update.

competencytestlvl avatar competencytestlvl commented on July 24, 2024

@SteveScott, Thank you for reaching out. May I kindly know in which section of the code did you encounter this issue? Your issue seems to be due to authentication. For example, if you are attempting to obtain the latest chromedriver version endpoint using the requests module, you may define your proxy details and pass them as arguments:

    proxy = {
        'https': 'https://your_username:your_password@your_proxy_server:your_proxy_port'
    }
    requests.get(LAST_KNOWN_GOOD_VERSIONS_URL, proxies=proxy)

Hopefully this suggestion may assist you.

from webdriver_auto_update.

SteveScott avatar SteveScott commented on July 24, 2024

I am calling WebdriverAutoUpdate(CHROMEDRIVER_PATH)
Digging into the code it appears to be using wget. WGet pulls proxy settings from the HTTP_PROXY and HTTPS_PROXY environment variables. Those variables are set correctly on my end, so I am working with my IT team to add googlechromelabs.github.io to the allow list.

from webdriver_auto_update.

Related Issues (11)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.