Skip to content

Commit

Permalink
rename method
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Jun 18, 2019
1 parent a2c9a6b commit 13b8cb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Browser.php
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ public function resize($width, $height)
*
* @return $this
*/
public function fullsize()
public function fitContent()
{
$body = $this->driver->findElement(WebDriverBy::tagName('body'));

Expand Down

0 comments on commit 13b8cb2

Please sign in to comment.