diff --git a/Runtime/ChromeDevtools/Browser.cs b/Runtime/ChromeDevtools/Browser.cs
index c39c7628739ce612667406ffef2d503b1c75eef5..5bdf86aefc69fbd0868f32d8667c2af581762dda 100644
--- a/Runtime/ChromeDevtools/Browser.cs
+++ b/Runtime/ChromeDevtools/Browser.cs
@@ -17,7 +17,7 @@ namespace bessw.Unity.WebView.ChromeDevTools
         private Process browserProcess;
 
         /* browser settings */
-        public static string browserExecutablePath = "chrome";
+        public static string browserExecutablePath = Application.streamingAssetsPath + "/chrome-headless-shell-win64/chrome-headless-shell.exe";
         public static bool headless = true;
         private const int debugPort = 9222;