{"id":65156,"library":"playwright-community-playwright-go","title":"Playwright-Go","description":"A library to automate Chromium, Firefox, and WebKit with a single API.","status":"active","version":"0.5700.1","language":"go","source_language":null,"source_url":"https://github.com/playwright-community/playwright-go","tags":["playwright","browser","automation","testing"],"install":[{"cmd":"go get github.com/playwright-community/playwright-go","lang":"bash","label":"Install github.com/playwright-community/playwright-go"}],"dependencies":[],"imports":[{"symbol":"playwright","correct":"github.com/playwright-community/playwright-go"}],"quickstart":{"code":"pw, err := playwright.Run()\nif err != nil { panic(err) }\nbrowser, err := pw.Chromium.Launch()\nif err != nil { panic(err) }\npage, err := browser.NewPage()\nif err != nil { panic(err) }\npage.Goto(\"https://example.com\")\nfmt.Println(page.Title())","lang":"go","description":"Launch a browser, navigate to a page, and print its title."},"warnings":[{"fix":"Run 'npx playwright install' or set PLAYWRIGHT_BROWSERS_PATH.","message":"Requires browser binaries to be installed (e.g., via npx playwright install).","severity":"gotcha","affected_versions":"all"}],"env_vars":null,"search_vec":"'api':15 'autom':7,18 'browser':17 'chromium':8 'firefox':9 'go':3 'librari':5 'playwright':2,16 'playwright-go':1 'singl':14 'test':19 'webkit':11","created_at":"2026-06-17T17:06:22.173749+00:00","updated_at":"2026-06-17T17:06:22.173749+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/playwright-community/playwright-go","github":"https://github.com/playwright-community/playwright-go","docs":"https://pkg.go.dev/github.com/playwright-community/playwright-go#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["testing","utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}