Problem in selecting Elements in Chrome Browser

I am unable to select Specific UI element in the Chrome browser. I used Web recording, Click activity, etc for to select the below option in the image

Is there any way to select the toggle button above in the image. Can any one suggest how to select that?
I used click image activity and it works fine but I don’t want to use click image instead can any one suggest me to reach this?

Thanks in advacne :slight_smile:

Hi @NikhilRPA

Have a look to the Extension of UiPath in Chrome Browser when you open any setting of Chrome, It gets disable always.

So as per my experience it wont work in any Chrome Setting tabs.

Mark as solution and like it if this helps you :slight_smile:

Happy Automation :raised_hands:

Best Regards
Er Pratik Wavhal :robot::man_technologist:t4: :computer:

Hi @Pratik_Wavhal
Exactly it’s getting disable when I open Chrome settings. What will be the better way to approach this ?

Hi @NikhilRPA

Actually i haven’t tried anything like this yet.

But for handling the Web Browser Element itself we add the Extensions.

Now UiPath itself haven’t provided such functionality that within Setting of Chrome it is staying enable.

So i have only one Suggestion for this that try using Click Image Activity.

If it works then well and gud but if it not then no alternative is der as per my experience.

Mark as solution and like it if this helps you :slight_smile:

Happy Automation :raised_hands:

Best Regards
Er Pratik Wavhal :robot::man_technologist:t4: :computer:

1 Like

Thanks, Is there any way instead of click image any python scripting can be used here to gain?