My job failed in orchestrator while the remote desktop is sign out. However, the process is successfully run when the remote desktop is signed in (When the screen is on).
PS: The robot setting > login to console is set to no
The error faced by the project
When click activity. The exception details show :
Timeout reached
*I didn’t edit the properties of the click activity, even though the stimulate click. The stimulate click is default. ( I didn’t make it true or false)
*Not sure whether it’s because of the stimulate click, but I saw online someone said it doesn’t affect it.
2.Take screenshot error :
Take Screenshot: System.ComponentModel.Win32Exception (0x80004005): The handle is invalid at System.Drawing.Graphics.CopyFromScreen(Int32 sourceX, Int32 sourceY, Int32 destinationX, Int32 destinationY, Size blockRegionSize, CopyPixelOperation copyPixelOperation) at System.Drawing.Graphics.CopyFromScreen(Point upperLeftSource, Point upperLeftDestination, Size blockRegionSize, CopyPixelOperation copyPixelOperation) at UiPath.Vision.UiImage.FromScreenRegion(Rectangle region) at UiPath.Core.Image…ctor(Region screenRegion)
Wanted to ask is it possible that a selector can work in Studio and UiPath Assistant, but it are not abele to detect when run through the orchestrator.
If it is possible, then maybe it’s because of the selector as
“Click with “Simulate” is not supported for this element. Please use other input method.”
is shown when I enabled the stimulate click.
As previously, before I enabled the stimulate click