Class Driver


  • 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.
    • Constructor Detail

      • Driver

        public Driver()
    • Method Detail

      • driverPath

        public Path driverPath()
      • driverDir

        protected abstract Path driverDir()
      • logMessage

        protected static void logMessage​(String message)