java-client
java-client copied to clipboard
Attach to an already-existing session
Hi everyone,
Is there a way to attach the java client to an existing session? For javascript-wd driver there is an "attach" method which connects the driver to an existing session: https://github.com/admc/wd#attach-to-an-already-existing-session
So, I was just wondering if there is a similar method in the java client library?
Thanks
same question +1
@Jonahss This is something which we discussed at the appium conf
Totally! This is a really crucial feature that I used to use all the time. The Java client just extends the selenium project's java client, and when they updated they may have made this harder.
I'll see what I can do. It wasn't obvious how to do this with the new versions. Maybe this can be the next AppiumPro article ;)
This will help with app debugging purpose, sometimes there are app error cases that only occurred when the app navigated by appium. looking forward to these :)
+1 would really like to see that.