//Try const puppeteer = require('puppeteer'); const button = await page.$(selector); await button.evaluate(b => b.click());