How to create finding queries for XCUI element

Hi!
Does anybody have an example how to find an element by any elements into this element?
I used to find with ios_uiautomation, but now i have problem with creating of finding queries.
For example: I want to get some cell, which has static text with interesting text for me

Earlier I searched:
self.driver.find_elements_by_ios_uiautomation(’.cells().withPredicate(“NOT ANY staticTexts.value in {‘Text1’, ‘Text2’}”)’)

But now I can find only cell or static text by predicate string
How to create the query for finding this cell from example?