Page 1 of 1

You want to automate a process on the https://acme-test.uipath.com/work-items web page. On this page, the following tabl

Posted: Wed Mar 15, 2023 5:19 am
by answerhappygod
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 4-th element in the WIID column?
You Want To Aut 1
You Want To Aut 1 (92.66 KiB) Viewed 34 times
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' />