Monday, May 16, 2011

How to Close Multiple Browser? QTP

Problem: I have 10 open Browsers, How can i close them 1 by 1.

Solution:

'Close All the Open Browser
While Browser("title:=.*","index:=0").Exist
Browser("title:=.*","index:=0").close
Wend

No comments:

Post a Comment