總網頁瀏覽量

星期五, 8月 24, 2018

UiPath RPA Academy "Lesson 5 - Advanced UI Interaction Introduction" 之學習心得 PART5

Lesson 5 - Advanced UI Interaction Introduction


走心走心!!最近對事務所的所有GMAT、UiPath好著迷。
感觸感觸!!不要留念過去,因為它是阻擋你前進的動力。








Input methods: robot take some direct actions on automating. 

Make application do something (Ex. Clicks, Text typing, Keyboard shortcuts等)

  • Default: works every time 缺點speed(和人類的操作相同)
  • Window Messages: 最後才試這個, slowest + lower case
  • Simulate Type/Click: 先用這個,fastest; 無法使用keyboard text


Output methods: get info out of the app into UIPath, not recoradable.

Screen scraping: extracting text from running apps, even if they are hidden or covered by another app. (https://www.uipath.com/kb-articles/how-to-use-screen-scraping-the-basics)
  • FullText: Fast, accurate, work in the background. 可以隱藏hidden text.
  • Native: extract word
  • OCR: not 100%, 最後方案。圖像辨識所以部會那麼準
註:

  • MS Office專門給larger Images. 
  • Google Engines給比較小的. 
  • Invert option: black and white.


Web Scraping: scrape structure data(info that follow certain pattern).




The main advantage of the OCR method is:

It’s fast.
It works on every application even if it’s running in a virtual environment.
It works even if the application is running in the background.

How can you extract white text written on blue background in Citrix?

By using Get Text
By using the Native Method
By using FullText method
By using the Microsoft OCR engine invert property

Which of the following text scraping methods preserve the text position?

OCR
FullText(X)
Native

What is the best method to extract white text written on blue background in a desktop app?

By using the FullText method
By using the Microsoft OCR engine
By using the Google OCR engine
By using the Google OCR engine with Invert flag(X)

What is the slowest method of reading text?

OCR
FullText
None of the options(X)
Native

Can the robot be programmed to ignore taking hidden information while using the Full Text method?

Yes
No

The downsides of using the Default input method are:

Low speed
The condition that the application must be running in background.
The condition that the application must be active

What is the best activity for scraping tables from a web page?

Data scraping wizard
Get OCR Text
Get Visible Text
註:真心推,真的超級好用!!!

What would be the best method to retrieve results from multiple Google pages?

Screen scraping by using the FullText method because it retrieves the entire text.
Data Scraping, because it can operate with structured data and return a data table.
Native, because it works in the background.
註:真心推,真的超級好用!!! x2

What is Attach Window used for?

Specifies that you want to automate in background.
Identifying the window you are working with.
Specifies that you are working with a browser.
Specifies that you are working with a Java window.

SHARE AND LIKE IF IT HELPS

沒有留言:

張貼留言

Related Posts Plugin for WordPress, Blogger...