webdriver
webdriver copied to clipboard
[Request] Get End Node to Retrieve all Known Sessions
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?
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
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