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

io.nosqlbench.driver.webdriver.verbs.ElementScreenShot Maven / Gradle / Ivy

package io.nosqlbench.driver.webdriver.verbs;

import io.nosqlbench.driver.webdriver.WebContext;
import org.openqa.selenium.OutputType;

public class ElementScreenShot implements WebDriverVerb {
    @Override
    public void execute(WebContext context) {
        String screenshotAs = context.peekElement().getScreenshotAs(OutputType.BASE64);
        // This needs more work
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy