appium / appium-inspector

A GUI inspector for mobile apps and more, powered by a (separately installed) Appium server
https://appium.github.io/appium-inspector/
Other
1.06k stars 277 forks source link

Support appium-mac2-driver #26

Open KazuCocoa opened 3 years ago

KazuCocoa commented 3 years ago

So far, appium-mac2-driver capture a screenshot of the entire screen. But the page source is the AUT. Thus, element highlight does not work well at least.

eglitise commented 6 months ago

I wonder if it's even possible to improve the current mac2 driver integration. Right now I believe it does take a screenshot of the entire screen, but this is because the page source contains not only the application window, but also the macOS menu bar that contains the app-specific options.