This website requires JavaScript.
Explore
Help
Sign In
commons_go
/
chromedp
Watch
3
Star
0
Fork
0
You've already forked chromedp
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
4c16faa34d
chromedp
/
cmd
/
chromedp-gen
/
build.sh
11 lines
93 B
Bash
Raw
Normal View
History
Unescape
Escape
Initial import
2017-01-24 15:09:23 +00:00
#!/bin/bash
set
-ve
go generate
go build
Fixing chromedp-gen and updating protocol.json - Fixes issues with different flag toggles on chromedp-gen - Updating to latest protocol.json
2017-02-09 06:45:44 +00:00
time
./chromedp-gen
$@
Initial import
2017-01-24 15:09:23 +00:00
go install ../../cdp/...
Reference in New Issue
Copy Permalink