fix: remove ResetHomeOnStartup

This commit is contained in:
lilong.129
2025-02-19 14:16:23 +08:00
parent 1b18976620
commit 9f03196601
2 changed files with 1 additions and 5 deletions
+1 -1
View File
@@ -1 +1 @@
v5.0.0+2502191055 v5.0.0+2502191416
-4
View File
@@ -86,10 +86,6 @@ func NewIOSDeviceOptions(opts ...IOSDeviceOption) *IOSDeviceOptions {
config.DismissAlertButtonSelector = dismissAlertButtonSelector config.DismissAlertButtonSelector = dismissAlertButtonSelector
} }
// switch to iOS springboard before init WDA session
// avoid getting stuck when some super app is active such as douyin or wexin
config.ResetHomeOnStartup = true
return config return config
} }