Index of the findbestmatch module
-
m
pywinauto.findbestmatch
...
- Module to find the closest match of a string in a list
- a distance_cuttoff ...
- a find_best_control_match_cutoff ...
-
C
UniqueDict
...
- A dictionary subclass that handles making it's keys unique
- f __setitem__ ... - Set an item of the dictionary
- f FindBestMatches ... - Return the best matches for search_text in the items
- C MatchError ... - A suitable match could not be found
- f find_best_control_matches ... - Returns the control that is the the best match to search_text
- f get_control_names ... - Returns a list of names for this control
- f find_best_match ... - Return the item that best matches the search_text
- f build_unique_dict ... - Build the disambiguated list of controls
- f IsAboveOrToLeft ... - Return true if the other_ctrl is above or to the left of ref_control
- f GetNonTextControlName ... - return the name for this control by finding the closest text control above and to its left