Class BrowserCli

  • All Implemented Interfaces:
    Runnable

    public class BrowserCli
    extends Object
    implements Runnable
    Puppetter browser CLI
    Author:
    burgetr
    • Field Detail

      • width

        protected int width
      • height

        protected int height
      • persistence

        protected int persistence
      • screenshot

        protected boolean screenshot
      • downloadImages

        protected boolean downloadImages
      • noHeadless

        protected boolean noHeadless
      • noClose

        protected boolean noClose
      • userDir

        protected String userDir
    • Constructor Detail

      • BrowserCli

        public BrowserCli()
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface Runnable
      • main

        public static void main​(String[] args)