Hey,
Thanks for getting back with more information. But unfortunately I had got stuck with one more issue where I cannot click on the folders in the gallery as shown in the image below.
I want to click on the 3rd folder where I want to select the pic out of the available pics(12). I had used x,y co-ordinates as shown below.
TouchAction Action2 = new TouchAction(driver).tap(530,1565);
Action2.perform();
Please suggest.
Thanks,
Nic