Message: Type activity verification failed.
Expected text: “Gwendolin”.
Actual result: “”.
Exception Type: UiPath.UIAutomationNext.Exceptions.VerifyActivityExecutionException
Message: Type activity verification failed.
Expected text: “Gwendolin”.
Actual result: “”.
Exception Type: UiPath.UIAutomationNext.Exceptions.VerifyActivityExecutionException
You have your Type Into activity set to verify that the correct value is typed in, and it’s telling you that the correct value has not been typed in.
This means the Verify / Check App State / Get Text step did not find the expected text on the UI. Your activity expected: “Gwendolin”. Actual result: “”. So UiPath did not read any text from that element at runtime.
Common ressons:
Please check below points:
Happy automating!
Regards,
Dhruba