File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# API Reference
2
2
3
- - [ rod] ( https://github.com/go-rod/rod ) : The main package
4
- - [ defaults] ( https://github.com/go-rod/rod/lib/defaults ) : Package defaults of commonly used options parsed from the environment.
5
- - [ launcher] ( https://github.com/go-rod/rod/lib/launcher ) : Package launcher for launching browser utils.
6
- - [ proto] ( https://github.com/go-rod/rod/lib/proto ) : Package proto is a lib to encode/decode the data of the cdp protocol.
7
- - [ cdp] ( https://github.com/go-rod/rod/lib/cdp ) : Package cdp for application layer communication with browser.
3
+ - [ rod] ( https://pkg.go.dev/ github.com/go-rod/rod ) : The main package
4
+ - [ defaults] ( https://pkg.go.dev/ github.com/go-rod/rod/lib/defaults ) : Package defaults of commonly used options parsed from the environment.
5
+ - [ launcher] ( https://pkg.go.dev/ github.com/go-rod/rod/lib/launcher ) : Package launcher for launching browser utils.
6
+ - [ proto] ( https://pkg.go.dev/ github.com/go-rod/rod/lib/proto ) : Package proto is a lib to encode/decode the data of the cdp protocol.
7
+ - [ cdp] ( https://pkg.go.dev/ github.com/go-rod/rod/lib/cdp ) : Package cdp for application layer communication with browser.
You can’t perform that action at this time.
0 commit comments