How to click an element in a text view?
List list = driver.findElements(By.id("com.sample:id/list"));
list.get(0).click();
Posted on April 23, 2019
By Sridatta Pani
List list = driver.findElements(By.id("com.sample:id/list"));
list.get(0).click();
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it. Privacy Policy
Accept