Forum Discussion
jeremyt
12 years agoContributor
More info...I just noticed that my Object Browser shows my browsers differently depending on whether my project is open or nothing is open.
Test Complete only, no project loaded
Test Complete with my project loaded
So it looks like something in my project is causing it to switch from Sys.Browser to Sys.Process thus causing the problem (I think). Anyone have some feedback on how to address this issue?
I would also like to add that "Use legacy web testing features" is disabled in my current project (Tools - Current Project Properties - Open Applications - Web Testing - General).
Test Complete only, no project loaded
Sys.Browser("chrome")
Sys.Browser("iexplore")
Test Complete with my project loaded
Sys.Browser("chrome")
Sys.Process("iexplore")
So it looks like something in my project is causing it to switch from Sys.Browser to Sys.Process thus causing the problem (I think). Anyone have some feedback on how to address this issue?
I would also like to add that "Use legacy web testing features" is disabled in my current project (Tools - Current Project Properties - Open Applications - Web Testing - General).