public function BrowserWindowTrait::switchToWindow in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/jcalderonzumba/gastonjs/src/Browser/BrowserWindowTrait.php \Zumba\GastonJS\Browser\BrowserWindowTrait::switchToWindow()
Change the browser focus to another window
Parameters
$windowHandleName:
Return value
mixed
File
- vendor/
jcalderonzumba/ gastonjs/ src/ Browser/ BrowserWindowTrait.php, line 32
Class
- BrowserWindowTrait
- Class BrowserWindowTrait @package Zumba\GastonJS\Browser
Namespace
Zumba\GastonJS\BrowserCode
public function switchToWindow($windowHandleName) {
return $this
->command('switch_to_window', $windowHandleName);
}