alexscheelmeyer / node-phantom

bridge to PhantomJS from Node.js
317 stars 117 forks source link

Is it possible to monitor dom changes with node-phantom? #84

Open codecowboy opened 10 years ago

codecowboy commented 10 years ago

I would like to open a page and watch a datatable on that page as it is populated. The target site dynamically adds content to the table over a period of minutes / hours (it is live sports data).

Is this possible with node-phantom / phantomJS?

matt2000 commented 10 years ago

Yes this is the kind of thing you can do with PhantomJS.

clock21am commented 6 years ago

How ?