Package com.codeborne.selenide.commands
Class TakeScreenshotAsImage
java.lang.Object
com.codeborne.selenide.commands.TakeScreenshotAsImage
- All Implemented Interfaces:
Command<BufferedImage>
@ParametersAreNonnullByDefault
public class TakeScreenshotAsImage
extends Object
implements Command<BufferedImage>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionexecute
(SelenideElement proxy, WebElementSource element, Object[] args)
-
Constructor Details
-
TakeScreenshotAsImage
public TakeScreenshotAsImage()
-
-
Method Details
-
execute
@CheckReturnValue @Nullable public BufferedImage execute(SelenideElement proxy, WebElementSource element, @Nullable Object[] args) - Specified by:
execute
in interfaceCommand<BufferedImage>
-