How can I get the value of an object property or variable in
another frame?
Answer / guest
Use top.framename.varname or parent.framename.varname. To
get the value of a control property
use top.framename.control.property. See the previous item
for a complete description of referencing frames.
Is This Answer Correct ? | 0 Yes | 2 No |
How to Import data from a file (file is on the desktop) to the data table
Hi, Anybody could tell me What is the 3rd Largest Number in the series..Thanks in Advance..
How to find arry size in qtp vb script
My Salary is 65000. How Much TDS I have to pay
What are string functions in vbscript?
What are the differences between Visual Basic, VBA and VBScript? When would it be appropriate to use one as opposed to another?
which is the bset training centre to learn automation tools?
How many types of procedures are available in the vbscript language?
How can you fetch the value of a cookie?
what is event handling?
Hello All, In QTP 9.2 for Mozilla Firefox, there is webelement in my application, I tried to click on that using decsriptive programming, but it does not work. and for this i tried this code too: Set obj = CreateObject ("Mercury.DeviceReplay") absx = Browser("").Page("").WebElement(".").GetROProperty ("abs_x") absy = Browser("").Page("").WebElement(".").GetROProperty ("abs_y") obj.MouseMove absx, absy obj.MouseClick absx, absy, 0 But it is not clicked. Can anyone help me out for this problem. Thnx in Advance
Write program for identifyig duplicates in flight Departing from and Arriving in mercury tours(web application).