@ptt-bds Cho những thứ bạn muốn thực hiện khi ALL PROJECT lỗi, ví dụ như ghi ra log, ghi ra tệp, gửi thông báo, quay lại bước nào đó...
Vì khi một trong những hành động trong ALL PROJECT lỗi nó sẽ nhảy xuống chỗ này.
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.