Class Screenshot

java.lang.Object
com.codeborne.selenide.impl.Screenshot

public class Screenshot extends Object
  • Constructor Details

    • Screenshot

      public Screenshot(@Nullable File imageFile, @Nullable String imageUrl, @Nullable String source)
  • Method Details

    • getImage

      public @Nullable String getImage()
    • getSource

      public @Nullable String getSource()
    • none

      public static Screenshot none()
    • isPresent

      public boolean isPresent()
    • summary

      public String summary()
    • toString

      public String toString()
      Overrides:
      toString in class Object