You are here

public function BrowserFrameTrait::popFrame in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/jcalderonzumba/gastonjs/src/Browser/BrowserFrameTrait.php \Zumba\GastonJS\Browser\BrowserFrameTrait::popFrame()

Back to the parent of the iframe if possible

Return value

mixed

Throws

\Zumba\GastonJS\Exception\BrowserError

\Exception

File

vendor/jcalderonzumba/gastonjs/src/Browser/BrowserFrameTrait.php, line 16

Class

BrowserFrameTrait
Trait BrowserFrameTrait @package Zumba\GastonJS\Browser

Namespace

Zumba\GastonJS\Browser

Code

public function popFrame() {
  return $this
    ->command("pop_frame");
}