Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kklisura committed May 21, 2021
1 parent 54f4acf commit 39c8952
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@

/**
* Takes a full page screenshot. The output screenshot dimensions will be page width x page height,
* for example when capturing https://news.ycombinator.com/ the output screenshot image will be 1185x1214
* for example when capturing https://news.ycombinator.com/ the output screenshot image will be
* 1185x1214
*
* @author Kenan Klisura
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
import java.util.Base64;

/**
* The following example opens the HackerNews and prints its page to PDF. PDF printing is
* supported on chrome headless at the moment.
* The following example opens the HackerNews and prints its page to PDF. PDF printing is supported
* on chrome headless at the moment.
*
* @author Kenan Klisura
*/
Expand Down

0 comments on commit 39c8952

Please sign in to comment.