UiPath Automation Developer Associate v1 — Question 35
Which of the following activities can be used to get the state of a button (enabled/disabled)?
Answer options
- A. Get Attribute
- B. Check App State
- C. Find Element
- D. Get Text
Correct answer: B
Explanation
The correct answer is B, as checking the application state allows you to determine the status of UI elements such as buttons. The other options, while useful for different purposes, do not directly provide the state of a button; for example, 'Get Attribute' retrieves specific attributes but not the overall state.