Exam UiARD All QuestionsBrowse all questions from this exam
Question 96

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:

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

    Correct Answer: C

    To retrieve the 4th element in the WIID column, we need to specify the correct table row and column in the selector. The WIID column is the 2nd column in the table. The element highlighted in red is currently in the second row of the WIID column. Therefore, to get the fourth element in the same column, the column index remains 2 and the row index should be 4. So, the valid selector is the one that specifies 'tableCol=2' and 'tableRow=4'.

Discussion
Engineer24Option: B

The given answer is correct !

LarcAi_TrainingOption: B

The given answer is correct

bhaskar5a5Option: B

Ans : B

MirjalolOption: B

B baby!