I still use phantomjs for some old scripts, but yeah, it’s definitely showing its age.
For anything new, I’d 100% recommend Playwright. It’s faster, more reliable, and has way better docs.
phantomjs can’t even handle some basic ES6 features, so if your project uses modern JS, it’s a no-go.
For anything new, I’d 100% recommend Playwright. It’s faster, more reliable, and has way better docs.
phantomjs can’t even handle some basic ES6 features, so if your project uses modern JS, it’s a no-go.
