ensure_visible
ensure_visible($smooth=false,$side="start"); - scroll the page using browser scrolling so that the element is visible right now (available from version 4.9.40)
$smooth = false - whether the scroll is smooth or not. Not smooth by default.
$side taking the values "start" , "center", "end" , or "nearest" to indicate where the item will be shown. Since version of Human Emulator Studio 7.0.52 .
After testing, the function returns the result of its work to the script (the return value type is boolean):
true – completed successfullyfalse – it was not possible to find such an element (for example, there are no elements that meet the specified criteria or there is no such frame)