Free UiARD Exam Braindumps (page: 4)

Page 4 of 51

If a developer wants to use a variable of type UIElement to identify a button in a Click activity, which property must be manually configured during development?

  1. Element
  2. Selector
  3. ClippingRegion
  4. WaitForReady

Answer(s): C


Reference:

https://docs.uipath.com/activities/docs/click



During the development of a process, a certain label text must be retrieved. After retrieving the text, a button must be clicked and the following occurs:

1. The loading of the label text element takes longer than 30 seconds.
2. The loading of the button takes longer than 30 seconds.
3. The retrieving of the data or clicking the button must be tried until successful.

Based on UiPath best practices, what must the developer use to ensure that an error is thrown if the label text or the button element does not load?

  1. Use the Get Text activity with the default timeout and set the ContinueOnError property to "True". Use the Click activity in the Retry Scope activity.
  2. Use the Get Text activity with the default properties in a Retry Scope activity. Use the Click activity with the default properties in a Retry Scope activity.
  3. Modify the Get Text activity by increasing the timeout property. Use the Click activity to click the button with the default settings.
  4. Use the Get Text activity with the default timeout and set the WaitForReady property to "None" in a Retry Scope activity.
    Modify the Click activity by increasing the timeout property and set the ContinueOnError property to "True".

Answer(s): A



You have two variables, varA and varB, as shown in the following exhibit:


What is the output of the Write Line activity?

  1. 246246
  2. 123123246
  3. 246123123
  4. 123123123123

Answer(s): D



You want to automate a process on the https://acme-test.uipath.com/work-items web page. On this page, the following table is displayed:


You observe that the selector of the element highlighted in red is:

<html app='chrome.exe' title='ACME System 1 - Work Items' />
<webctrl tag='TABLE' />
<webctrl tag='TD' tableCol='2' tableRow='2' />

What is a valid selector to get the 5-th element in the WIID column?

  1. <html app='chrome.exe' title='ACME System 1 - Work Items' />
    <webctrl tag='TABLE' />
    <webctrl tag='TD' tableCol='6' tableRow='2' />
  2. <html app='chrome.exe' title='ACME System 1 - Work Items' />
    <webctrl tag='TABLE' />
    <webctrl tag='TD' tableCol='2' tableRow='5' />
  3. <html app='chrome.exe' title='ACME System 1 - Work Items' />
    <webctrl tag='TABLE' />
    <webctrl tag='TD' tableCol='2' tableRow='6' />
  4. <html app='chrome.exe' title='ACME System 1 - Work Items' />
    <webctrl tag='TABLE' />
    <webctrl tag='TD' tableCol='5' tableRow='2' />

Answer(s): C



Page 4 of 51



Post your Comments and Discuss UiPath UiARD exam with other Community members:

Hieu Le commented on June 27, 2023
Thank you, it's great!
VIET NAM
upvote