shanescribner
3 years agoNew Contributor
TestLeft - Driver.Options.ObjectMapping
I can map controls using logic:
Driver.Options.ObjectMapping["Qt Controls"]["List widget"].AddClassName("drop_list");
Driver.Options.ObjectMapping["Qt Controls"]["Combo box"].AddClassName("ZSqlComboBox");
Driver.Options.ObjectMapping["Qt Controls"]["Tree widget"].AddClassName("ZSqlListView");
Driver.Options.ObjectMapping["Qt Controls"]["Line edit"].AddClassName("ZLineEdit");
Is it possible to query to get a list of Objects that have been mapped?