Skip to content

combobox

Mark Humphreys edited this page Jan 29, 2017 · 1 revision
AutomationComboBox cb1 = window.getCombobox("AutomatedCombobox1");
String oldTxt = cb1.text();
cb1.setText("Replacements");
String txt = cb1.text();
Clone this wiki locally