In my NativeApp user can login with using LinkedIn. I have problem with uiAutomator2 because it returns another PageSource. I can’t get any element from WebView. Below you can see comparison.
Can you give me an advice how to get email, password fields with uiAutomator2.
UiAutomator
So with UiAutomator I can find and select each element from the page.
UiAutomator2
As you can see I receive webkit.WebView and nothing else. No elements.
How can I find all elements on this page with uiAutomator2?
Thank you.