Forum Discussion

mrezahoseini's avatar
mrezahoseini
Contributor
10 years ago
Solved

work with listbox in TC

I'm testing a desktop application and need to have access to the items of my listbox, how can I access to the items!!??      also it is the namemapping of my listbox:   Aliases.BankingWinUI....
  • mrezahoseini's avatar
    10 years ago

    it has been solved

     

    var lb = AppType.frmAddEditRuleTemplates.tableLayoutPanel1.pnlWizard.kwTabControl1.tabRule1.ucRuleTab11.tableLayoutPanel2.pnlRules.ucRuleDeposits1.tableLayoutPanel1.ucDeposits1.tableLayoutPanel1.lstDeposits.wItem(0);

     

    Thanks everyone