shaifali_pandyaOccasional Contributor12 years agoHow to activate a specific pageIn our test we are trying to not disturb any browser window which is not related to the tested WebSite but if there are multiple instances open of the tested website then close all but one. Questio...Show More
lnd_amaralContributor12 years ago Try this, worked for me: function switchToPage(page){ Sys.Browser("chrome").Page(page).Click(); }
Recent DiscussionsUnable to activate floating license.Testcomplete closed itselflog message issues in testcomplete
Related ContentIdentifying active page in FirefoxSet active environment on SaveHow to ScrollUp/Down web page to find a specific element? (Python)