I know this can be done with XPath. But I have accessibility IDs that are regular. Like: footer.btn.Jun 25, 2021 footer.btn.Jun 26, 2021 footer.btn.Jun 28, 2021
After I typed my ;last question I found that: await driver.elements('-ios predicate string', base_url_iosp); (where base_url_iosp is a predicate string I got from the appium front end) returns a array(ish) object.
Is there a way I can find those predicate strings by examining the code, rather than by using the appium front end?