command in QTP to invoke IE Brow
2. Set IE=createobject("internetExplorer.application")
IE.visible=true
IE.navigate "www.gmail.com"
3. systemutil.Run "iexplore.exe",”www.gmail.com”
4. oShell = CreateObject ("Wscript.shell")
oShell.Run Chr(34) & "C:Program FilesInternet ExplorerIEXPLORE.EXE" & Chr(34)
No comments:
Post a Comment