Click activity not executing even it is validated

Hi,

I am facing issue with click or click image activity. Even though the validation shows green, I am receiving an error. How to resolve it? Screen shot below for references:


Regards,
Karuna

@Karunamurthy why are you using click image activity. Is it selector issue?

@Karunamurthy

Please try using hardwareevents and check in the click activity and please dont use image …use a strict selector and the selectors can be like this

<webctrl tag='DIV' innertext='Choose Files' />

And

<webctrl tag='DIV' innertext='Ok' />

These are for illustrations…selectors look similar to this will work

Cheers

Hi @Karunamurthy

Have you indicated the elements properly because in the click activity it was showing cancel as title.
when indicating the elements there is a selector option window check the strict selectors and uncheck the fuzzy selector, image.

Note - Make sure to indicate the Ui element which is closer to the target as an achor.

Hope it helps!!

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.