Skip to content

Commit

Permalink
Merge c489239 into d44a81f
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos José Rey Sayago committed Jul 6, 2020
2 parents d44a81f + c489239 commit 95528a4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/Dusk.php
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,16 @@ public function noSandbox()
{
return $this->addArgument('--no-sandbox');
}

/**
* Disable the SSL protection.
*
* @return $this
*/
public function noSsl()
{
return $this->addArgument('--ignore-certificate-errors');
}

/**
* Set the initial browser window size.
Expand Down

0 comments on commit 95528a4

Please sign in to comment.