Class Driver

java.lang.Object
com.microsoft.playwright.impl.driver.Driver
Direct Known Subclasses:
Driver.PreinstalledDriver, DriverJar

public abstract class Driver extends Object
This class provides access to playwright-cli. It can be either preinstalled in the host system and its path is passed as a system property or it can be loaded from the driver-bundle module if that module is in the classpath.