var webpage = require('webpage').create(); webpage .open('http://example.com') .then(function(){ var someContent = webpage.evaluate(function () { [может CALLBACK?] return document.querySelector("#aDiv").textContent; }); }); SlimerJS. Connects to the page. The call takes place once. But the page continues to change dynamically. How to implement a constant interception of this event?