playwright

wget https://go.dev/dl/go1.20.4.linux-amd64.tar.gz tar -xzvf go1.20.4.linux-amd64.tar.gz -C /usr/local/ vim ~/.bashrc export GOPATH=/root/gopath export GOROOT=/usr/local/go export PATH=$PATH:$GOROOT/bin source ~/.bashrc go get github.com/playwright-community/playwright-go go run github.com/playwright-community/playwright-go/cmd/playwright install --with-deps # Or go install github.com/playwright-community/playwright-go/cmd/playwright playwright install --with-deps
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章