07-18-2013, 07:07 PM
Hi
I am trying to select an item from a combo box using the code below.
The problem is that UFT won't work without specifying co-ordinates.
I want to be able to specify the value, or at very least the index number, but I can't find a method that seems applicable.
I also tried looking at the object methods and there methods SELECT and SELECT 1 and SELECTALL, but I can't work out syntax for this.
Any brilliant suggestions?
Thanks
Martin
I am trying to select an item from a combo box using the code below.
Code:
"SwfWindow("Underwriters Document").SwfObject("lookUpEditProfileForm").Click"
The problem is that UFT won't work without specifying co-ordinates.
I want to be able to specify the value, or at very least the index number, but I can't find a method that seems applicable.
I also tried looking at the object methods and there methods SELECT and SELECT 1 and SELECTALL, but I can't work out syntax for this.
Any brilliant suggestions?
Thanks
Martin