When is Playwright's "waitForSelector" necessary?
Im honestly curious why this method exists? Playwright auto-waits for things to be visible or loaded typically. So why would we ever need to call page.waitForSelector("locator")?
I understand if we are waiting for a specific state, but I see a lot of example code using this method thrown around randomly......but I can't quite figure out why it would be necessary in a normal circumstance?