Hi am keep getting this error on Type in to activity (edge)
The target in open on the VM
I have validated the traget it’s 100%. Sometime it works and sometime it fails.
Any reason behind it?
Thanks in Advance
Hi am keep getting this error on Type in to activity (edge)
The target in open on the VM
I have validated the traget it’s 100%. Sometime it works and sometime it fails.
Any reason behind it?
Thanks in Advance
Hi @ravindar.singh
Can you show me the selector here?
@ravindar.singh
Include the parent name in the selector and set the wait page to load the property as interactive plus input mode as simulate type.
I can try that. But I am using element to appear activity which would solve the issue of page loading properly.
Simulate test - No sure if this simulate activity will help if the error is Uielement not valid.
I will still give it a crack.
I hope you haven’t used the application scope here. So better to use the Application scope and provide the element exists and other ui activities inside to that.
For example if you are using Use Application/Browser activity, provide all the UI related activities inside that, that will help to resolve this issue.
Thanks