Forum Discussion
1 Reply
- dganov
Staff
I suppose it is better to use LoadUI or LoadComplete for such task.
But if you really need to do it using TestComplete then make sure you are now telling your web portal to save your login. If it does not give you such option then try to start new browser process instead of new tab / window of the same browser process by using command Win32API.WinExec(_path_to_browser_executable_, SW_SHOW)