Level3 Assignment1

If someone can please help and tell me where I am going wrong.am getting this errors while run the main file!!

{
“message”: “Open Application ‘UIDemo.exe UiDemo’: The system cannot find the file specified. (Exception from HRESULT: 0x80070002)”,
“level”: “Error”,
“logType”: “Default”,
“timeStamp”: “15:22:59”,
“processVersion”: “1.0.0.0”,
“jobId”: “be3a7dea-2af8-4e94-82ab-9ad93627fbd4”,
“robotName”: “Demo_Robot”,
“machineId”: 65336,
“fileName”: “InitAllApplications”,
“logF_BusinessProcessName”: “UiPath_REFrameWork_UiDemo_anju”
}
{
“message”: “Close Application ‘UIDemo.exe UIDemo’: Cannot find the UI element corresponding to this selector: ”,
“level”: “Error”,
“logType”: “Default”,
“timeStamp”: “15:23:30”,
“processVersion”: “1.0.0.0”,
“jobId”: “be3a7dea-2af8-4e94-82ab-9ad93627fbd4”,
“robotName”: “Demo_Robot”,
“machineId”: 65336,
“fileName”: “CloseAllApplications”,
“logF_BusinessProcessName”: “UiPath_REFrameWork_UiDemo_anju”
}

Please Share your Xaml file

check your UiDemo.exe file path in open application activity. make sure you provided the path correctly.

Yes have checked… i did wrong while providing file path in open application… it works now!!:slightly_smiling_face: Thank you!!