ruimarinho / gsts

Obtain and store AWS STS credentials to interact with Amazon services by authenticating via G Suite SAML.
MIT License
222 stars 38 forks source link

How could I rely on an existing google-chrome browser installation on Ubuntu? #117

Open Vincent14 opened 1 month ago

Vincent14 commented 1 month ago

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?