Offline deployment cannot specify a local Google Chrome.How can i do?
this is my code:
browser, _ := pw.Chromium.Launch(playwright.BrowserTypeLaunchOptions{
Channel: playwright.String("chrome"),
ExecutablePath: playwright.String("C:\Program Files\Google\Chrome\Application\chrome.exe"),
Headless: &head,
})
It prompts me that the browser cannot be found.
Offline deployment cannot specify a local Google Chrome.How can i do? this is my code: browser, _ := pw.Chromium.Launch(playwright.BrowserTypeLaunchOptions{ Channel: playwright.String("chrome"), ExecutablePath: playwright.String("C:\Program Files\Google\Chrome\Application\chrome.exe"), Headless: &head, }) It prompts me that the browser cannot be found.