Skip to content
Snippets Groups Projects
Commit a78b5dc3 authored by baletiballo's avatar baletiballo
Browse files

Moved to use chrome-headless-shell.exe, as headless-old got deprecated

parent c2e3bdda
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ namespace bessw.Unity.WebView.ChromeDevTools ...@@ -17,7 +17,7 @@ namespace bessw.Unity.WebView.ChromeDevTools
private Process browserProcess; private Process browserProcess;
/* browser settings */ /* 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; public static bool headless = true;
private const int debugPort = 9222; private const int debugPort = 9222;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment