Please check the examples_test.go file first, then check the examples folder.
For more detailed examples, please search the unit tests.
Such as the usage of method HandleAuth
, you can search all the *_test.go
files that contain HandleAuth
,
You can also search the GitHub issues or discussions,
a lot of usage examples are recorded there.
For developers who are familiar with Chromedp, here is a comparison of the examples between rod and Chromedp.