hi guys
What is different between SystemUtil.Run " http : // gmail . com" and Browser("abc").Navigate " http :// gmail . com"
Thanks
Newhere
hi guys
What is different between SystemUtil.Run " http : // gmail . com" and Browser("abc").Navigate " http :// gmail . com"
Thanks
Newhere
Last edited by admin; 06-21-2012 at 08:51 AM.
SystemUtil.Run "http:\\gmail.com","open"
The Above Syntax will Launch a New Browser for "http:\\gmail.com"
Browser("abc").Navigate "http:\\gmail.com"
This one will launch "http:\\gmail.com" in an existing browser.
Regards,
Nawab
Hi guys
Thaks for your help. I completely understand.