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!!??

 

2015-04-19_10-16-01.jpg

 

 also it is the namemapping of my listbox:

 

Aliases.BankingWinUI.frmAddEditRuleTemplates.tableLayoutPanel1.pnlWizard.kwTabControl1.tabRule1.ucRuleTab11.tableLayoutPanel2.pnlRules.ucRuleDeposits1.tableLayoutPanel1.ucDeposits1.tableLayoutPanel1.lstDeposits

 

 

 

 

2015-04-19_10-21-55.jpg

  • it has been solved

     

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

     

    Thanks everyone

1 Reply

  • it has been solved

     

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

     

    Thanks everyone