Intro: In my project we use CodeceptJS with Puppeteer driver, we also use the configuration waitForNavigation set to DOMContentLoaded
which does not wait for external resources to be loaded, including stylesheets and images, to start interacting with the page.
Question: Considering the stylesheets might not be loaded, would puppeteer be unable to find elements by CSS selector?