Answers for UiPath Level 1 Lesson 7 Image and Text Automation quiz
How can you scrape a field on a Citrix Environment when the value in that field changes each transaction?
Ans : – Find a static element nearby and use Scrape Relative
Is Reset Clipping Region mandatory to be executed at the end of a scrape relative sequence?
Ans : – Yes, because Clipping Region is a shared resource.
Click Image and Click OCR Text are not 100% reliable in Citrix environments. What method can be used instead (when applicable) to have safer actions?
Ans : – Setting focus on a reliable element and then navigating around the app using keyboard (up/down arrows, tab, etc) or using keyboard shortcuts
Creating automations in a Citrix environment is challenging because:
Ans : – You don’t have direct access to UI elements.
– You need to interact with the app using Image Recognition or OCR.
Can the robot perform clicks alongside key modifiers (shift, ctrl, etc) in a Citrix environment?
Ans : – Yes
What method would be more reliable when clicking on a specific text label in an application running in a Citrix environment, given the fact that its font size might be easily changed?
Ans:- Using the Click OCR Text activity.
Consider having an application in Citrix Environment that has a button named ‘Accept’ and also a label that contains the Accept word. How can Click Text be customized in order to access the correct button?
Ans :- By using the Occurrence property.
Is it possible to click a button with Click Image Activity if the target is not visible on the screen?
Ans : – Yes, the robot can click an image even if it’s not visible on the screen
What activities can be used to interact with applications in a Citrix environment?
Ans:- Type Into
Click OCR Text
Click Image
Having an app in a Citrix environment with multiple text-boxes that look the same (size/style), how can you identify one of them to type into?
Ans :- You can’t identify it if it doesn’t have something unique next to it (text/image).
– By clicking relative to an unique text/image next to the textbox
Creating automation in a Citrix environment is challenging because:
Ans : -You need to interact with the app using only Image Recognition and OCR.
You don’t have direct access to UI elements.
You can use image/text automation outside of a Citrix enviroment?
Ans : -True
What does the “Accuracy” property describes in “Click Image” Activity?
Ans : -Minimum Similarities in [0..1] percentage units for an image to be returned as a match
Click Image and Click Text are not 100% reliable in Citrix environments. What method can be used instead (when applicable) to have safer actions?
Ans : – Setting focus on a reliable element and then navigating around the app using keyboard (up/down arrows, tab, etc) or using keyboard shortcuts.
By using Citrix Recorder, can you automatically record a set of actions in a virtual environment?
Ans : – No
What method do you need to use to extract the text font and color when automating in a Critrix Environment?
Ans : – It’s impossible to retrieve the text color from a Citrix environment
What is the best way to scrape a selectable text in a Citrix environment?
Ans : – Select the entire text and Copy
How can you improve accuracy when scraping with OCR a region that contains only digits?
Ans : – Use Google OCR with “Numbers Only”