Skip to content
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

waitFor never find element #91

Closed
vasilvestre opened this issue Sep 18, 2018 · 3 comments
Closed

waitFor never find element #91

vasilvestre opened this issue Sep 18, 2018 · 3 comments

Comments

@vasilvestre
Copy link

I'm using waitFor('.wai_hidden'), the page fail to load after a while
If I use wait(5) then $crawler->html(), there's an element with class=wai_hidden

@stof
Copy link
Member

stof commented Sep 19, 2018

waitFor is waiting for a visible element matching the selector. The class name you're using makes me think it might not be visible.

@vasilvestre
Copy link
Author

vasilvestre commented Sep 19, 2018 via email

@vasilvestre
Copy link
Author

I don't need to scrap anymore, I close this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants