public function BrowserFrameTrait::popFrame in Zircon Profile 8.0
Same name and namespace in other branches
- 8 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\BrowserCode
public function popFrame() {
return $this
->command("pop_frame");
}