10-29-2010, 09:35 AM
Hi Marie,
Please correct the line 12 of the above script,
You can call the Login script / action after closing all the browsers(i.e after Line 12) or you can include the login script in a function and call the function after closing all the browsers (i.e after Line 12).
Thanks
Vinod
Please correct the line 12 of the above script,
Code:
' Open the Browser and navigate the URL
SystemUtil.Run "IExplore.exe",URL
You can call the Login script / action after closing all the browsers(i.e after Line 12) or you can include the login script in a function and call the function after closing all the browsers (i.e after Line 12).
Thanks
Vinod