Class TakeScreenshotAsImage

  • All Implemented Interfaces:
    Command<java.awt.image.BufferedImage>

    @ParametersAreNonnullByDefault
    public class TakeScreenshotAsImage
    extends java.lang.Object
    implements Command<java.awt.image.BufferedImage>
    • Constructor Detail

      • TakeScreenshotAsImage

        public TakeScreenshotAsImage()
    • Method Detail

      • execute

        @CheckReturnValue
        @Nullable
        public java.awt.image.BufferedImage execute​(SelenideElement proxy,
                                                    WebElementSource element,
                                                    @Nullable
                                                    java.lang.Object[] args)
        Specified by:
        execute in interface Command<java.awt.image.BufferedImage>