javascript - Using JS to force browser to redraw (not refresh) in Chrome console -


I am trying to take a screencaps of a site that I am connecting with javascript. I am using PhantomJS for real capture, but before sending it through phantom I'm trying to exclude my javascript in Chrome Phantom works that the way it navigates on the site, you Manipulate the site, and then, drag the site with the new variable I set with javascript. I'm trying to copy this behavior in Chrome because I'm changing in Chrome console, it's easy to get feedback on the variable, but whenever I refresh in Chrome, it resets all the variables in its initial state Without letting me know how the site changes

Is there a way to do something like this in Chrome?


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -