Dear testers,
If you are seeing this error in Katalon Studio, it usually means your Microsoft Edge Driver is incompatible with your current version of the Edge browser or your OS build.
Follow these steps to synchronize your driver and get your tests running again.
Step 1: Identify Your OS Build
Before downloading a new driver, you need to know exactly which version your system requires.
- Click the Start menu and select Settings (the gear icon).
- Navigate to System > About.
- Scroll down to Windows specifications and find the number next to OS Build.
Step 2: Download the Matching Edge Driver
- Visit the official Microsoft Edge Driver download page.
- Locate the driver version that matches your OS Build or your current Edge Browser version.
- Download the version specific to your architecture (e.g., x64 for 64-bit Windows).
Step 3: Replace the Driver in Katalon Studio
Once downloaded, you need to manually swap the old driver file for the new one within the Katalon directory.
- Locate your Katalon Studio installation folder.
- Navigate to the following path:
...\Katalon_Studio_Windows_64-x.x\configuration\resources\drivers\edgedriver_win64
- Delete the existing
msedgedriver.exe. - Copy the new driver you just downloaded and paste it into this folder.
- (Optional) Restart Katalon Studio to ensure the changes are initialized.
Pro-Tip: Automatic Updates
If you want to avoid doing this manually in the future, you can try using Katalon’s built-in update tool:
- Go to Tools > Update Web Drivers > Edge.
- Note: If this built-in tool fails, the manual steps above are the guaranteed fix.