@ericarias said in Getting consistent results with element seletors:
What is the best method to use to make sure that the elements are always found.
Just avoid using automatically generated selectors by BAS.
Hello. Why is it impossible to get an attribute of an element. When the command "examine an attribute of an element on a page" gives not a string with "href", but a string with the name of the user. When clicking on an element, it throws on the user's link.

@dmitry21 said in Why is it impossible to get an attribute of an element:
Hello. Why is it impossible to get an attribute of an element. When the command "examine an attribute of an element on a page" gives not a string with "href", but a string with the name of the user. When clicking on an element, it throws on the user's link.
Your selector does not point to a link,but to a nobr block, which we do not see.
@dmitry21 said in Why is it impossible to get an attribute of an element:
Thanks, but how to make the selector point to the code with the link?
Learn to write yourself. There's a lot of information online.