Category: playwright
-
How importing from Playwright works
How importing from Playwright works Peering into Playwright’s import process Whenever you import playwright, there’s a lot of code being executed before you can actually execute anything with its APIs. In the following short snippet Playwright is initializing a server controlling the browser instance, building a connection between its underlying client and server library, and…
-
Architecture of Playwright
Architecture of Playwright Intro When you load up the repository for the Playwright library, you may be overwhelmed by the numerous packages living both inside the packages folder, and within the root folder. In addition, if you try and trace the code used by a Playwright test, you will likely be befuddled by the many folders in the package…