Exit UIPATH-ARDV1 UiPath Advanced RPA Developer v1.0 (UiARD)
Question 1 of 5
0% complete
Q1 Single choice

st.uipath.com/work-items webYou want to automate a process on the https://acme-test.uipath.com/work-items web page.

On this page, the following table is displayed:

You observe that the selector of the element highlighted in red is:

<html app='chrome.exe' title='ACME System 1-Work Items' />
<webctrl tag='TABLE' />
<webctrl tag='TD' tableCol='2' tableRow='2' />

What is a valid selector to get the 5-th element in the WIID column?

  • A

    <html app='chrome.exe' title='ACME System 1 - Work Items' />
    <webctrl tag='TABLE' />
    <webctrl tag='TD' tableCol='4' tableRow='2' />

  • B

    <html app='chrome.exe' title='ACME System 1 - Work Items' />
    <webctrl tag='TABLE' />
    <webctrl tag='TD' tableCol='2' tableRow='5' />

  • C

    <html app='chrome.exe' title='ACME System 1 - Work Items' />
    <webctrl tag='TABLE' />
    <webctrl tag='TD' tableCol='2' tableRow='4' />

  • D

    <html app='chrome.exe' title='ACME System 1 - Work Items' />
    <webctrl tag='TABLE' />
    <webctrl tag='TD' tableCol='5' tableRow='2' />

Previous Next