Click on chrome extension

Hi,

How to click on chrome extension plugins.

You mean you want to install chrome extension or click in the extension icon
If to install we can do that from studio in STARR option
Or
If we want to click on the uipath extension icon with normal CLICK activity it’s possible
Cheers @KarthikBallary

Click on extension icon.
I used click activity but it is opening just bookmarked one.

Try with CLICK IMAGE
it would work for sure
Cheers @KarthikBallary

Thanku. It worked

1 Like

Hi,

how to click on “Hard mode on this site” option.
I tried with click activity but it is not working and i also tried with click image activity it is throwing error “image not found” bcz once it clicks on an icon the options appearing only for 1 sec.

if manually click on icon the options appears until click outside the box .but using ui path click image activity option list are appearing less than a second.

Use send hot key with key as down once after clicking the icon
Then use send hot key with key as enter

This would work
Cheers @KarthikBallary

It worked. Thank u!

First time when i run it worked .but now it is not working.

May I know what was the issue you were facing
@KarthikBallary

send hotkey with key as down is scrolling the page because the options list is disappearing before send hotkey with key as the down activity takes place.

send hotkey with key as down is scrolling the page because the options list is disappearing before send hotkey with key as the down activity takes place.

Hmm
Try with tab key then instead of down key
@KarthikBallary

tab activity is taking place on browser page not on option list

Were we Able to select that icon as a element
If so choose that as a element in send hot key activity and try once with tab key
Cheers @KarthikBallary

No ,icon is not able to select as element.

No ,icon is not able to select as element.

hmm…send hot key should work actually but i wonder why it didnt because ismore reliable and faster
@KarthikBallary

no it is not working.If i give delay after for click image activity the option appearing for the given duration after that it is disappearing.