#I can't make Playwright Firefox work with Golang.(safari,chrome works)

3 messages · Page 1 of 1 (latest)

proper rock
#

Hi everyone, I am new to Go. I have Playwright installed for test automations when I launch the browser from my CLI tool, Nightly/Firefox browser launches and does not do anything untill I close it manually. (Safari, Chrome opens correct URL and proceeds with tests).

I would give a code snippet but I think that part is not responsible alone, can anyone connect over a g-meet so i can share screen ?🙏

twin fog
#

their documentation states you need a custom version of firefox, presumably shipped by them somehow
are you using that version or just regular firefox?

proper rock
#

hi @twin fog , i did install via go run github.com/playwright-community/playwright-go/cmd/[email protected] install --with-deps

to test is it playwright library issue i did create a random new file and this code is opening up the firefox/nightly browser. but my main code doesn't