Javascript – IMDB load more button with puppeter (nodejs)
I'm trying to parse imdb movie connections (https://www.imdb.com/title/tt0090887/movieconnections/), but more button don't load info in each category (featured in, followeb by...). Puppeteer click function doesn't work because it's a kind of javascript function const puppeteer = require('puppeteer'); const scrape =…