Quiz: UI Interactions
Data scraping extracts structured data from... A. Apps B. Browser C. Documents
All
Which of the following output activities extracts the hidden text from a UI element? A. Get visible text. B. Get full text C. Get OCR Text
B
Which of the following are input actions? A. Get Text B. Click C. Type Into D. Send hotkey
B C D
Which activity can be used to write the content of a DataTable into a String? A. Generate Data Table B. Clear Data Table C. Output Data Table
C
Which of the following activities has a Boolean variable as the output? A. Element Exists B. On Element Appears C. Find Element
A
Typical uses of RegEx include: A. Input validation B. Data Scraping C. String Manipulation D. Debugging E. String Parsing F. Interact with UI Elements
A B C E
What happens when a Find Element activity does not find the desired element within the set Timeout property? A. The activity returns a False value in a Boolean Variable. B. The next activity is executed. C. The activity throws an exception and stops the execution.
C
In which panel can you see the results of the Log Message or Write Line activities? A. Activities B. Properties C. Project D. Outline E. Output
E