Click,click image,click text acivities

hii guys this might be a weird question but suddenly couldn’t able to differentiate those three,though the outcome is clicking an element but what makes the exact difference those three,i even gone through with studio activities but still in confusion mode.even though i used i couldn’t find any difference between those three, so can anyone plz explain with detailed,if possible with some examples also.thankyou

@venkatmalla6

Click - it will be used to click any element on the screen.

Click Image - it will be used to click an image. It will mainly useful in Citrix environment where we can’t directly get selectors.

Click Text - If you want to click any particular text then we will use this Activity. We can use pass text to this Activity in double quotes also to click on it.

@lakshman thanks for reply,well i just used click image activity,in forum only i tried to click your name using click image activity and even it worked with click activity also,so my question is click image and click activity works for every element but what my thinking is the only difference is we usually use click image activity when we worked on citrix environment,plz correct me if i’m wrong

1 Like

@venkatmalla6

Yes, Click Image activity will work in both desktop and Citrix application where as Click activity will work in desktop applications only.

1 Like