How to check the particular window is exist or not with out
using check points
Answer Posted / archana
If window("Flight Reservation").Exist<>0 Then
msgbox "window exists"
else
msgbox "window doesnot exists"
End If
Is This Answer Correct ? | 7 Yes | 16 No |
Post New Answer View All Answers
What are class properties?
What are the different types of loops available in the vbscript language?
What is the use of the recordset object and which statement is used to create such an object?
why variable name should not exceed 255 characters?
does anyone have qtp11.0 license key.Please sendit to my mail id-rrvv2011@gmail.com...Thanks
Can anyone send me a vb script function for verifying the functionality of active links on a web page
What is the purpose of drive object of scripting.filesystemobject class in vbscript?
who will create the object?
Explain the adodb.stream class?
Mention the rules for using option explicit statement?
Which keyword is used to declare a variable in the vbscript language?
Explain the extension .hta?
Why is the use of exit do or exit for statements within loops discouraged?
Like OPTION EXPLICIT statement what are the other statements used in vbscript and their usage. Please post me all the statements please.
1) How can we use VB script in testing the application? 2) What all are the things(Software application to be installed in PC) we need to learn VBscript?