public DriverService() { _library_dir = IOExt.GetAssemblyDirectory(); _arguments = new List <string>(); _temp_folder = GetTempFolder(); _endpoint = EndPointExt.Create(IPAddress.Loopback, false); }
public FirefoxService() { _this_assembly_dir = IOExt.GetAssemblyDirectory(); _working_dir = DriverService.GetTempFolder(); _profil_cache_path = Path.Combine(_working_dir, PROFILE_CACHE_FILENAME); }