Lesson 5 - Advanced UI Interaction
input method
default
Multiple Choice
(56) The downsides of using the Default input method are:
The condition that the application must be active (√)
The condition that the application must be running in background.
Low speed (√)
Output or Screen Scraping Methods
OCR method (optical character recognition)
Single choice
(57) The main advantage of the OCR method is:
It works even if the application is running in the background.
It works onevery application even if it’s running in a virtual environment. (√)
It’s fast.
FullText method
Multiple Choice
(58) The most important advantages of the FullText method are:
It works in Citrix environments.
It's fast. (√)
It works in the background. (√)
It'saccurate. (√)
Single choice
(59) What is the best method to extract white text written on blue background in a desktopapp?
By using the Google OCR engine
By using the FullText method (√)
Byusing the Google OCR engine with Invert flag
By using the Microsoft OCR engine
Single choice
(60) Can the robot be programmed to ignore taking hidden information while using the FullText method?
No Yes (√)
Multiple Choice
(61) By usingthe Full Text scraping method, the robot is able to:
Get hiddeninformation
Get editabletext (√)
Get theentire visible text (√)
Getfont information (size, colour).
Native method
get text position
Web scraping
Data Scraping
Multiple Choice
(62) What is the Data Scraping wizard for?
Automating interactions with web pages
Extracting text from one UI element
Extractingcorrelated data from the web or other applications (√)
Extracting whole tables from the web or other applications(√)
Single choice
(63) What would be the best method to retrieve results from multiple Google pages?
DataScraping, because it can operate with structured data and return a data table.(√)
Screen scraping by using the FullText method because it retrieves the entire text.
Native,because it works in the background.
Single choice
(64) What is the best activity for scraping tables from a web page?
Get Visible Text
Data scraping wizard (√)
Get OCR Text
UI ELEMENTS
About UI Elements
参考链接:https://studio.uipath.com/docs/about-ui-elements
UI Activities Properties
Input Methods
参考链接:https://studio.uipath.com/docs/input-methods
Input Actions
Clicks Text typing Keyboard shortcuts Right-clicks Mousehover Clipboard actions Etc.
Example of Using Input Methods
参考链接:https://studio.uipath.com/docs/example-of-using-input-methods
Output or Screen Scraping Methods
Output Actions
Getting text Finding elements and images Clipboard actions Etc.
Examples of Using Output or Screen Scraping Methods
Generating Tables from Unstructured Data
网友评论