-
Notifications
You must be signed in to change notification settings - Fork 8
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
Automatic device IP address discovery is broken #1
Comments
Temporarily solved with capability |
We can use IpOverUsb. Details in the link https://dev.windowsphone.com/en-US/OEM/docs/Phone_Testing/Configuring_IP_over_USB
Needs further investigation on stability and related issues, but it worked! |
This works for Emulator, can you please check if this can be done for Devices aswell Because I found the IPAddress is dynamic for Devices |
If you are using Winium.StoreApps.CodedUi, then try using If you are using modified 2gis/winphonedriver the relevant code is at https://github.com/2gis/winphonedriver/blob/master/WindowsPhoneDriver/WindowsPhoneDriver.OuterDriver/CommandExecutors/NewSessionExecutor.cs#L32. It sohlud be replaced with condition IPAddress assigment (always use localhost for devices, use IPAddress as is for emulators). |
Device/emulator IP address discovery using GetEndPoint works on emulators, but throws exception when used for device.
The text was updated successfully, but these errors were encountered: