Using Puppeteer, I\'ve selected some HTML elements using:
await page.$$( \'span.styleNumber\' );
I can get the element\'s text using: