UiPath RPA Associate (UiRPA) — Question 60
A developer uses a Click activity to interact with a UI element. If the defaults remain for the Timeout (milliseconds) property and the Activity Project Settings, how long will a robot attempt to find a UI element?
Answer options
- A. 10000 milliseconds
- B. 30000 milliseconds
- C. 60000 milliseconds
- D. Indefinitely
Correct answer: B
Explanation
The correct answer is B, as the default timeout for finding a UI element in a Click activity is typically set to 30 seconds (30000 milliseconds). Options A and C represent shorter and longer timeouts than the default, while D indicates an indefinite search, which does not align with the default settings.