using descriptive programming how to close all opend browsers?
Do While(True) If Not Browser("index:=0").Exist(0) Then Exit Do End If Browser("index:=0").Close Loop