Click activity failure

In web automation, where we use click activity to click on some buttons on webpage sometimes it selects text present on that button instead of clicking on it & then automation fails due to this, so how to handle these type of errors ?

@Anil_G @Kalpesh_Chaudhari

Hey

is the Simulate Click propertie activated?

Regards

No i’m going with default

Can you try enabling this propertie and try again?

1 Like

ok i would try this

Hi,

If it still doesn’t work for you then you can also try with javascript to click on respective button using Id. Please refer below link for the same:

HTML DOM Element click() Method (w3schools.com)

Thanks

3 Likes

ok first i would try that simulate click then think about it?

1 Like

Hi @pravin_bindage
Open UiExplorer and see if you can get any more more selectors to allow this to work :slight_smile:

Regards
Mohini
Happy Automation…!!!

1 Like

hi

use once click image activity

cheers

Use stimulate method if it is not working then go with send window method.

If your using modern activity then choose strict selector instead of fuzzy selector.

1 Like

@pravin_bindage

Try with modern activities it will work because it includes anchor as well.

Thanks
Varun

1 Like