playwright-go
Playwright for Go a browser automation library to control Chromium, Firefox and WebKit with a single API.
How to download and setup playwright-go
Open terminal and run command
git clone https://github.com/playwright-community/playwright-go.git
git clone is used to create a copy or clone of playwright-go repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with playwright-go https://github.com/playwright-community/playwright-go/archive/master.zip
Or simply clone playwright-go with SSH
[email protected]:playwright-community/playwright-go.git