I’m encountering an issue while trying to launch an executable (.exe) using the Object Spy and Record & Play feature in Katalon Studio 9.2.0 in Windows 11. The application under test uses a WebView based on Chromium (CefSharp).
When launched through Katalon, the application opens in an Edge browser tab and attempts to connect to the internet, ultimately failing. The webpage shows up with the error message localhost refused to connect. However, when launched externally (outside Katalon), it opens normally, even in offline mode. This behavior suggests a possible compatibility issue between Katalon and CefSharp-based applications.
- Is this a known limitation when handling CefSharp applications in Katalon Studio?
- Is there a way to properly launch and test CefSharp-based applications within Katalon?