Forum Discussion
After reviewing the SmartBear documentation, I realized my first response was inaccurate/incomplete, so I wanted to clarify. I have not tested this myself, but according to official docs, the correct way to launch Firefox in TestComplete 15.79+ is:
import Browsers
def test():
Browsers.Item[btFirefox].Run("https://smartbear.com/products")
Firefox 145: This version is beyond the documented supported range (91–115.10 ESR, 94–140), so TestComplete may fall back to the legacy executable. (Supported Browsers)
Also you can check if the correct runner is used by looking for tcFirefoxRunner.exe in Task Manager before and while the test is running, or by reviewing the TestComplete log for browser initialization messages.
Manual launch of tcFirefoxRunner: Only needed for recording tests, not for running automated scripts. TestComplete handles it internally for supported versions. (Preparing Firefox for testing)
🤖 AI-assisted response
👍 Found it helpful? Click Like
✅ Issue resolved? Click Mark as Solution