Not able to toggle checkbox while submission on codechef ide

There is an exception even when I have followed the code given in coding blocks tutorial and added sleep time as well. The following is the exception:
ElementClickInterceptedException: Message: element click intercepted: Element is not clickable at point (197, 660). Other element would receive the click:


(Session info: chrome=85.0.4183.83)

hey @stutijain578 ,
selenium performs in way a human works , like the way a human click is being intercepted by some dialog box or something , the click by selenium is also intercepted as due to some focus properties it has by default.
So you need to just scroll down to that option and then perform the click.
Dont exacly scroll to that toggle button , but scroll to any other element below as such that toggle option comes to almost center of the screen.

I hope this helps you :slightly_smiling_face:.

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.