Click activity issue

Hi,

I am automating on IE. The click activity is cause problems. Sometimes it’s clicking the element while sometimes its not. I have checked in UI Explorer and provided an anchor. Still its causing issues. Kindly give some idea on the reason behind this.

Can u share the error and ui explorer part @shrayud

The first idea - check if selector for that click is visible in UiPath even though there is no button on website yet.

Hi @shrayud

Please give wait for ready to complete, under click activity property.

Or, try giving some timeout or delay before.

Thanks.

@shrayud
Increase the Delay before property i.e. more than 300millisec.
thank you

@shrayud

Use the simulate property of click to true and use normal click activity…

1 Like

I just found a better way :- using “Activate” element first.

Thanks everyone for your suggestions.

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