org.unitils.selenium.screenrecorder.factory
Class ScreenRecorderFactory
java.lang.Object
org.unitils.selenium.screenrecorder.factory.ScreenRecorderFactory
- Direct Known Subclasses:
- DefaultScreenRecorderFactory
public abstract class ScreenRecorderFactory
- extends java.lang.Object
- Author:
- stijnhooft
|
Field Summary |
protected java.lang.reflect.Method |
testMethod
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
testMethod
protected java.lang.reflect.Method testMethod
ScreenRecorderFactory
public ScreenRecorderFactory()
createScreenRecorder
public org.monte.screenrecorder.ScreenRecorder createScreenRecorder(java.lang.reflect.Method testMethod)
throws java.io.IOException,
java.awt.AWTException
- Throws:
java.io.IOException
java.awt.AWTException
createGraphicsConfiguration
protected abstract java.awt.GraphicsConfiguration createGraphicsConfiguration()
createFileFormat
protected abstract org.monte.media.Format createFileFormat()
createCaptureArea
protected abstract java.awt.Rectangle createCaptureArea()
createVideoFormat
protected abstract org.monte.media.Format createVideoFormat()
createMouseFormat
protected abstract org.monte.media.Format createMouseFormat()
createAudioFormat
protected abstract org.monte.media.Format createAudioFormat()
createExportFolder
protected abstract java.io.File createExportFolder()
Copyright © 2015. All Rights Reserved.