Select item on combobox

CamiCat

Member
Hello friends,

how is it possible to select an item inside a combobox of the login page of an application modelled with Application Modeller?
Thank you,
Cami
 

Attachments

  • sic combobox.png
    464.5 KB · Views: 56
Hey Try using Global send keys(What you want to use from combo box that you can directly pass) directly by spying the combo box. I guess it will work.
 

sivagelli

Well-Known Member
Alternatively, you can use navigate stage with 'Select item' action and pass the Drop Down value for 'Item Text'. For example, if you want to choose 'SICACQ' pass this value as 'Item Text'. If you wish to use Item Position, you can pass the number starting from 0.

Post back how it goes.
 
Top