Whats the correct selector form in appium inspector for predicate string IOS and class chain IOS

I’m trying to use String predicate iOS and class chain strategy, but I’m not quite sure what’s the correct form that should be used inside appium inspector to search for the element before using it on my test

05%20PM

@Aleksei any idea whats the correct syntax

Sorry. I do not use appium inspector.

so is there other way to inspect the element for IOS

I just print driver.pageSource(). Also you can use xCode accesibility inspector but it is just inspector. You cant test your locator.

seems interesting, i’ll try that