Selenium Tests

This commit is contained in:
natan
2024-04-22 10:15:56 +02:00
parent f9f6dfee6b
commit 0fefb316eb
17 changed files with 333 additions and 109 deletions
@@ -0,0 +1,6 @@
namespace Duplicati.Library.RestAPI.Abstractions;
public interface IModernHttpRequestAccess
{
public string GetQueryParam(string name);
}