How to double tap on folder in a tree view of android

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: