/**
  * A shortcut method to quickly get a browser up and running.
  *
  * @return Browser fluid interface
  */
 public static function create($capabilities, $url)
 {
     $client = new Client($url);
     return $client->createBrowser($capabilities);
 }