diff --git a/src/Session.php b/src/Session.php index cb09be5fc..ebe853cb2 100644 --- a/src/Session.php +++ b/src/Session.php @@ -59,6 +59,8 @@ public function isStarted() * * Calling any action before visiting a page is an undefined behavior. * The only supported method calls on a fresh driver are + * - resizeWindow() + * - maximizeWindow() * - visit() * - setRequestHeader() * - setBasicAuth() @@ -94,6 +96,8 @@ public function restart() * * Calling any action before visiting a page is an undefined behavior. * The only supported method calls on a fresh driver are + * - resizeWindow() + * - maximizeWindow() * - visit() * - setRequestHeader() * - setBasicAuth()