How to pick the first image from gallery by using index.
I have tried with
driver.find_element_by_android_uiautomator('index(14)').click()
This code is working with non-Zero index images. if I wanted to select the first image I need to use Zero but the code is no allowing me to select the 0 index and it is clicking on the entire screen....