Git Product home page Git Product logo

Comments (6)

kierr avatar kierr commented on August 23, 2024

I can however access http://localhost:4444/stats just fine. Which has me even more confused.

Is 403/404 returned if no nodes can be found? Surely it isn't that simple, given I'm not being authenticated as expected?

``
$ java -version
java version "1.8.0_51"
Java(TM) SE Runtime Environment (build 1.8.0_51-b16)
Java HotSpot(TM) 64-Bit Server VM (build 25.51-b03, mixed mode)

from gridrouter.

innokenty avatar innokenty commented on August 23, 2024

I think pure /wd/hub is not expected to reply 200. If you're able to access /stats then it should be working. Try requesting a browser on this instance, as if you're running it on one of your hubs.

from gridrouter.

innokenty avatar innokenty commented on August 23, 2024

You can also try /ping, but there's zero chance it will fail. Because /stats is ok. Just FYI.

from gridrouter.

aandryashin avatar aandryashin commented on August 23, 2024

Hello,

try to create browser's session using curl and see if it fails

$ curl -u test:test http://localhost:4444/wd/hub/session -d'{"desiredCapabilities": "browserName":"firefox"}}'

from gridrouter.

levsha932 avatar levsha932 commented on August 23, 2024

Gridrouter doesn't have web front as selenium hub has. We have plans to implement it in the future

from gridrouter.

kierr avatar kierr commented on August 23, 2024

I see! Thank you guys for the quick responses, and for this very useful asset of a tool.

@aandryashin, your curl example was missing a { but as below, I see everything is working just fine.

curl -u test:test http://localhost:4444/wd/hub/session -d'{"desiredCapabilities": {"browserName":"firefox"}}'

Now, with a little luck, the magic can start happening, and my frustration of juggling hubs is over. Thanks again!

from gridrouter.

Related Issues (15)

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.