UIpath习题总结篇 - Lesson 7 - Image and Text Automation

Lesson 7 - Image and Text Automation

Citrix

Single choice

(76)  How can you scrape a field on a Citrix Environment when the value in that field changes each transaction?

          Find a static element nearby and use Scrape Relative(√)

          It's impossible because you cannot locate the element

Single choice

(77)  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?

        By using the Occurrence property. (√)

        By checking the element’s attributes.

        It can’t be done, having to click on a text that is duplicated can’t be controlled.

Single choice

(78)  Can the robot perform clicks alongside key modifiers (Shift, Ctrl etc) in a Citrix environment?

          Yes (√) No

Multiple Choice

(79)  Creating automation in a Citrix environment is challenging because:

          You need to interact with the app using only Image Recognition and OCR. (√)

          Selectors are hard to create for virtual environments.

          You don’t have direct access to UI elements. (√)

Citrix Recorder

Single choice

(80)  By using Citrix Recorder, can you automatically record a set of actions in a virtual environment?

          Yes  No(√)

Google OCR

Single choice

(81)  How can you improve accuracy when scraping with OCR a region that contains only digits?       

          Use Google OCR with “Numbers Only” (√)

          Use Get Text for the field in the Citrix Window

          Make sure the background is dark

Activity

Click Image

Single choice

(82)  What does the "Accuracy" property describes in "Click Image" Activity?

      Percent unit (0, 100] of the minimum similarity between the image found and the image you are searching for

    “Click Image” does not have such a property

    Minimum Similarities in [0..1] percentage units for an image to be returned as a match(√)

Click OCR Text activity

Single choice

(83)  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?

          Using the Click Image activity.

          It can’t be done if its size fluctuates.

          Using the Click OCR Text activity. (√)

Clipping Region

Single choice

(84)  Is Reset Clipping Region mandatory to be executed at the end of a scrape relative sequence?

          Yes, because Clipping Region is a shared resource. (√)

          No, for the next actions we can use other Clipping Regions.

你可能感兴趣的:(UIpath习题总结篇 - Lesson 7 - Image and Text Automation)