macacajs / app-inspector

App-inspector is a mobile UI viewer in browser.
https://macacajs.github.io/app-inspector/
MIT License
389 stars 78 forks source link

[Question] How does the inspector work? #242

Closed patchthecode closed 4 years ago

patchthecode commented 4 years ago

Hi, is there any documentation/articles on how this inspector works? I have been looking at Appium inspector, and now this one, but I cant seem to find out how the iOS app grabs the view hierarchy and sends it to the stand alone app.

Did you guys have any explanation anywhere or can you guide me in the right direction?

tking16 commented 4 years ago

This is all I know of https://macacajs.github.io/app-inspector/

zuaaef commented 4 years ago

@patchthecode check out our Inspector here It is open source and you can see the code how we did it. Cheers 🍻

patchthecode commented 4 years ago

@zuaaef found it. thank you so much!