-
-
Notifications
You must be signed in to change notification settings - Fork 369
New issue
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
Search Function doesn't return anything in 10 minutes #361
Labels
needs info
The description is not enough to tackle the problem
Comments
ysmood
added
needs info
The description is not enough to tackle the problem
and removed
bug
When you are sure about it's a bug
labels
Feb 28, 2021
Can you provide minimal code for us to reproduce your issue? Works fine for me: Lines 196 to 208 in deea7a7
|
Close because of #322 |
Hi ysmood, it was Search not MustSearch. |
|
My bad I will reformat this |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Rod Version: v0.94.0
Steps to reproduce
What did you do?
I just want search a simple string containing user id on html page, using page.Search(0, 1, userId), I think this function work on version 0.8x.00
What have you tried to solve the problem?
html, _ := page.HTML() if !strings.Contains(html, userId){ return false }
Expected behavior
Returning status if HTML contained desired User ID
Actual result
Please see this error log
pagesearch.log
The text was updated successfully, but these errors were encountered: