Hi everyone,
I currently have a project that involves both Web and Windows components. It was originally built using Katalon version 9, where the WindowsDriver had to be manually initialized in order to run the execution — which worked fine.
Now, we’re planning to migrate to Katalon version 10. In this version, the Windows driver (FlaUI) is already integrated, and that’s where the issues began.
What happened?
When testing the case that includes the Windows part using the Windows execution profile, the test runs successfully: it launches the application, navigates through it, but then fails when it reaches the code that executes a Web fragment. To avoid this, both drivers need to be initialized simultaneously (based on my experience with Appium and Chrome, this approach has worked).
How do we do that? By using CustomCapabilities. The configuration was set up, but it doesn’t work.
Error:
I tried with
Windows.*startApplicationWithTitle - same result
*
I’ve tried different ways, including sending the application path from the custom file, but it doesn’t work
I don’t know what’s going on, but CustomCapabilities doesn’t initialize FlaUI

