You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: