Coder Social home page Coder Social logo

Comments (6)

stevepryde avatar stevepryde commented on July 21, 2024 1

Added note about timeout in WebDriver::new

from thirtyfour.

stevepryde avatar stevepryde commented on July 21, 2024

Is this the case even if you specify a timeout? Does chromedriver send a response?

from thirtyfour.

zhiburt avatar zhiburt commented on July 21, 2024

Does chromedriver send a response?

No

Is this the case even if you specify a timeout?

How I suppose to do it?

This is how I configure the driver.

            let mut cops = DesiredCapabilities::firefox();
            cops.set_headless()?;
            // by this option we try to resolve CAPTCHAs
            cops.add("unhandledPromptBehavior", "accept")?;

            if let Some(p) = cfg.proxy.as_ref() {
                let proxy = convert_proxy(p);
                cops.set_proxy(proxy)?;
            }

            WebDriver::new(cfg.webdriver_address.as_str(), &cops).await?

from thirtyfour.

stevepryde avatar stevepryde commented on July 21, 2024

There is a new_with_timeout constructor which allows you to specify a timeout.

from thirtyfour.

zhiburt avatar zhiburt commented on July 21, 2024

new_with_timeout works 👍

error sending request for url (http://localhost:4444/session): operation timed out\n

Maybe it's worth mentioning in Webdriver::new about this behavior?

from thirtyfour.

stevepryde avatar stevepryde commented on July 21, 2024

I'm going to change new() to default to a 120 second timeout. Users can call new_with_timeout(..., None) if they want no timeout.

from thirtyfour.

Related Issues (20)

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.