Custom Search

Monday, September 20, 2010

IF there are seven browsers with same name open. I want to close one particular browser thru QTP. how can i do this?

If you want close 1 browser you can using below code.
browser("CreationTime:=0").close
because creation time starts from 0

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.