org.sahagin.runlib.external.adapter.ScreenCaptureAdapter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sahagin Show documentation
Show all versions of sahagin Show documentation
Sahagin makes your Selenium script more readable and maintainable.
The newest version!
package org.sahagin.runlib.external.adapter;
public interface ScreenCaptureAdapter {
// null return means no capture
byte[] captureScreen();
}