-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feature requst]: Attaching to Existing SessionId #907
Comments
I don't think selneium .net client doesn't provide such a feature. This project itself as well. Renamed to a feature request. |
Hi @nvborisenko, what's your estimated effort to add such feature if it's even possible on selenium side? |
I propose to understand use case, hidden by the feature request. Opposite opinion would be "why not to keep existing client object, who initiated new session, instead of creating new client with attaching to existing session". Probably there is a better solution. |
@alijundi, I agree with @nvborisenko. |
I need to use this similar to appium inspector. I want to connect to android and when I do that the existing session is terminated and a new one is made. In appium inspector I can attach to existing session making it much easier for debugging and will not create many stale sessions on the appium server. It is necessary! And much needed! |
So you want to develop .net application, who can attach to the existing session? And evaluate it? @Dor-bl I walk through selenium code quickly. Only one concern: when client starts new session, remote-end returns One more opinion from Firefox team:
Probably this opinion is not related to Appium. In any case Selenium team can "expose a possibility" to attach to the session by ID, but before doing it let's clearly understand why we want to do it. |
@alijundi, in case you need us to add support, we first need to understand your motivation. |
I have tried my best to attach to existing SessionId. I don't want to create a new session. I already know how to do that.
Is there a way to connect to existing session using appium dotnet client?
The text was updated successfully, but these errors were encountered: