Open amoxuk opened 4 months ago
@amoxuk , I don't understand, can you detail your question ?
He needs to get the xml structure of the page layout, similar to the file generated by the "UI Automator Viewer". Someone pushed this feature a few years ago, but it was rejected because of non-standard coding.Right? @amoxuk
He needs to get the xml structure of the page layout, similar to the file generated by the "UI Automator Viewer". Someone pushed this feature a few years ago, but it was rejected because of non-standard coding.Right? @amoxuk
completely right! thank you!
He needs to get the xml structure of the page layout, similar to the file generated by the "UI Automator Viewer". Someone pushed this feature a few years ago, but it was rejected because of non-standard coding.Right? @amoxuk
completely right! thank you!
I developed this feature during business hours, so I can't expose the code to you, or if you look for a record of a pull request before STF. My thoughts:
@csdaa it's too slow by adb dump&read. I had verified this method. So I want some efficient method.
@csdaa it's too slow by adb dump&read. I had verified this method. So I want some efficient method.
try this uiautomator dump /data/local/tmp/uidump.xml
Describe the solution you'd like
I want to get the android page resource by stf, is there any api to make it ? or minicap? otherwise I will make it by appium.