You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Headless Chrome is shipping in Chrome 59. It's a way to run the Chrome browser in a headless environment. Essentially, running Chrome without chrome! It brings all modern web platform features provided by Chromium and the Blink rendering engine to the command line.
10
5
11
-
PHPHeadlessChrome provides a simple usage helper class to create PDF and / or screenshots using Headless Chrome.
12
-
Trigger PDF / Screenshots generation from local file / URL.
6
+
PHPHeadlessChrome provides a simple usage helper class to create PDF and / or screenshots using a Headless Chrome instance.
7
+
**Trigger PDF / Screenshots generation for webpages / string HTML or local URL.**
13
8
14
-
In order to use this PHPHeadlessChrome helper make sure Google Chrome is correctly installer from version 59 and onwards.
9
+
In order to use this PHPHeadlessChrome helper make sure Google Chrome is correctly installer from version 59 or onwards.
0 commit comments