@zzVovan said in Can BAS get MAC address?:
getmac /v /fo listHi everyone,
like title, is there any way to get client's MAC in BAS or Node.js?
1e535841-4801-46ec-a334-a81f052f7b16-изображение.png
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.