Connect to exists session

  1. How I get session list on python?
  2. How I connect to exists session on python?
  3. How I close exists session on python? :smiley:

The sessions can be obtained from http://127.0.0.1:4723/wd/hub/sessions, which returns a JSON response containing all session information.

I’m having the same problem with connecting to existing session with Appium’s Python client. Any help will be great.