How to handle ActionSheet elements with XCUITest

With Instruments, ActionSheet elements were visible as UIAActionSheet in page source.
With XCUITest it is hard to recognize ActionSheet on screen, and there is different xml representation for iOS version 9.x and 10.x.
Does appium/xcuitest driver offer support for these type of elements (like alerts)?

I found that the element is treated as XCUIElementTypeSheet, but I can’t find a way to delete my question.