Package 

Interface Screenshots


  • 
    public interface Screenshots
    
                        

    The interface to make screenshots.

    • Method Summary

      Modifier and Type Method Description
      abstract Unit take(String tag) Takes screenshot if it is possible.
      • Methods inherited from class com.kaspersky.kaspresso.device.screenshots.Screenshots

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

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

      • take

         abstract Unit take(String tag)

        Takes screenshot if it is possible.

        Required Permissions: WRITE_EXTERNAL_STORAGE.

        Parameters:
        tag - a unique tag to further identify the screenshot.