Appium. Mobile App Automation. Wait until
问题 Friends, please help! I don't know how to do "wait.until". I'm using Appium with UIAutomator. My test would wait until new app's page will loaded and 'Text 1' in text field will be checked. I have such parameters in UIAutomator: text : Text 1; recource-id: payment_content_title; class: android.widget.TextView; package: ru.mts.stm.mobilemts; IntelliJ says that my code is incorrect: WebDriverWait wait; wait = new WebDriverWait(driver, 60); wait.until(ExpectedConditions.textToBe(new MobileBy