Hi,
in my company we use a modified browser (in my eyes it’s a plain and simple Firefox browser, only the name and installed filepath is different from stock). All my WebUI-Testcases fail and can’t open the Firefox-Browser. Even all other Katalon-stock browser-presets such as Chrome won’t work even though I have a vanilla Chrome installation on my desktop.
The error logs are full of unclear Katalon-Exceptions. - I suspect that Katalon Studio can’t find the right browser binaries and webdriver binaries.
I tried using desired capabilities to force using specific binary-paths for browser and webdriver.
I also tried using this solution:
→ I could open our company-specific browser this way BUT all other test-steps (aka build-in keywords) don’t recognize this open browser. How can I SET this driver-object as the “driver to go” for all other keywords?
Thank you