phantomjs-node

Node js and Phantom js

Deadly 提交于 2019-12-24 12:27:22
问题 I'm looking to scrape a page as an exercise to learn phantomjs however I'm having an issue currently. The image loading is deferred so I'm trying to figure out how I can get phantom js to scroll down and wait for the images to load. SCrolling to the bottom of the page doesnt work so I was thinking of scrolling 100px every 3 seconds until it gets to the bottom of the page. How would I achieve this with? const phantom = require('phantom'); (async function() { const instance = await phantom