|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LoggingNotifier
Notification Interface for loggingselenium caller. If you are interested in notifications then instantiate the interface and set the instance with the setCallbackNotifier-function.
Method Summary | |
---|---|
java.lang.Boolean |
errorLogging(java.lang.Object instance,
java.lang.String commandName,
java.lang.String[] args,
java.lang.String result,
java.lang.Throwable exception,
long cmdStartMillis)
Call back function to inform the calling application in case of error. |
java.lang.Boolean |
makeScreenshot(java.lang.Object instance,
java.lang.String pathFile)
Call back function to inform the calling application in case of error. |
Method Detail |
---|
java.lang.Boolean errorLogging(java.lang.Object instance, java.lang.String commandName, java.lang.String[] args, java.lang.String result, java.lang.Throwable exception, long cmdStartMillis)
instance
- Instance of the calling applicationcommandName
- The selenium command nameargs
- The Arguments of the selenium commandresult
- The selenium Answerexception
- The problemcmdStartMillis
- Start time
java.lang.Boolean makeScreenshot(java.lang.Object instance, java.lang.String pathFile)
instance
- Instance of the calling applicationpathFile
- Full path and file to the resource
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |