All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.codeborne.selenide.Credentials Maven / Gradle / Ivy

There is a newer version: 7.6.1
Show newest version
package com.codeborne.selenide;

import javax.annotation.CheckReturnValue;
import javax.annotation.Nonnull;
import javax.annotation.ParametersAreNonnullByDefault;

@ParametersAreNonnullByDefault
public interface Credentials {
  @CheckReturnValue
  @Nonnull
  String encode();

  @CheckReturnValue
  @Nonnull
  String domain();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy