is_view_now
is_view_now(); - check visibility that the element is currently visible (located in the visible part of the page)it is available from version 4.9.40
After the function returns the result of their work in the script (the return value type is boolean):
true – the element is visiblefalse – element is not visible or to find the item failed (e.g. no items that meet the specified criteria or not this frame)