Get attribute value
This button allows you to get the attribute value from the element you put here and you need to fill in the attribute name for which you want to get the value, set the Output Variable for that value.
Nút này cho phép bạn lấy giá trị thuộc tính từ phần tử bạn đặt ở đây và bạn cần điền tên thuộc tính mà bạn muốn lấy giá trị, đặt Biến đầu ra cho giá trị đó.
For example, you want to get this image link:
Ví dụ bạn muốn lấy link ảnh này:
You need to enter the CSS selector of this image element and enter the attribute name, here the attribute name of this image is src
Bạn cần nhập CSS selector của phần tử ảnh này và nhập tên thuộc tính, ở đây tên thuộc tính của ảnh này là src
You have then retrieved the value of this image attribute and stored it in a variable.
Khi đó bạn đã lấy được giá trị của thuộc tính ảnh này và lưu vào biến.
Last updated