webdriver icon indicating copy to clipboard operation
webdriver copied to clipboard

[Request] Get End Node to Retrieve all Known Sessions

Open mills-andrew opened this issue 5 years ago • 2 comments

I am building an automation framework based on these new standards, and a feature I am trying to build is reusing sessions that were built in the past. I have been able to reusing the process that is build, but trying to find out the sessionId has proven to be a challenge. I would like to request a method to retrieve the session id from the process, or perhaps this method already exists and I am not aware of it. Thoughts?

mills-andrew avatar Nov 14 '19 14:11 mills-andrew

I know that the remote end has the ability to view the active sessions, i am just requesting that we make that accessible to the local end.

https://www.w3.org/TR/webdriver/#dfn-current-session

mills-andrew avatar Nov 14 '19 15:11 mills-andrew

Chromium based browsers seem to have implemented this as a get request under sessions (note: this is plural). I'd like to see this as well

seadoggie01 avatar Sep 18 '21 21:09 seadoggie01