Hi,
I have tree view listing the folder name of file system. Double tapping on particular folder takes the user to next screen. How to double tap?
driver.findElement(By.xpath("//*[@contentDescription=’ Memo1’]")).click();
Regards,
Cheluvambike
Hi,
I have tree view listing the folder name of file system. Double tapping on particular folder takes the user to next screen. How to double tap?
driver.findElement(By.xpath("//*[@contentDescription=’ Memo1’]")).click();
Regards,
Cheluvambike
Hope it helps: