Unable to tap on web view page elements in native android app

I am able to switch context to web view but when inspect with Chrome Remote debugger,the web view page got Refreshing fast (Bid Functionality)

Though i can get content_desc value in android inspector,tapping on elements is not working

Why are you need to tap in web view? why do not you use click? try with
driver.findElements().click();

I think that should work.

Hi Priyank,
I tried with “driver.findElements().click();” and its not working

I had Emailed you the APK,Please do needful

Thanks,
Murali