when i launch “RunAllTests” to test my workflow i receive following message : Invoke System1_Close workflow: Cannot find the UI element corresponding to this selector: <html title='ACME System 1 - Work .System1_Close.xaml (6.0 KB)
Thanks for your answer.
I apply your tips …but same error message.
In addition firstly i have this error message: Invoke SHA1Online_Login workflow: Object reference not set to an instance of an object.
Hi @jmo93,
While Editing the selector please Exclude “Parentid” under “aaname” .
PFASystem1_Close.xaml (6.1 KB)
It will work perfectly.
Best Regards,
Likith Rajesh.
@jmo93,
May I know what are issues you are facing right now?
Please mark it as solution. May be it will helpfull to others.
Best Regards,
Likith Rajesh.
@likith_rajesh
I have now this following error
Error message: “message”: “Invoke SHA1Online_Login workflow: Object reference not set to an instance of an object.”
(I run “RunAllTests.xaml” on my process)
This error message usually means you’re passing a null (or empty) object to one of your workflows parameters. Try logging each of your input parameters (when applicable) to validate that none of them are null.
Good morning @chenderson
I try to log with “write line” and a see the url after process execution. Thanks for the idea . Now i’m sure the parameters isn’t empty.
May the error has another origin. i’m still searching.