Forum Discussion
altus_nel
12 years agoContributor
Hi there,
You can try something like:
//JScript
if(<button>.Exist && <button>.Visible){
//Click the button here
}
else {
//Do something here if the button is not there
}
Regards,
Altus
You can try something like:
//JScript
if(<button>.Exist && <button>.Visible){
//Click the button here
}
else {
//Do something here if the button is not there
}
Regards,
Altus