How do I navigate between browser tabs using TestComplete
I have a script (JScript) where I open a second browser tab (currently in Chrome) and do some actions. After completing those actions int he second browser tab I want to navigate back to the first browser tab and do some actions.
I will then want to switch back to the second browser tab.
Other possible options is to close the second tab so that I return back to the first tab but not sure howt o do that either.
Any information you can provide will be appreciated.
Thanks
Kevin
ghuff2 Unfortunately it didn't work for me even if pages are different.
kevin_kapell One idea could be using Ctrl+Shift+Tab through Sys.Keys to navigate between the tabs; though this is not the right approach but you can give a try. You can also try the following article:
https://support.smartbear.com/articles/testcomplete/tabbed-browsing/
Regards
Osaid