public function BrowserPageTrait::reset in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/jcalderonzumba/gastonjs/src/Browser/BrowserPageTrait.php \Zumba\GastonJS\Browser\BrowserPageTrait::reset()
Resets the page we are in to a clean slate
Return value
mixed
File
- vendor/
jcalderonzumba/ gastonjs/ src/ Browser/ BrowserPageTrait.php, line 56
Class
- BrowserPageTrait
- Trait BrowserPageTrait @package Zumba\GastonJS\Browser
Namespace
Zumba\GastonJS\BrowserCode
public function reset() {
return $this
->command('reset');
}