Package core.helpers
Class ScreenRecorderHelper
java.lang.Object
core.helpers.ScreenRecorderHelper
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddelete screen recorder temp folderstatic Filegets the temp dir for screen recorder videos.static voidstart screen recording works for ios, android and webstatic voidstops screen recording works for ios, android and web
-
Field Details
-
RECORDER_ENABLE_RECORDING
- See Also:
-
RECORDER_ON_FAIL_TEST_ONLY
- See Also:
-
RECORDER_MAX_TIME_SECONDS
- See Also:
-
RECORDER_ANDROID_VIDEO_SIZE
- See Also:
-
RECORDER_IOS_QUALITY
- See Also:
-
RECORDER_IOS_TYPE
- See Also:
-
-
Constructor Details
-
ScreenRecorderHelper
public ScreenRecorderHelper()
-
-
Method Details
-
startRecording
public static void startRecording()start screen recording works for ios, android and web -
stopRecording
public static void stopRecording()stops screen recording works for ios, android and web -
getScreenRecorderTempDir
gets the temp dir for screen recorder videos. created on start recording.- Returns:
-
deleteScreenRecorderTempDir
public static void deleteScreenRecorderTempDir()delete screen recorder temp folder
-