UiPath Advanced RPA Developer (UiARD) — Question 16
What represents an example of tags and attributes identified by a partial selector?
Answer options
- A. <html app='chrome.exe' title-ACME System 1 - Log In' /> <webctrl tag='INPUT' type='email' />
- B. <wnd cls='ToolbarWindow32' /> <ctrl name='Delay' role='split button' />
- C. <wnd app='powerpnt.exe' cls='PPTFrameClass' title='Presentation2 - PowerPoint' /> <uia name='Title TextBox' role='textbox' />
- D. <wnd app='applicationframehost.exe' title='Calculator' /> <uia automationid='NumberPad' cls='NamedContainerAutomationPeer' name='Number pad' /> <uia automationid='num8Button' cls='Button' name='Eight' />
Correct answer: D
Explanation
Option D is correct as it demonstrates various tags and attributes that can be identified by a partial selector in UI automation. The other options do not provide the same level of detail or complexity in their tags and attributes as required for identification by a partial selector.