UiPath Automation Developer Associate v1 — Question 39
What is the accepted data type tor the Selector property of an activity?
Answer options
- A. System.String
- B. System.Xml.XmlElement
- C. System.Security.SecureString
- D. UiPath.Core.Selector
Correct answer: A
Explanation
The correct answer is A, System.String, because the Selector property expects a string representation of the UI element's selector. Options B and C are incorrect as they represent different data types not suitable for this property, while D refers to a class instead of the actual data type needed.