UI Automation Flashcards
What is the purpose of the “Selection Screen” in UiPath Studio?
(Select 1)
- To display a list of activities that can be used to select elements.
- To provide a way to indicate elements using image recognition.
- To allow users to configure targeting options for an UI element.
- To provide a visual representation of the UI hierarchy.
- To allow users to configure targeting options for an UI element.
Which of the following are container activities?
Use Application/Browser
Open Application
Click
Get Text
Use Application/Browser
Open Application
ChromiumAPI is a…?
Targeting method
scraping method
Input method
Output method
Input method
What are the key features of ChromiumAPI?
It’s the fastest input method among all four input methods.
It doesn’t support hotkeys.
It can empty the field before typing.
It works in the background.
It can empty the field before typing.
It works in the background.
Which of the following actions/functions that aren’t background compatible?
Activities using image as targeting method.
Activities using Sendwindowmessage inputmethod.
Activities using fuzzy selector as targeting method.
Activities using Selector as targeting method.
Activities using image as targeting method.
Which input activity is used to select an item from a drop-down menu or list box?
Click activity
Type Into activity
Hover activity
Select Item activity
Select Item activity
Which of the following is a property of the Click activity in UiPath that allows you to select the type of click to perform?
Click Type
Input Mode
Target
Delay before
Click Type
Which of the following statements best describes the “Same as App/Browser” option in UiPath’s input activities?
It allows the user to simulate input in the same way as the application or browser is being automated.
It disables input activities for the application or browser being automated.
It provides a default selection of input activities for the application or browser being automated.
It allows the user to customize the input mode for the application or browser being automated.
It allows the user to simulate input in the same way as the application or browser is being automated.
What is the output method that supports extracting hidden text from UI elements?
FullText
Native
OCR
Full Text
Which output method allows you to extract the screen coordinates of words in addition to the text from a UI element?
Full Text
Native
OCR
Native and OCR
What is the “Textattribute” scraping method used for in UiPath’s Get Text activity?
Extracting the full text of an element including its child elements.
Extracting text using the element’s native properties.
Extracting text from a specified attribute of an element.
Trying all possible output methods to return a text.
Extracting text from a specified attribute of an element.
From the given options, identify the scraping wizard used in the modern design experience.
Screen Scraping
Data Scraping
APP/web Recorder
Table Extraction
Table Extraction
You are building an automation with Notepad. You want it to perform a UI action on a specific Notepad file. To indicate the required Notepad file to be opened, which property of Use Application/Browser activity do you need to configure?
Selector
Application arguments
Application path
Browser URL
Application Arguments
When using the App/Web Recorder in UiPath Studio with a “Use Application/Browser” activity selected, which of the following statements is true?
The recorder only captures actions performed within the targeted application or website, ignoring actions in other windows or applications.
The recorder automatically generates selectors for all elements within the targeted application or website, even if they are not interacted with during the recording session.
The recorder generates automation code based on the user’s interactions with the target application or website, which can be edited and customized as needed.
The recorder only captures actions performed within the targeted application or website, ignoring actions in other windows or applications.
Which of the following criteria are considered a best fit for automation?
Processes with Standard Input
Repetitive process
Processes that undergo frequent changes.
Rule-based
Multiple non-digital or manual actions are required in a volatile system environment.
Processes with Standard Input
Repetitive process
Rule-based
The workflow contains a Get Text Activity and the scraping method is set to Full text. While running the automation, the application is minimized. What’s the outcome of the Get Text Activity?
It extracts both the text and the text position.
The Get Text activity doesn’t allow you to select the scraping method.
It throws an error.
Extract the correct required text.
Extract the correct required text.
Which of the following statements are true about Switch Activity? (Select all that apply)
Uses a condition that isn’t boolean.
Useful only with two potential courses of action.
Useful when we need at least three potential sources of action.
Uses a condition that’s boolean in nature.
In the Case input field, quotation marks aren’t used to write strings.
Uses a condition that isn’t boolean.
Useful when we need at least three potential sources of action.
In the Case input field, quotation marks aren’t used to write strings.
Which of the below options are true for ‘Chromium API’?
(Select all that apply)
Execution speed is fastest in compared to Hardware events.
Hot key support.
100% compatible with all sort of the applications.
Works in the background.
Hot key support.
Works in the background.
By using table extraction wizard you have already scraped the structured data with the required configuration. Later you realized that you didn’t set a limit for the extraction. How can you solve that?
(Select all that apply)
Accessing the Editing Extract Data option in the context menu of Extract Table Data Activity.
Re-configure the table extraction wizard from start.
Edit the value in the properties panel of Extract Table Data Activity.
Use Data table/excel activities to alter the limit.
Accessing the Editing Extract Data option in the context menu of Extract Table Data Activity.
Edit the value in the properties panel of Extract Table Data Activity.
Which of the following actions gets captured automatically by the App/Web recorder.
Clicking Action
Typing text
Sending keyboard shortcuts using your keyboard
Copying text
Hovering over an element
Highlighting an element
Clicking Action
Typing text
Sending keyboard shortcuts using your keyboard
App/web recorder doesn’t support image targeting method.
True or False
False