You are here

public function BrowserPageTrait::getTitle in Zircon Profile 8

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

Gets the current page title

Return value

mixed

File

vendor/jcalderonzumba/gastonjs/src/Browser/BrowserPageTrait.php, line 38

Class

BrowserPageTrait
Trait BrowserPageTrait @package Zumba\GastonJS\Browser

Namespace

Zumba\GastonJS\Browser

Code

public function getTitle() {
  return $this
    ->command('title');
}