K_K
(K K)
March 11, 2022, 4:06pm
#1
Hi, Can anyone help me? I am using Community Edition.
Ya tht perticular activity works in unattended mode too
@K_K
If in case it’s not working for you refer link below
Why does the "Take Screenshot" activity work flawlessly in the Attended mode but fails when run Unattended?
The "Take Screenshot" activity works as expected in the Attended mode but flaws in the Unattended mode, such that the captured screenshot returns a null value. One of the scenario where this occurs is when the Server manager popup starts up each time during the log-on. Disabling the same would help us resolve this issue. Here are the steps required to achieve the same:
Launch the Serv…
Gokul001
(Gokul Balaji)
March 12, 2022, 8:40am
#3
HI @K_K
Have a look on the Thread
I tried to run minimize the screen but take screenshot activity did not capture any process.
And also look into @nikhil.girish Suggestion
Regards
Gokul
Hi
Take screenshot activity can work in both attended and unattended mode
It will work for sure even if you haven’t indicated any screen
In that case it just take the screenshot of the screen present at that moment
And have it as a img object
The main place where we fail is Saving that image
Usually many will just use take screenshot activity and won’t use save image activity where we need to pass the image object obtained from take screenshot activity
And also mention the file path with .png as extension to save the file
Hope this help you resolve this
Cheers @K_K
K_K
(K K)
March 14, 2022, 3:49pm
#5
Hi Palaniyappan,
Take screenshot activity is not working in unattended mode. Could please help me to slove.
If i use save image am getting error.
1 Like
So now the issue is with save image
Can you share the filepath that you have used in your process
Make sure that the folder path is valid and correct and file should be with file extension .png
Cheers @K_K
Hmm
In save image activity mention the complete folder path not the relative path
Cheers @K_K
K_K
(K K)
March 14, 2022, 4:28pm
#9
This is from orchestrator
Gokul001
(Gokul Balaji)
March 15, 2022, 4:32am
#10
Hi @K_K
Have a look on the XAML file to save image dynamically to folder
Take Screenshot.xaml (4.9 KB)
Regards
Gokul
K_K
(K K)
March 15, 2022, 1:14pm
#11
Hi,
SaveImage Activity is working fine in attended mode. In unattended mode it shows Object Reference not set
Gokul001
(Gokul Balaji)
March 15, 2022, 1:16pm
#12
HI @K_K
Have a look on the thread
Why does the "Take Screenshot" activity work flawlessly in the Attended mode but fails when run Unattended?
The "Take Screenshot" activity works as expected in the Attended mode but flaws in the Unattended mode, such that the captured screenshot returns a null value. One of the scenario where this occurs is when the Server manager popup starts up each time during the log-on. Disabling the same would help us resolve this issue. Here are the steps required to achieve the same:
Launch the Serv…
Regards
Gokul
K_K
(K K)
March 15, 2022, 1:22pm
#13
Hi Gokul,
I will try this and Let you know. Thank you