You are here

public function Session::forward in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/behat/mink/src/Session.php \Behat\Mink\Session::forward()

Moves forward 1 page in history.

File

vendor/behat/mink/src/Session.php, line 292

Class

Session
Mink session.

Namespace

Behat\Mink

Code

public function forward() {
  $this->driver
    ->forward();
}