Example #1
0
 public void LoginViaApi(string destination)
 {
     DriverManager.Driver.Value.Url = $"http://backoffice.kube.private{destination}";
     DriverManager.SetToken(TokenManager.GetToken());
 }