UiPath Advanced RPA Developer (UiARD) — Question 36
What represents an example of a full selector?
Answer options
- A. <webctrl parented='slide-list-container' tag='A' aaname='Details' class=’btn-dwnl' />
- B. <wnd ctrlname='textBoxPeopleFirstName' /> <ctrl name='First: ' role='editable text' />
- C. <wnd app='thecrm.exe' ctrlname='Form2' /> <wnd ctrlname='tabControl1' />
- D. <webctrl parentid='slide-list-container' tag='A' aaname='Details' class='btn-dwnl'/> <webctrl parentid='hub-sidebar-content' tag='SPAN' />
Correct answer: C
Explanation
Option C is correct because it includes the application name and multiple control identifiers, making it a complete selector for identifying elements within the UI. The other options either lack the necessary detail or mix elements in a way that does not represent a full selector.