Javascript – Puppeteer – pass variable to selector
new to puppeteer and having trouble understanding how I can pass a variable to the browser inside the querySelector I've got something to that goes and queries number of active users and returns the value const usedLicenses = await page.evaluate(()…