MCH
19 days agoOccasional Contributor
Running the latest Firefox for testing
I installed TestComplete 15.79 to try out the new firefox support with pupeteer.
But I didn't manage to get it running. I use a simple python call:
from tc import *
def test():
Browsers.Item[btFirefox].Run("http://smartbear.com/products")
The browser opens and it shows a warning/error:
I think Browsers.Item[btFirefox].Run("http://smartbear.com/products") is still running the wrong executable.
Has anyone managed to run the latest firefox version (e.g. 145) with TestComplete?
Do i have to launch the new tcFirefoxRunner.exe with custom code?