How to keep all connections tab open
How to modify the script in order that existing session remains open and then it open a new session tab then repeat again until all the hosts are completed? I want to manually validate all configuration before committing the change.
Previously I have tried to comment out line 510-514, the first session did not terminate (as how I want it), then it open a new session tab but won’t enter credentials.
Do
g_objNewTab.Session.Disconnect
crt.Sleep 100
Loop While g_objNewTab.Session.Connected
|