AKarandjeff
14 years agoContributor
Getting Current Object via JScript
I have a situation where I've got a combination of keyword tests and a script routine to select a particular value from a combo box. I will click to set the focus in the JTextField within the comboBoxes, and from there let script routine cycle through the wText values of the JTextField until it finds the value it's looking for. I need to do this in several different combo boxes, and I am struggling with how I can identify in the script where I currently am so I can set that as a variable that I can then process against in the remainder of the script. Thanks.