UiARD Exam QuestionsBrowse all questions from this exam

UiARD 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?

Show Answer
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

3 comments
Sign in to comment
LarcAi_TrainingOption: C
May 23, 2024

The given answer is correct

MirjalolOption: C
Jul 17, 2024

Given answer is correct

IngvarnOption: C
Nov 22, 2024

Answer C