Level 1 training revamped Lesson 6 Practice 1 walkthrough

In the walkthrough there is an example of using an anchor base activity

Which tries to select data from the fake name generator website

https://www.fakenamegenerator.com/gen-random-br-us.php

To retrieve the company information (within an anchor base activity) you are asked to use a find element activity on the company label which should return the selector.

image

However the selector I am getting is (for the company label)

Which I’m concerned about because the idea I though was that we shouldn’t be using idx attributes.

If I click on the ‘Open in UiExplorer’ link within the selector editor (to try to adjust the selector I get the following message.

image

Then when I reselect the company label I get this message

image

Not sure what is going on here and why I am getting this idx attribute instead of the tag=“DT” (maybe the website has changed since the training material was written or if I’m doing something wrong).