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

com.codeborne.selenide.ClipboardService 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 class ClipboardService {
  @CheckReturnValue
  @Nonnull
  public Clipboard getClipboard(Driver driver) {
    return new DefaultClipboard(driver);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy