@@ -12,15 +12,17 @@ websites that demand javascript support and also supports screen captures.
12
12
Feature List
13
13
---------------------
14
14
15
- * Load webpages through the PhantomJS headless browser
16
- * View detailed response data including page content, headers, status code etc.
17
- * Handle redirects
18
- * View javascript console errors
19
- * View detailed PhantomJS debuged information
20
- * Save screen captures to local disk
21
- * Output web pages to PDF document
22
- * Set viewport size
23
- * Define screen capture x, y, width and height parameters
24
- * Delay page rendering for a specified time
25
- * Execute PhantomJS with command line options
26
- * Easily build and run custom PhantomJS scripts
15
+ * Load webpages through the PhantomJS headless browser
16
+ * View detailed response data including page content, headers, status code etc.
17
+ * Handle redirects
18
+ * View javascript console errors
19
+ * View detailed PhantomJS debug information
20
+ * Save screen captures to local disk
21
+ * Output web pages to PDF document
22
+ * Set viewport size
23
+ * Set fixed header and footer for PDF output
24
+ * Define screen capture x, y, width and height parameters
25
+ * Delay page rendering for a specified time
26
+ * Delay page rendering until page resources are fully loaded
27
+ * Execute PhantomJS with command line options
28
+ * Easily build and run custom PhantomJS scripts
0 commit comments