Browser base class
Browser base class
Details
Base class for browsers like Chrome, Chromium, etc. Defines the interface used by various browser implementations. It can represent a local browser process or one running remotely.
The initialize()
method of an implementation should set private$host
and private$port. If the process is local, the initialize()
method
should also set private$process.