Playwright on Steroids: Overcoming Limits With Object-Oriented Programming
Too Long; Didn't Read
Playwright is not thread-safe. This limit, from performance standpoint, is bad. But we can overcome it with object-oriented programming. We'll build a Java solution, step-by-step, based on an object pool and semaphore. And we'll compare the final solution to other ones by doing benchmarks.