Could not find the UI element in orchestrator

I have deployed a code in the orchestrator.Aftr deployment .It didnot clicked on the upload button in the SharePoint and shows the below error


But when I ran the code through assistant or from the production environment it ran successfully.
Is thier any method to

@Cuberoot

Few things here

  1. Try to use tag attribute and remove class from the selector…Also htmlwindow can be removed
  2. Is the robot installed in service mode?
  3. Is login to console enabled and set to false?
  4. Do you have a screenshot from bot? If yes is the button out of screens bounds?
  5. What kind of click is being used…did you try simulate? And with wait for ready as complete

Cheers

I have faced a new issue: Code ran successfully from the orchestrator, but I need to open the production environment. How tor resolve it?
TIA

@Cuberoot

I dint gwt you when you say you need to open from production?

If its a different orchestrator migrate the code to it and then run

Cheers

when i ran a code a code from orchestrator,I need to open a machine where code save files

@Cuberoot

So basically you need to connect to a citrix machine from the bot vm?

Cheers