How to click on Checkbox after scrolling

I want to click on Checkbox but I need to scroll first after that I am able to see the checkbox
My scroll is working properly but I am not able to click on Checkbox I don’t have any exceptions but checkbox is not clickable.I have tied isSelected method and Actions also but it wont work

Hi @Ajinkya,

try to fetch the x,y coordinates of the checkbox element and then tap on it.

I hope it will help you :slight_smile:

I have tried in that way also but unable to click on checkbox.I am not getting any error but unable to click on checkbox