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 15 discussion

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

A developer plans to create a process to automate a web application. The web application requires HTML buttons and text boxes to be loaded. Although some assets may still be loading, the robot should perform the UI actions once the buttons and text boxes are loaded.
Which property should be configured?

  • A. TimeoutMS = 10000
  • B. WaitForReady = Complete
  • C. TimeoutMS = Int32.MaxValue
  • D. WaitForReady = Interactive
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
phileraene
1 year, 3 months ago
Selected Answer: D
Answer is Interactive. We are waiting for HTML buttons and textboxes to be loaded, not entire website
upvoted 1 times
...
robert_lovasz
1 year, 4 months ago
Selected Answer: D
The question would be only interesting if you have to pick from WaitForReady=None OR WaitForReady=Interactive, since "None" is not an option... no question it's D
upvoted 1 times
...
Mirjalol
1 year, 4 months ago
Selected Answer: D
Answer is Interactive. We are waiting for HTML buttons and textboxes to be loaded, not entire website
upvoted 1 times
...
Engineer24
1 year, 7 months ago
Selected Answer: D
Sorry is D here.
upvoted 2 times
...
Engineer24
1 year, 7 months ago
The Correct Answer is B. WaitforReady - Before performing the actions, wait for th target to become ready. The following options are available: -> None - does not wait for the target to be ready; -> Interactive - waits until only a part of the app is loaded; -> Complete - waits for the entire app to be loaded.
upvoted 3 times
...
PunitB
1 year, 7 months ago
Selected Answer: D
None: The activity does not wait for any readiness level and executes immediately. Interactive: The activity waits for the web page to finish loading and become interactive before executing the UI actions. Complete: The activity waits for the web page to finish loading completely before executing the UI actions. WaitForReadyTimeout: The activity waits for the specified time interval before executing the UI actions, regardless of the readiness level of the web page.
upvoted 4 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 ...