11-23-2009, 02:28 PM
Hi Chilam,
Yes, I did that, and when I record on Combo boxes I get this:
Yes, I did that, and when I record on Combo boxes I get this:
Code:
JavaWindow("192.168.40.124 - RXI Element").JavaTable("BoardsTable").SelectRow "#10"
JavaWindow("192.168.40.124 - RXI Element").JavaList("JComboBox").Select "Etmc41"
JavaWindow("192.168.40.124 - RXI Element").JavaTable("BoardsTable").SelectRow "#11"
JavaWindow("192.168.40.124 - RXI Element").JavaList("JComboBox").Select "Etm4"
JavaWindow("192.168.40.124 - RXI Element").JavaTable("BoardsTable").SelectRow "#12"
JavaWindow("192.168.40.124 - RXI Element").JavaList("JComboBox").Select "Etm4"
First, it makes no difference between different combo boxes (I've recorded on three combo boxes), and second, I get error that it cannot identify the object "JComboBox"...