appium/appium-inspector

feature request: Include `hittable` attribute for iOS inspection

Dor-bl opened this issue · 2 comments

Current Behavior

Currently, when inspecting elements on iOS we can't see the attribute value of hittable:
https://developer.apple.com/documentation/xctest/xcuielement/1500561-hittable
image

Suggested Solution

Since this is an important attribute, in my opinion, we should consider adding it to the attributes list on the inspector.

Additional Information

No response

The Inspector does not define its own list of attributes that are visible in the GUI; it just shows whatever the driver returns. Does your driver return hittable when you query the available element attributes through your automation code?

Closing as not an issue