Forum Discussion
arnold_preg
13 years agoNew Contributor
Hi Tanya,
Sadly your solution does not seem to work, but I figured out that my problem is basically the same as this guy's here. However I don't know how should I apply the given solution in my case. Could you clarify that to me?
I tried this way:
AutomatedQA.script.var controlBase = Sys["Process"]("DubQuest")["Find"]("Name", "VCLObject(\"AdvPageControlBase\")", 100);
int hwnd = aqConvert["VarToInt"](controlBase["Handle"]());
but it gives 0 value to hwnd.
Sadly your solution does not seem to work, but I figured out that my problem is basically the same as this guy's here. However I don't know how should I apply the given solution in my case. Could you clarify that to me?
I tried this way:
AutomatedQA.script.var controlBase = Sys["Process"]("DubQuest")["Find"]("Name", "VCLObject(\"AdvPageControlBase\")", 100);
int hwnd = aqConvert["VarToInt"](controlBase["Handle"]());
but it gives 0 value to hwnd.