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 ?
Hey
is the Simulate Click propertie activated?
Regards
No i’m going with default
Can you try enabling this propertie and try again?
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
ok first i would try that simulate click then think about it?
Hi @pravin_bindage
Open UiExplorer and see if you can get any more more selectors to allow this to work
Regards
Mohini
Happy Automation…!!!
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.
Try with modern activities it will work because it includes anchor as well.
Thanks
Varun