diff --git a/src/Browser.php b/src/Browser.php index 06509f4c5..a395ad672 100644 --- a/src/Browser.php +++ b/src/Browser.php @@ -252,7 +252,7 @@ public function resize($width, $height) * * @return $this */ - public function fullsize() + public function fitContent() { $body = $this->driver->findElement(WebDriverBy::tagName('body'));