My verdict: the veteran of browser automation.
Selenium remains relevant for cross-browser testing, but Playwright has surpassed it for new projects. The historic browser automation tool, still useful for testing. Selenium is the grandfather of automatic scraping/testing. It's cross-browser (Chrome, Firefox, Safari), but slower than Puppeteer or Playwright. Free and open-source. If you do automatic cross-browser testing, Selenium remains relevant. For pure scraping, Puppeteer or Playwright are better. But the community is massive and resources are infinite.
What I like less: the verbose syntax, inferior performance compared to Playwright/Puppeteer, and the fact that for new projects, there's better now.
My advice: for new projects, go with Playwright. It's more modern, faster, and the API is more elegant. Selenium remains relevant if you have legacy to maintain or specific cross-browser compatibility needs.