Reputation: 983
How to inspect MacOS native application? Appium? Xcode? I have tried Appium, but looks like it works for IOS app only?
For example, I want to locate the URL box in Safari. So that I can get the url from atomac.
Upvotes: 3
Views: 2617
Reputation: 880
There's a separate project "appium-for-mac", which you can use to automate macOS applications: https://github.com/appium/appium-for-mac
To inspect macOS apps, it seems the recommended tool would be Xcode's Accessibility Inspector (Xcode -> Open Developer Tool -> Accessibility Inspector)
Upvotes: 6