Confirming the Property List

You can use the GetPropertyList method to confirm the list of verification properties for an object. For example, the following simple test case prints the list of all the verification properties of the Find dialog to the results file:

testcase FindDialogPropertyConfirm ()
TextEditor.Search.Find.Pick ()
ListPrint (Find.GetPropertyList ())
Find.Cancel.Click ()