public interface AlfrescoTests
| Modifier and Type | Method and Description |
|---|---|
void |
savePageSource(String methodName)
Save page source called by the
FailedTestListener. |
void |
saveScreenShot(String methodName)
Save image of screen called by the
FailedTestListener. |
void saveScreenShot(String methodName) throws IOException
FailedTestListener.
This is applicable when used with selenium drivers that support a full browser.methodName - String name of method calling.IOException - if error.void savePageSource(String methodName) throws IOException
FailedTestListener.
This is applicable when used with selenium drivers that support a full browser.methodName - String name of method calling.IOException - if error.Copyright © 2015 Alfresco Software. All rights reserved.