We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
AutomationComboBox cb1 = window.getCombobox("AutomatedCombobox1"); String oldTxt = cb1.text(); cb1.setText("Replacements"); String txt = cb1.text();