Closed tristanpemble closed 3 years ago
Workaround is to use your own locally installed browser, for example:
gsts --engine=firefox --engine-executable-path=/Applications/Firefox.app/Contents/MacOS/firefox
@tristanpemble it seems like this issue is related to the one you've just linked above. There is another workaround which is calling node node_modules/playwright/install.js
under /usr/local/Cellar/gsts/3.0.2/libexec/lib/node_modules/gsts
.
Seems to be related to the node version playwright is installed with..
@tristanpemble I believe I've found an elegant solution for this. Could you please try updating to gsts@3.0.4 using the new formula update?
Closing because I believe the current workaround is acceptable at the cost of some additional traffic. The user content data (i.e. cookies, session) remains in the same place, so really only the executables move around.
@ruimarinho I think that fixed it! thanks!
related: https://github.com/microsoft/playwright/issues/4033