get_all_by_class
get_all_by_class($class_name,$exactly=false,$mained=true,$visibled=true); - this function is used to get lists the XHEWindowInterfaces interfaces to the specified Windows, using the class name to search for them. (available from 4.6.36)
the input Function accepts parameters:
$class_name – name of the class of the required Windows.
$exactly – exact match of the text of the required Windows.
$visibled – parameter indicating that when executing this command, only visible Windows should be considered (true) or both visible and invisible (false).
$mained – a parameter indicating that when executing this command, only the main Windows should be considered (true) or both main and non-main Windows (false).
After testing, the function returns the result of its work to the script :
list of window interfaces – list of XHEWindowInterfaces interfaces to the specified Windows.