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: v0.112.0
element 'x1,x2' is exist, I click the page before call WaitElementsMoreThan()
err := page.Timeout(10 * time.Second).Navigate("https://xxx1") if err != nil { return } page.MustWaitLoad() wait := page.Timeout(10 * time.Second).WaitOpen() err = page.Timeout(10 * time.Second).MustElement("x1").Click(proto.InputMouseButtonLeft) if err != nil { return } newPage, err := wait() fmt.Println(newPage.Timeout(10 * time.Second).MustElement("xxx").MustText()) err = page.Timeout(10 * time.Second).WaitElementsMoreThan("x2", 0) if err != nil { // err context canceled return }
Concurrent execute, err is "context canceled"
must call Activate()? but cause new problem: No target with given id found
success
The text was updated successfully, but these errors were encountered:
Please fix the format of your markdown:
7 MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2] 41 MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2]
generated by check-issue
Sorry, something went wrong.
#322
No branches or pull requests
Rod Version: v0.112.0
multi page interact at the same time
element 'x1,x2' is exist, I click the page before call WaitElementsMoreThan()
What you got
Concurrent execute, err is "context canceled"
must call Activate()? but cause new problem: No target with given id found
What you expected to see
success
The text was updated successfully, but these errors were encountered: