Object Repository Flashcards
What are the benefits of using Object Repository?
Choose all of the options that apply
Quickly capture elements you need in your automation with the Capture Elements wizard.
UI elements across the project are managed, updated, and modified from a centralized place.
Downgrade application and process UI elements in one go with UI libraries.
Objects are reusable in local project or across projects when packaged as libraries.
Quickly capture elements you need in your automation with the Capture Elements wizard.
UI elements across the project are managed, updated, and modified from a centralized place.
Objects are reusable in local project or across projects when packaged as libraries.
Which of the following UI Element targeting methods can be used in UI Element descriptors?
Choose all of the options that apply
Strict Selector
Fuzzy Selector
Image
Anchor
Local Path
Strict Selector
Fuzzy Selector
Image
Anchor
What type of project would you ideally create if you want to share a set of Descriptors with your team?
Choose one of the options below
Process
Library
Template
Test Automation
Library
What technology does the recorder use to capture elements?
Choose one of the options below
Unified Target technology
Unified Source technology
None
Unified Target technology
When you drag and drop an element or screen from the Object Repository, the object’s image, arguments, and other details are automatically added to the activity.
True/False
True
What option would you use to import a UI Library as a dependency in your Process type project?
Choose one of the options below
Manage Packages
UI Explorer
Publish
Project Settings
Manage Packages
What are your options for pairing imported elements with UI Automation activities?
Choose all the options that apply
- Dragging an element from the Object Repository to the Designer panel and selecting a recommended activity from the Command Palette
- Adding a Modern UI Automation activity to the Designer panel and dragging an element on top of it
- Adding a Modern UI Automation activity to the Designer panel and clicking Indicate target on screen
- Adding a Classic UI Automation activity to the Designer panel and dragging an element on top of it
- Adding a Classic UI Automation activity to the Designer panel and clicking Indicate target on screen
Dragging an element from the Object Repository to the Designer panel and selecting a recommended activity from the Command Palette
Adding a Modern UI Automation activity to the Designer panel and dragging an element on top of it
You want to update the Descriptors for five UI Elements already present in a UI Library. You plan to use the new version of the Library to update several projects.
How would you capture the new versions of the Descriptors using the Object Repository?
Choose one of the options below
- Click Capture Elements in the Object Repository and record the new versions of the UI Elements
- Right-click the UI Elements in the Object Repository, select Edit Descriptor and recapture or edit the Descriptors
- Capture the new UI Elements in a Modern UI activity and click Add to Object Repository
- Right-click the UI Elements in the Object Repository, select Edit Descriptor and recapture or edit the Descriptors
You have just updated a UI Library dependency in a Process type project. The new version of the Library contains updates on elements which are already used in activities in your project.
True or false: Now you need to manually update the activities which were paired with the old versions of the elements.
Choose one of the options below
False
Which of the following targeting methods would you most likely enable when building a Descriptor with a variable tied to a given identifier for the name attribute?
Choose one of the options below
Strict Selector
Fuzzy Selector
Image
Strict Selector
True or false: When pairing an element which contains a Descriptor with a variable to a UI Interaction activity, the variable is automatically declared in your project.
Choose one of the options below
True
False
False
True or False: We can extract target elements from a project built using Classic UI Activities.
Choose one of the options below
True
False
False
What is the next step after adding all the desired elements in the Object Repository from a process type project?
Choose one of the options below
Click Publish
Save as Template
Click Extract as UI Library Project and Publish the Library
Click Publish
The Object Repository …
Choose one of the options below
is a persistent data storage service bringing powerful no-code data modeling and storage capabilities to your Robotic Process Automation (RPA) projects.
can load assets, queues, processes, and entities, provided that the Robot is connected to Orchestrator.
offers a way for business users to handle actionable items and provide business inputs to Robots.
ensures the management, reusability, and reliability of UI elements by capturing them as objects in a repository, sharable across projects.
Ensures the management, reusability, and reliability of UI elements by capturing them as objects in a repository, sharable across projects.
You are developing a Process type project using an UI Library which contains variables in Descriptors. You’ve paired an element containing a dynamic selector with a UI Activity and got a validation error.
Which of the following options can help you identify the name of the undeclared variable?
Choose one of the options below
- Check the Properties panel for the Activity
- Check the Variables panel
- Check the Project panel
- Run the process in Debug mode
- Check the Properties panel for the Activity