Element exists V2
Last updated
Last updated
Node này cho phép bạn kiểm tra nhiều phần tử có tồn tại hay không.
Element order
Chọn thành phần nào của trong web
Select any component of the web
Visible
Nếu để true thì phần tử mà bạn chọn phải visible thì node mới chạy ra đường xanh. Còn nếu để false thì chỉ cần có phần tử đó (không quan tâm đến visible) thì node sẽ chạy ra đường xanh.
If set to true, the element you select must be visible for the node to run to the green line. If set to false, as long as that element is present (regardless of visibility), the node will run to the green line.
Select element
Enter CSS selectors, such as #email
, #global-enhancements-search-query
.
In the node, elements will be checked one by one in the order they are entered. If element 1 is not found, it will move on to check element 2, and so on. As soon as an element is found, the check stops immediately, and the flow continues from the green output of that element. If none of the elements are found, the flow will go through the red output.
Nhập CSS selector, chẳng hạn như #email, #global-enhancements-search-query.
Trong node thì element sẽ được check lần lượt theo từng element nhập vào, nếu check element 1 mà không thấy, thì sẽ check đến element 2. Element nào được tìm thấy thì sẽ dừng check luôn mà không check element sau nữa. Check thành công ở chỗ nào thì sẽ đi ra đầu xanh của element đó. Nếu toàn bộ element đều không tìm thấy thì sẽ đi ra đầu đỏ.
Timeout waiting
Thời gian chờ đợi tối đa. Ví dụ bạn nhập vào là 10000ms, sau khi check element 1 trong vòng 10000ms mà không tìm thấy thì tiếp tục check element 2 trong 10000ms.
Maximum waiting time. For example, if you enter 10000ms, it will check for element 1 within 10000ms. If element 1 is not found during that time, it will then proceed to check for element 2, also within 10000ms.