Hey Aleksei,
I use arc for finding and interacting with mobile elements before using them in code.
In above case I would have used
@driver.find_element(:xpath, "//XCUIElementTypeButton[contains(@label,'create a site')"]
can you please clarify how to use MobileBy.iOSNsPredicateString in case of arc ?
Thanks,
Vikram