Hi ,
We can close the required browser in the below ways, if at all we know any property(say hwnd=xyz) :
1st way :
Browser ("hwnd:=xyz").close
2nd Way:
systemutil.CloseProcessByHwnd("xyz")
We can close the required browser in the below ways, if at all we know any property(say hwnd=xyz) :
1st way :
Browser ("hwnd:=xyz").close
2nd Way:
systemutil.CloseProcessByHwnd("xyz")

