Good Afternoon Katalon Community,
I’m automating a .NET desktop application with Katalon Studio and need guidance on handling a changing window title. Our app launches with a “Welcome to Company” login screen, which then closes after successful login, and a new “Company SIM” window (the main application) opens. My goal is to seamlessly automate through this transition. Is there a way to specify multiple application names in the configuration settings, or what is the best practice/keyword in a test script to switch focus from the closing login window to the newly appearing main application window? Any advice on managing this dynamic window title change within Katalon Studio would be greatly appreciated!
Thank you.