I am new to UiPath, presently working with Screen Scrapping I have spyed the field on one system and everything is working fine when I move the same xaml to other system the process is not able to spy the fields and giving the errors as shown below
I notice that, the url you are passing that is not a web page
you have saved that oage locally on old system, which is not available in another system
“C:\users\….jpg”
this file is not accessible from new system
that’s why this issue is coming
The page is on the local machine, I have changed the path dynamically on the system on which the process is running.
The file exists on the specified path when tried to open the same with the local instances works fine but when tried to open the xaml from other system facing I am facing the above mentioned issue.
Hey Aditya can you just do me favor\help, can u just provide a screen scrapping example which reads data from a image, the image will opened in a browser and showing in a message box and that which works fine on all systems.