-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Query] - unable to interact with callisto hosted for #3
Comments
I am trying to connect from selenium using python with this code capabilities = { driver = webdriver.Remote( |
@surevs hi! Sorry for the late response. Thank you for your kind words. :)
Could you provide nginx and callisto logs?
Sorry but I don't get what you're trying to achieve. Could you clarify it with more details? |
hi @srntqn |
Simplicity of Callisto is based on the fact that you don't need /wd/hub to be always-on and ready for any tests/clients to send requests for different browsers. In our experience in the most of the cases you don't need it to be always-on and to serve to different clients concurrently. If for some reason you really need always ready endpoints for different browsers then with Callisto it's solvable by running several instances (while it's not the standard way of using it) |
@surevs I thin a have same problem. Python lib use ip instead of hostname, because of this, ingress can't find needed backend. Try to use code like this:
|
I have done with the setup of callisto as provided in youtube video and available instruction in chart.I am able to create a browser session using the curl command too. but is there a way we could route all the requests to http://callisto.local/wd/hub
instead of creating a new session and connecting to it.
The text was updated successfully, but these errors were encountered: