public static function setupBeforeClass()
 {
     self::$staticBrowser = new Browser(['host' => getenv('SELENIUM_HOST')]);
 }