Searched refs:copyBtn (Results 1 – 1 of 1) sorted by relevance
363 val copyBtn = device.wait(Until.findObject(By.text("Copy")), TIMEOUT_MS) regex364 assertNotNull("Unable to find the copy button", copyBtn)365 copyBtn.click()