Skip to content

Commit

Permalink
Completed methods allowed on fresh driver
Browse files Browse the repository at this point in the history
  • Loading branch information
peterrehm committed Feb 7, 2017
1 parent d018f17 commit da11434
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Session.php
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down Expand Up @@ -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()
Expand Down

0 comments on commit da11434

Please sign in to comment.