Hi, I’m getting an issue where the process runs fine attended but unattended parts of it work just fine and others keep failing.
I’m getting the error “Click ‘Due Date’: The verification failed because the verification target is invalid or not found.”
The website is concept.
The Due date is a bit curious where by clicking the field produces a From & To field.
I’ve tried so many things. Any help appreciated,
Martin
can you please check if the selector provided for due date is correct.
Also, enable send windows messages property for click activity.
Regards
Sonali
Hi, @sonaliaggarwal47 Thankyou for your reply, the windows messages gave me this error : “Click ‘Due Date’: Click with “Window Messages” is not supported for this element.”
The selector looks fine and works when attended.
Ahh, ok. Don’t use that property then. Can you try with simulate click property instead?
You can disable the Verify execution and use another check app state to check if your From & To fields appeared or not.
Thankyou, yes I removed the verify which did indeed fix that issue but i’m having similar issues with the target which is why i setup verification.
The crazy thing now is that it either goes through thinking everything is done when in fact it hasnt done anything or i’m now getting the protected error
I thought the simulate property worked but sometimes it does and sometimes it doesnt… how can it be so variable?
@In this case you can use Retry scope to click till your desired fields appears or disappears. This will make sure your click works.