-
-
Notifications
You must be signed in to change notification settings - Fork 419
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
fix: Update the default timeout for the recent webview detection #2337
Conversation
@KazuCocoa Could you please try it with a real device? What is the average time needed for this API to pick a web view for real devices? |
looks good. tested with safari quickly. Let me test with webview app and a few more tomorrow |
From what I understand, this removes the approach of clicking the refresh button when using Safari in simulators. I guess it was rather specific, but does the current approach still work for that case? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tested with a real device. Safari, and with autoWebView with a webview app
The main change is the timeout tuning. The Refresh button thing never worked anyway and was not stable. |
## [7.3.0](v7.2.0...v7.3.0) (2024-03-08) ### Features * Video recording using native XCTest backend ([#2339](#2339)) ([e17e88b](e17e88b)) ### Bug Fixes * Update the default timeout for the recent webview detection ([#2337](#2337)) ([8d7750c](8d7750c)) ### Miscellaneous Chores * bump typescript ([40d5f5d](40d5f5d))
🎉 This PR is included in version 7.3.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
90 seconds is definitely too much for that by default.