It would be very useful to expose the isHittable property in the xcuitest driver's page source.
This is already available in the Mac2 driver (reference).
Having it on iOS would help determine when elements become interactable inside scroll views and improve test stability.
isHittable is part of the public XCUIElement API, so this should be possible without private APIs.
Thanks for considering!