what is fire event method in qtp?
Answers were Sorted based on User's Feedback
Answer / pravati
fire event is used for mouse operation. when in some where click operation is not working we use fireevent for mouse operation.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / srivalli
SwfWindow("").SwfWindow("").SwfObject("").FireEvent "onclick"
| Is This Answer Correct ? | 3 Yes | 3 No |
Answer / srividya
Few times click method is not working so at the time we can
use the Fire event method
For example
SwfWindow("").SwfWindow("").SwfObject("").FireEvent "Click"
any body try it will work
| Is This Answer Correct ? | 8 Yes | 11 No |
Which command is used for writing text on a page?
How to assign a numeric value to a variable?
write a vbscript for finding the sum of the numbers from 1- 50
create a form to accept username and password validate the username and password with using message box, display the corresponding user message
hi Set myobj=Description.Create() myobj("type").value="submit" myobj("name").value="google search" myobj("html tag").value="button" browser("title:=google").page("title:=google").webButton (myobj).Click i was running above code in one weak back it was working fine i got result,again i opened after few days ,again i was trying to run the code it shows run time error in last line of my code ,why ?pls answer my question?
Which is the default Data types in VBScript?
How to Import data from a file (file is on the desktop) to the data table
How to pass the parameter from one function to another function in VB Scripting?
. Program for sorting of numbers in vb script?
Explain some uses of vb script?
how to store charecters of HARIBABU Using arrays
How to write functions and sub in vb script?