UI Edge clicks

Hi,
When I do classic click in Edge browser for an application, clicking on a link or button using Simulate or Windows messaging not working. It thinks it clicked it but click does not happen. Since there is no hardware click in classic, what can I do here without switching to modern?

Thanks a lot,

Hi @A_Learner

It might be double click action of clicking the link. Try using double click activity in classic.

Hope it helps!!

Thank you, I tried it. Sometimes it works. Sometimes it does not.
In debug mode the click activity turns green, but click does not happen.

Thank you,

@A_Learner

Then use Retry Activity ,In the retry scope put the Click activity

1 Like

In the retry condition is there a way to say “element not exists”?
I click on link and check that link is gone?

Thank you,

Okay @A_Learner

After clicking the link or the specific element any new element appears like popup or anything.

If yes, then use the retry scope activity inside action insert this click activity and inside condition block insert the element exist activity and indicate the new UI element. Give 5 in number of retries option.

Hope you understand!!

@A_Learner


In the condition Use check app state activity,Indicate the page After click,So it will retry upto the Click activity is done

You can use Element exist also.Check app state is a modern activity you are using classic activities then enable modern there you find the check app state activity

1 Like

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