org.unitils.selenium.screenrecorder.factory
Class DefaultScreenRecorderFactory
java.lang.Object
org.unitils.selenium.screenrecorder.factory.ScreenRecorderFactory
org.unitils.selenium.screenrecorder.factory.DefaultScreenRecorderFactory
public class DefaultScreenRecorderFactory
- extends ScreenRecorderFactory
- Author:
- stijnhooft
ScreenRecorder factory which
-creates an AVI file with no audio
-records the full screen
-saves the video file in the /target/$testMethodName folder
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultScreenRecorderFactory
public DefaultScreenRecorderFactory()
createGraphicsConfiguration
protected java.awt.GraphicsConfiguration createGraphicsConfiguration()
- Specified by:
createGraphicsConfiguration in class ScreenRecorderFactory
createFileFormat
protected org.monte.media.Format createFileFormat()
- Specified by:
createFileFormat in class ScreenRecorderFactory
createCaptureArea
protected java.awt.Rectangle createCaptureArea()
throws java.awt.HeadlessException
- Specified by:
createCaptureArea in class ScreenRecorderFactory
- Throws:
java.awt.HeadlessException
createVideoFormat
protected org.monte.media.Format createVideoFormat()
- Specified by:
createVideoFormat in class ScreenRecorderFactory
createMouseFormat
protected org.monte.media.Format createMouseFormat()
- Specified by:
createMouseFormat in class ScreenRecorderFactory
createAudioFormat
protected org.monte.media.Format createAudioFormat()
- Specified by:
createAudioFormat in class ScreenRecorderFactory
createExportFolder
protected java.io.File createExportFolder()
- Specified by:
createExportFolder in class ScreenRecorderFactory
Copyright © 2015. All Rights Reserved.