diff --git a/src/TakeOptions.php b/src/TakeOptions.php index 6814928..d588364 100644 --- a/src/TakeOptions.php +++ b/src/TakeOptions.php @@ -73,6 +73,16 @@ public function errorOnSelectorNotFound(bool $errorOn) return $this; } + /** + * You can use data center proxies provided by ScreenshotOne to take screenshots from different countries. + */ + public function ipCountryCode(string $ipCountryCode) + { + $this->put("ip_country_code", $ipCountryCode); + + return $this; + } + /** * Styles specifies custom CSS styles for the page. */