東京IT青年前線
Uipath如何處理截圖
Uipath如何把畫面局部截圖貼到Excel里
使用Take Screenshot Activity

點擊Indicate on screen抓取你想要的圖片


在Take Screenshot Activity的返回值中定義一個image類型的變量

使用Invoke Method Activity將截取的圖片保存在剪貼板中


在Invoke Method 中設置參數

Target Type: System.windows.Forms.Clipboard
Method Name: SetImage

設置Parameters的入力參數


然后使用Excel Application Scope打開指定Excel選中單元格,使用Send Hotkey 粘貼Ctrl + V即可。

------------------------------------------------------------------

