Not able to click on checkbox button, it is selecting entire area. simple click activity

Hi @Gaurav2

Here are the things you can change and try,

  1. Have the UiPath Chrome extension installed properly (maybe reinstall it).

  2. Change the framework by using f4 when indicating the element.

  3. Try with internet explorer also ,if Chrome have problems.

Thanks

I’ve seen this before. Sometimes a simple reboot fixes it.

Other times, it’s due to how the web page is written and there is no way around it. For example, one web app I tried to automate in was impossible because the web site was entirely created by Javascript - there was no HTML. So the only HTML element UiPath could “see” was the main outside container like what you’re seeing here. In this case the best you could do is use image clicks etc.