![JAR search and dependency download from the Maven repository](/logo.png)
com.aimmac23.node.ScreenshotSource Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of selenium-video-node Show documentation
Show all versions of selenium-video-node Show documentation
Selenium Grid plugin that records videos of running tests
package com.aimmac23.node;
import com.aimmac23.exception.MissingFrameException;
import com.sun.jna.Pointer;
public interface ScreenshotSource {
void doStartupSanityChecks();
int applyScreenshot(Pointer encoderContext) throws MissingFrameException;
int getWidth();
int getHeight();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy