總網頁瀏覽量

星期二, 8月 21, 2018

UiPath RPA Academy "Lesson 4 – Recording" 之學習心得 PART4

Lesson 4 – Recording


Recording有分四種:

  • Basic
  • Desktop是一個相對Basic複雜的,當perform多於一個action推薦使用。
  • Web是特別給browsers和web apps,
  • Citrix是為了virtual machines(Ex. VNC, Citrix)



Recorder

(停止recording,按escape,再按一次儲存。)
Empty Field box: 可以讓文字不會重複在先前的文字下面一直打下去

  • Recordable的項目有LEFT clicks on, text typing
  • Non-Recordable的項目包含鍵盤按鈕, mouse hover等。

AttachWindow container是為了確認要執行哪一項目,如果沒有設定會跑topmost window
Clicking只會取format item, 所以可以先利用F2選取自己要的項目

Manual recording

指把UiPath不能record的項目以手動方式record
Selector是用在如果找步道東西,或是要指定東西時可以使用。一定要注意是否選用正確。

Web

當UiPath無法判斷他是數字時,可以在前面加入0+。
轉換成string用”XXX.ToString”



When is it recommended to use Desktop recording?

When you automate Web pages
When you automate Citrix Applications
When you automate one step
When you automate more steps in the same window

What type of container will Web Recording generate?

Attach Window
Attach Browser
Excel Application Scope
No container

What type of container will Basic Recording generate?

No container
Attach Browser
Attach Window
Excel Application Scope

Which of the following is a selector of an Attach Browser container activity?

<html app='chrome.exe' title='Google' /> <webctrl id='lst-ib' tag='INPUT' />
<html app='chrome.exe' title='Google' />
<webctrl id='lst-ib' tag='INPUT' />
<wnd app='uistudio.exe' cls='HwndWrapper*' title='UiPath Studio - test123' />

What recording wizard would you use to generate partial selectors?

Basic Recording(X)
Desktop Recording
Web Recording
Citrix Recording

Can you combine automatic recording with step-by-step recording in the same recording sequence?

No
Yes

What recording wizard would you use to automate UI interactions in an application that does not offer support for selectors?

Basic Recording
Citrix Recording
Desktop Recording(X)
Web Recording

What recording wizard would you use to automate Virtual Machine actions?

Desktop Recording
Basic Recording
Citrix Recording
Web Recording

How can you delay the Automatic Recording?

By hitting the Escape key
By hitting the F2 key
By clicking in the right corner of the screen
By right clicking

What recording profiles are available in UiPath Studio?

Click, Check, Type Into and Select Item
Automatic recording and Step by Step recording
Basic, Desktop, Web, Citrix

SHARE AND LIKE IF IT HELPS

沒有留言:

張貼留言

Related Posts Plugin for WordPress, Blogger...