Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 366 Bytes

combobox.md

File metadata and controls

19 lines (13 loc) · 366 Bytes

Discovery

ComboBox cb1 = window.getCombobox(Search.getBuilder("AutomatedCombobox1").build());
String oldTxt = cb1.text();
cb1.setText("Replacements");
String txt = cb1.text();

Methods

Name

Gets the name of the button control

Value

Gets the value of the button, i.e. the text associated with it