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

You 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=’6′ 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=’6′ />
D. <html app=’chrome.exe’ title=’ACME System 1 -Work Items’ /><webctrl tag=’TABLE’ />
<webctrl tag=’TD’ tableCol=’5′ tableRow=’2′ />

Answer: C

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments