playwright-community / playwright-go

Playwright for Go a browser automation library to control Chromium, Firefox and WebKit with a single API.
https://playwright-community.github.io/playwright-go/
MIT License
2.11k stars 156 forks source link

about playwright inspector #386

Closed smartdj closed 6 months ago

smartdj commented 11 months ago

Hello all, I'm a beginner of golang. How Can I running playwright inspector with playwright-go?

canstand commented 11 months ago

You can't. If you want to use Pick Locator to assist, you can use the extension in vscode and create a sample project.