To obtain General properties of the item (in addition to the basic)
get_tag_by_number – get the tag (TagName) of the element number convert_number – convert the element number to a number in the specified object (for example, anchor, image, textarea ...)
Getting coordinates (in addition to the basic one)
get_x_by_tag_by_number – get the x coordinate of the element with the specified tag by number get_y_by_tag_by_number – get the y coordinate of the element with the specified tag by number
Getting an interface (in addition to the basic one)
get_by_js – get the DOM interface of an element using Java Script to search for it get_by_query_selector – get the DOM interface of an element using the Query Selector to search for it
Getting a list of interfaces (in addition to the basic one)
get_all_by_tag – get DOM interfaces to elements with the specified tag get_all_by_js – get the element's DOM interfaces using Java Script to search for them get_all_by_query_selector – get the element's DOM interfaces using the Query Selector to search for them