I'm using Appium for UI test my iOS application.
I want to know current image file name (asset name) loaded to UIImageView, because the image file changes dynamically by cases.
<XCUIElementTypeImage type="XCUIElementTypeImage" name="Accessbility id I set in Xcode" enabled="true" visible="false" accessible="false" x="668" y="498" width="17" height="17" index="1"/>
This is some portion of xml created by Appium.
I expected that a property like 'value' or 'image' or 'src' would appear in the xml code, but it didn't.
Is there any way to know image resource name?