Hi all,
Anyone know how to take screenshot with full screen(including taskbar)?
I found the solution for UiPath studio but not found for studio X.
Thank you.
Hi all,
Anyone know how to take screenshot with full screen(including taskbar)?
I found the solution for UiPath studio but not found for studio X.
Thank you.
Hey,
You can use âtake screenshotâ activity but please use selector instead fuzzy selector and mark explorer.exe area.
Please try below steps , It has worked for me
1 . Use Modern Activities
2 . Add a new workflow, and use call Take Screenshot (from Modern activities)
3 . Call that new workflow into the Main.xaml file .
You will be able to take screenshot for whole screen including task bar.
donât add any selector and should work (donât indicate anything to the take screenshot activity)
I confirm - itâs working.
Using âTake Screenshotâ and Simulating Full-Screen Mode
Add âUse Application/Browserâ Activity
Select your desktop or any open application.
Add âSend Hotkeyâ Activity
Key: Win + Shift + S
(Opens Windows Snipping Tool).
This lets you manually select Full Screen to capture everything, including the taskbar.
Use âTake Screenshotâ Activity
Select the entire screen as the region.
The default Take Screenshot activity may not include the taskbar.
To ensure this, try using Alt + Print Screen
inside a Send Hotkey activity.
Save the Screenshot
Use the Save Image activity to store the screenshot in a specified location.