wrike / callisto-chart

Callisto is an open-source Kubernetes-native implementation of Selenium Grid.
MIT License
19 stars 10 forks source link

How to use the available sessionID #4

Closed flyfei-cmd closed 3 years ago

flyfei-cmd commented 3 years ago

hi, @srntqn

I have created a session ID by using
curl -vvv http://callisto.local/session -d '{"desiredCapabilities":{"browserName":"chrome"}}' and now I have got a session ID which launch a browser in a pod.

How can I send requests to the browser in created pod?
For example, I want to send visit google.com commands to the browser, How Can I do it? I know that following the below method I can control the browser, but this method will create a new session, I want to use the available session to control the browser, How can I do that? image

flyfei-cmd commented 3 years ago

I know how to sovle the problem above. Close this issue