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

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

The newest version!
package com.codeborne.selenide;

public class ClipboardService {
  public Clipboard getClipboard(Driver driver) {
    return new DefaultClipboard(driver);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy