We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rod Version: github.com/go-rod/rod v0.116.2
Clone Rod to your local and cd to the repository:
git clone https://github.com/go-rod/rod cd rod
Use your code to replace the content of function TestLab in file lab_test.go.
TestLab
lab_test.go
Test your code with: go test -run TestLab, make sure it fails as expected.
go test -run TestLab
Replace ALL THE CONTENT under "The code to demonstrate your question" with your TestLab function, like below:
func main() { page := rod.New().MustConnect().MustPage("https://www.wikipedia.org/") page.MustWaitStable().MustScreenshot("a.png") }
Such as what error you see.
Such as what you want to do.
Such as after modifying some source code of Rod you are able to get rid of the problem.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Rod Version: github.com/go-rod/rod v0.116.2
The code to demonstrate your question
Clone Rod to your local and cd to the repository:
git clone https://github.com/go-rod/rod cd rod
Use your code to replace the content of function
TestLab
in filelab_test.go
.Test your code with:
go test -run TestLab
, make sure it fails as expected.Replace ALL THE CONTENT under "The code to demonstrate your question" with your
TestLab
function, like below:What you got
Such as what error you see.
What you expected to see
Such as what you want to do.
What have you tried to solve the question
Such as after modifying some source code of Rod you are able to get rid of the problem.
The text was updated successfully, but these errors were encountered: