Hi Team,
Bot is not working as expected from orchestrator. But it’s working fine from system tray.
I have changed the Robot resolution according to the server(Added height,width and depth).
But it’s not working for image click or find image activity.
Please suggest.
Sir,
I have deployed the code in production 2 month back and that time I observed bot was running from system tray but it was not running from orchestrator .I have added height,width and depth in Orchestrator Robot and it worked.But from last week onwards bot is not working as expected in prod server as well as in Test server also,where ever image click was used,bot is throwing expection like image not found
can you check the robot - Login to console is false?
pls create a test process only with screenshot activity → save and verify the resolution of the image is same as resolution set for the robot.
@Priyambada_Panda - image activities not working in unattended robot could be a image resolution related issue… pls follow below steps to identify the issue…
Create a new process -
create ImageResource folder in your project
save all images which are referring in uipath activities like - image click image /exists related activity (pls download/save those images from your application web page)
-keep/rename the file name based on activities like - login_click_acn.png or sear_click_acn.png ( it will help you for easy file image management)
→ open browser activity → pass the application url - inside sequence →
use Load Image activity → pass the filename ex - login_click_acn.png and output as img_login_click
Image Exists activity → input to image property as img_login_click variable… output as isImageExists
do a log → variable isImageExists
add if activity and condition as → isImageExists
true section →
log message as true
Click Image activity → input to image property as img_login_click variable… and set click, accuracy
false section → - log message as false
close the browser
verify it in local
once verification complete - publish and deploy to orchestrator
execute the job in unattended robot and verify the logs
Sir,
I have the below doubt.
In Prod environment ,the resolution is 1024/768.
But the Robot Resolution is 1366/768 and login to console disabled.and now in prod Bot is working as Expected.Is the bot taking default resolution of prod Environment?