How do I click a button that has no ID using (Apify's) Puppeteer?
问题 I am using Apify's puppeteer to login to this website. I did research similar questions but to no avail. I am having trouble finding the clickable id/element for the main Login button seen on the linked login page. Currently, my code reads like this: const Apify = require('apify'); Apify.main(async () => { const input = await Apify.getValue('INPUT'); const browser = await Apify.launchPuppeteer(); const page = await browser.newPage(); await page.goto('https://www.sunpass.com/vector/account