Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam UiARD All Questions

View all questions & answers for the UiARD exam

Exam UiARD topic 2 question 25 discussion

Actual exam question from UiPath 's UiARD
Question #: 25
Topic #: 2
[All UiARD Questions]

A developer created a process which extracts text from an element on an HTML website using a Get Text activity. The developer observed that the text can only be successfully extracted when the attribute "innertext" updates or changes from "false" to "true". The target element can take up to 20 seconds to load.
Which activity should be used before the Get Text activity to ensure the target element text can be extracted?

  • A. Set Web Attribute
  • B. Delay
  • C. On Element Appear
  • D. Wait Attribute
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
espenjo
Highly Voted 1 year, 7 months ago
Selected Answer: D
UiPath.Core.Activities.WaitAttribute Waits for the value of a specified UI element attribute to be equal to a string. If you want to wait for a specific element to be enabled or not, please use this activity or the Get Attribute one, coupled with the aastate attribute, for example. Properties Input ⦁ Attribute - The name of the attribute to wait for. A predefined list of attributes is available as a drop-down list in the activity. This field supports only String variables. ⦁ AttributeValue - The expected value of the specified attribute. This field supports only String variables. ⦁ Element - The UI element that should contain the specified attribute. This field supports only UiElement variables. https://docs.uipath.com/activities/other/latest/user-guide/wait-attribute Answer is D
upvoted 5 times
...
ykw
Most Recent 4 months, 3 weeks ago
Selected Answer: D
Correct answer should be D
upvoted 1 times
...
phileraene
1 year, 3 months ago
Selected Answer: D
wait attribute. Delay is a fixed pause with impact on performance
upvoted 1 times
...
Mirjalol
1 year, 4 months ago
Selected Answer: D
"The developer observed that the text CAN ONLY BE SUCCESSFULL extracted when the attribute "innertext" updates or changes from "false" to "true" this is keyword
upvoted 2 times
...
Tharaka
1 year, 5 months ago
Selected Answer: D
Wait attribue
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...