Searched refs:POSITIVE_BUTTON (Results 1 – 1 of 1) sorted by relevance
69 Until.findObject(POSITIVE_BUTTON), "Positive button not found or not clickable") in waitUntilPositiveButtonIsEnabledAndClick()76 fun clickPositiveButton() = click(POSITIVE_BUTTON, "Positive button") in waitUntilPositiveButtonIsEnabledAndClick()99 Until.findObject(POSITIVE_BUTTON), "Positive button") in waitUntilAppAppeared()139 private val POSITIVE_BUTTON = By.copy(CLICKABLE_BUTTON).res(PACKAGE_NAME, "btn_positive") in click() constant