/// <summary> /// Cache folder selenium will use for this account /// </summary> /// <param name="username">Username</param> /// <param name="server">Server url</param> /// <param name="proxy">Proxy ip</param> /// <returns></returns> internal static string GetCacheFolder(string username, string server, string proxy) { return($"{username}_{IoHelperCore.UrlRemoveHttp(server)}_{proxy}"); }