How to take screenshot with full screen (including taskbar)

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.

@Jason_Wu

Welcome to forums

Check below thread for your reference

Hope this will help you

Thanks

Hey,
You can use ‘take screenshot’ activity but please use selector instead fuzzy selector and mark explorer.exe area.




And I attached the project files:
NewBlankTask10.zip (54.7 KB)

1 Like

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)

1 Like

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.