Process browser title
Set the current browser title tag
Example
$this->browserTitle("Hello World");
Usage
$process->browserTitle(string $title);
Arguments
Name
Type(s)
Description
title
string
Return value
$this
Object instance it was called from (method supports fluent interface).