Issue with 'SelectItemWithValue' method and its input parameters
I am using 'SelectItemWithValue' method to select a value in 'dropdown' control.
The above method is working in my machine only when I pass two parameters to the method as below
controlObj.SelectItemWithValue("optoin1",true);
When same script copied and run in another machine, the method is accepting only one parameter as below
controlObj.SelectItemWithValue("optoin1");
I am using Same script and Same version of testcomplete in both machines. Difference is one is WIN10 and other WIN7, I don't think this is the reason for the above issue
Can you please help to handle this
tristaanogre SebastianP : guys please help to handle
Ah .. so you have clearly the answer !
net version is finally the difference, try to upgrade on 4.8 on the three machines