Skip to content

Commit

Permalink
Merge branch 'full_output_data' of github.com:vitorsemeano/browsersho…
Browse files Browse the repository at this point in the history
…t into full_output_data
  • Loading branch information
vitorfigueiraacin committed Oct 16, 2023
2 parents d081810 + 6e5951c commit 0606c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Browsershot.php
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ public function base64Screenshot(): string
public function screenshot(): string
{
if ($this->imageManipulations->isEmpty()) {

$command = $this->createScreenshotCommand();
$encodedImage = $this->callBrowser($command);

Expand Down

0 comments on commit 0606c2c

Please sign in to comment.