Browser launching took 5 mins

To fix 5-minute browser launch times in

Katalon Studio, force a clean rebuild by closing Katalon and deleting the bin, Libs, and .cache folders within your project directory, then restart Katalon. Additionally, update your WebDrivers to ensure they match the browser version.

Steps to Force a Clean Rebuild

  1. Close Katalon Studio entirely to ensure files are not in use.

  2. Navigate to your project directory.

  3. Delete the following items:

    • bin folder

    • Libs folder

    • .cache folder

    • .classpath file (recommended)

  4. Restart Katalon Studio and open your project. It will automatically re-index and rebuild these folders. @clean @rebuild

1 Like