The specified browser was not found. [Current Browser]
I am getting failures for Navigating to an address based on the "Current Browser". These steps do not fail during a full test run, but if I start the test midway these will fail, not sure why they work in some instances but not others. I am iterating through a browser loop, so for these direct navigation steps I am using "Current Browser", if I am just using Chrome or just Edge and set these steps to those browsers there are no failures.
Example:
Item: Navigate
Value: ProjectSuite.Variables.sitetorun
Operation: Current Browser
Failure: "The specified browser was not found. [Current Browser]"
TestComplete is able to run previous steps if started midway - it's not like it isn't seeing the browser. But the step of Navigating fails. Should I be doing something else other than "Current Browser" for these steps?
Yes, Browser Loop is keeping track of what browser is being used for each iteration of the loop. It's meant to do that.
https://support.smartbear.com/testcomplete/docs/keyword-testing/reference/web/browser-loop.html
If you are starting in the middle of your tests to do some debugging, then you may want to add a step in to call out a particular browser, then comment it out when you are ready to run the full test again.