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.
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.
Then when I reselect the company label I get this message
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).