Package 

Class PageExtensionsKt

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static Unit ,Path,Function1)>captureScreenshotToFile(<Error class: unknown class> $self, Path outputImagePath, Function1<<Error class: unknown class>, Unit> options) Captures a screenshot of the current page based on the given options, and stores the resulting image into a new file at the given outputImagePath.
      final static Unit ,Path,)>captureScreenshotToFile(<Error class: unknown class> $self, Path outputImagePath, <Error class: unknown class> request) Captures a screenshot of the current page based on the given request, and store the resulting image into a new file at the given outputImagePath.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • captureScreenshotToFile

         final static Unit ,Path,Function1)>captureScreenshotToFile(<Error class: unknown class> $self, Path outputImagePath, Function1<<Error class: unknown class>, Unit> options)

        Captures a screenshot of the current page based on the given options, and stores the resulting image into a new file at the given outputImagePath. If the file already exists, it is overwritten.

      • captureScreenshotToFile

        @Deprecated(message = "Creating CaptureScreenshotRequest instances is not binary-forward-compatible, prefer the overload with builder lambda") final static Unit ,Path,)>captureScreenshotToFile(<Error class: unknown class> $self, Path outputImagePath, <Error class: unknown class> request)

        Captures a screenshot of the current page based on the given request, and store the resulting image into a new file at the given outputImagePath.