Return the names of all open windows.
string[] Array of all open window's names.
public function getWindowNames() { return $this->driver ->getWindowNames(); }