change: set WDA default port to 8700/8800

This commit is contained in:
lilong.129
2025-06-26 19:42:01 +08:00
parent a6d6b5bad2
commit eb0d184d6d
2 changed files with 3 additions and 3 deletions

View File

@@ -1 +1 @@
v5.0.0-beta-2506261939
v5.0.0-beta-2506261942

View File

@@ -52,8 +52,8 @@ func (dev *IOSDeviceOptions) Options() (deviceOptions []IOSDeviceOption) {
}
const (
defaultWDAPort = 8100
defaultMjpegPort = 9100
defaultWDAPort = 8700
defaultMjpegPort = 8800
)
func NewIOSDeviceOptions(opts ...IOSDeviceOption) *IOSDeviceOptions {