-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
WebView Matchers #136
Comments
you might be interested in google/EarlGrey#211 for how to support WebViews 😄 |
@bootstraponline awesome. Hope, detox will too |
@bootstraponline This is not a web view. This is a Safari view controller, which renders off-process. Once Earl Grey 2.0 (google/EarlGrey#193) is ready, there will be more support for this. Closing for now. |
Is there no way to inject JS in the Safari view controller? That should be all that's required to automate a webpage. |
No, it is not possible. A Safari view controller, unlike UIWebView and WKWebView, is intended to preserve the user’s privacy. As such, its only input is a URL and whether it should enter reader mode right away. There is no access to the DOM after it has rendered. |
Oh, thanks for the info. |
Hi, guys!
Thank you for the great tool. We've sped up our tests in 5 times.
Please, tell me how can I test web views? Facebook login for example:
The text was updated successfully, but these errors were encountered: