command("pop_frame"); } /** * Goes into the iframe to do stuff * @param string $name * @param int $timeout * @return mixed * @throws \Zumba\GastonJS\Exception\BrowserError * @throws \Exception */ public function pushFrame($name, $timeout = null) { return $this->command("push_frame", $name, $timeout); } }