it is working now
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.

-
@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.