DataSift\Storyplayer\PlayerLib\Story::setPersistDevice PHP Method

setPersistDevice() public method

by default, we close the browser after every phase, to make sure that the next phase always starts with a browser in a known state
public setPersistDevice ( )
    public function setPersistDevice()
    {
        $this->persistDevice = true;
        return $this;
    }