public function BrowserNavigateTrait::currentUrl in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/jcalderonzumba/gastonjs/src/Browser/BrowserNavigateTrait.php \Zumba\GastonJS\Browser\BrowserNavigateTrait::currentUrl()
Gets the current url we are in
Return value
mixed
File
- vendor/
jcalderonzumba/ gastonjs/ src/ Browser/ BrowserNavigateTrait.php, line 26
Class
- BrowserNavigateTrait
- Trait BrowserNavigateTrait @package Zumba\GastonJS\Browser
Namespace
Zumba\GastonJS\BrowserCode
public function currentUrl() {
return $this
->command('current_url');
}