In RFT 8.1.0, is there a way to know the recognition score of an object programmatically?
Sometimes when performing an action like html_button().click()
you get a warning that the object isn't perfectly recognized, but the action gets done correctly.
I would like to "order" some GuiTestObjects
by their recognition score while the script is running, and perform the click action on the most relevant one (the one with the lower score).