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 TextBy 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?
OCRFullText(X)
Native
What is the best method to extract white text written on blue background in a desktop app?
By using the FullText methodBy 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?
OCRFullText
None of the options(X)
Native
Can the robot be programmed to ignore taking hidden information while using the Full Text method?
YesNo
The downsides of using the Default input method are:
Low speedThe 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 wizardGet 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
沒有留言:
張貼留言