Hi, I'm using Ubuntu 22.04 LTS, I've installed gsts and see those params in the help:
--playwright-engine Set playwright browser engine [choices: "chromium", "firefox", "webkit"] [default: "chromium"]
--playwright-engine-executable-path Set playwright executable path for browser engine
--playwright-engine-channel Set playwright browser engine channel [choices: "chrome", "chrome-beta", "msedge-beta", "msedge-dev"]
I tried to call gsts with --playwright-engine-executable-path /usr/bin/google-chrome --playwright-engine-channel chrome but it opens chromium, not my regular Google Chrome installation :cry: any idea please?
Hi, I'm using Ubuntu 22.04 LTS, I've installed
gsts
and see those params in the help:I tried to call
gsts
with--playwright-engine-executable-path /usr/bin/google-chrome --playwright-engine-channel chrome
but it opens chromium, not my regular Google Chrome installation :cry: any idea please?