Exam UiRPA All QuestionsBrowse all questions from this exam
Question 50

By default, in which activity can a developer add a UI activity that has a full selector?

    Correct Answer: C

    A Sequence activity is a general-purpose container used in workflows. It allows developers to add activities including UI activities with full selectors. Full selectors contain all the elements and attributes needed to identify UI elements uniquely across different applications and web browsers. In contrast, containers like Open Application, Attach Window, and Attach Browser are typically used to work with partial selectors as they manage an application or window context.

Discussion
AutomationMasterOption: C

I doubt the option as B because Attach window, Attach browser and Open Application are containers which are used to enclose the activities related to the Partial selectors. So correct option should be C i.e Sequence.