user1947415
user1947415

Reputation: 983

HOW to inspect MacOS native application

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

Answers (1)

Lasse
Lasse

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)

Accessibility Inspector

Upvotes: 6

Related Questions