Exam UiARD All QuestionsBrowse all questions from this exam
Question 46

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 5-th element in the WIID column?

    Correct Answer: C

    To get the 5th element in the WIID column, it is necessary to correctly reference the table row and column in the selector. In this specific table, the WIID column is situated at the second position (tableCol='2'). Considering rows, including the header, the 5th element within this column corresponds to tableRow='6'. Consequently, employing the selector with tableCol='2' and tableRow='6' is appropriate for the desired outcome.

Discussion
IngvarnOption: C

Answer C

MirjalolOption: C

Given answer is correct

LarcAi_TrainingOption: C

The given answer is correct