12-28-2009, 12:48 PM
Hi all,
I am new to VB script and QTP. I have a doubt on Exist Property. I know the Exist and Exist(0). Could you please tell that what is the meaning of the Exist(3),
In my QTP Script the following code is there
and is there any numbers are available for Exist property other than 0 and 3 ?
I am new to VB script and QTP. I have a doubt on Exist Property. I know the Exist and Exist(0). Could you please tell that what is the meaning of the Exist(3),
In my QTP Script the following code is there
Code:
If Browser("...").Page("...").WebButton( "html tag:=INPUT", "name:=I Agree", "type:=submit" ).Exist( 3 ) = "True" Then
and is there any numbers are available for Exist property other than 0 and 3 ?