idanp
(Idan Pakciarz)
December 26, 2019, 9:07am
1
Hi,
I’ve Unattended Bot located on remote desktop.
Flow is very simple:
Open browser with specific URL
Login
Navigate
Capture print screen
Send email with attachment
It works perfect when screen is open, but when screen is closed it fails at step 2 with error:
Type Into ‘INPUT username’: Timeout reached.
1 Like
mukeshkala
(Mukesh Kala)
December 26, 2019, 9:10am
2
Hi @idanp ,
Welcome to the Community.
Please Update the Input type of Username to Simulate click.
idanp
(Idan Pakciarz)
December 26, 2019, 9:23am
3
Thanks! it solved the issue with the fields.
Now i have same issue with step 3 - navigate is done by clicking on an image
mukeshkala
(Mukesh Kala)
December 26, 2019, 9:35am
4
Hi @idanp ,
Why are you not using the selectors here ?
For Image you can use the Below setting (Send Window Message : Checked )
–
Mukesh
idanp
(Idan Pakciarz)
December 26, 2019, 9:46am
5
The Send Window Message is checked:
idanp
(Idan Pakciarz)
December 26, 2019, 10:09am
6
I used Navigate To activity to solve this issue, but now i fail on step 4 - Take Screenshot.
error:
Take Screenshot ‘DIV’: Cannot find the UI element corresponding to this selector:
idanp
(Idan Pakciarz)
December 26, 2019, 11:43am
8
@mukeshkala
Thanks for your help.
The Take Screenshot works good, the issue is only when the bot remote machine is closed/minimized…
idanp
(Idan Pakciarz)
December 26, 2019, 2:23pm
9
This is the error I get now:
Save Image: Object reference not set to an instance of an object.
only when the bot remote machine is closed/minimized
RajaniG
December 27, 2019, 3:53am
10
hello idanp,
When minimized you can make it work if you have below settings on local machine
The UiPath Documentation Portal - the home of all our valuable information. Find here everything you need to guide you in your automation journey in the UiPath ecosystem, from complex installation guides to quick tutorials, to practical business...
When RDP is disconnected,please see the below post
Hi @RajaniG
Orchestrator CE can work fully unattended as well, but only if you install your unattended robot via the MSI installer.
To make it work:
Install Robot on the target machine via the MSI installer
Connect that Robot to your Orchestrator CE using your 1 available unattended license
That’s it, Orchestrator CE can now communicate and RDP into your machine even if you have all users logged out.
By default, the standard Studio CE EXE installer only allows running an unattended proces…
system
(system)
Closed
December 30, 2019, 3:53am
11
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.