What is the event handling in vbscript?
No Answer is Posted For this Question
Be the First to Post Answer
please can you help me to get a code of flames using a visual basic 6
Which command is used for writing text on a page?
What is the difference between for loop and while loop?
How many data types are supported in Vbscript?
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
How can you destroy an object in vbscript?
How should i Create Email invite with server-side Coding?
what is diff between static and dynaic arrys?
Which function is used in the vbscript language to convert the specified expression into a date type value?
Is vbscript a case-sensitive or case-insensitive?
Which in-built function related to an array joins substrings into one string in the vbscript language?
How can you test font size, type and color using QTP tool?