I want to get text from browser by using uiautomator
How can I do it?
I've parsed structure of chrome
and there is only android.View.view
I've tried to use getText()
function, but it's not helped.
Any help appreciated.
Maybe somebody know how can I do it by calling some chrome instance... or with any other method.
Any solution, with info, how to save android browser page as html/text will be enough, or how to select whole page. (except touching/long pressing text).