https://github.com/shinshin86/playwright-go-use-local-chrome-sample
Sample of launching Playwright for Go using local Google Chrome.
https://github.com/shinshin86/playwright-go-use-local-chrome-sample
playwright-go sample
Last synced: about 2 months ago
JSON representation
Sample of launching Playwright for Go using local Google Chrome.
- Host: GitHub
- URL: https://github.com/shinshin86/playwright-go-use-local-chrome-sample
- Owner: shinshin86
- Created: 2022-08-19T03:38:51.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-19T03:42:03.000Z (almost 3 years ago)
- Last Synced: 2025-02-03T07:44:52.127Z (4 months ago)
- Topics: playwright-go, sample
- Language: Go
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# playwright-go-use-local-chrome-sample
Sample of launching Playwright for Go using local Google Chrome## Usage
```sh
go run main.go
```