Return the name of the currently active window.
string The name of the current window.
public function getWindowName() { return $this->driver ->getWindowName(); }