-
-
Notifications
You must be signed in to change notification settings - Fork 141
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
SPOF checker #25
Comments
Check onPageCreated event to get HTML received from server (with no changes from JS). |
Waiting for ariya/phantomjs#11484 to be able to get not modified HTML of the page (i.e. without any changes done by JavaScript code) |
We can do it through normal HTTP Request instead of waiting for a patch from Phantom |
Waiting for #313 - SlimerJS provides content of HTTP responses |
I recommend just using |
I'd rather use SlimerjS' ability to provide response's body. |
Waiting for ariya/phantomjs#10158
The text was updated successfully, but these errors were encountered: