public interface JavaScriptErrorRetriever
DefaultErrorRetriever; this can be overridden for unit testing of other classes
that use the interface, or to perform custom post-processing of the results.JavaScriptErrorsRule| Modifier and Type | Method and Description |
|---|---|
Iterable<JavaScriptErrorInfo> |
getErrors()
Attempt to retrieve Javascript errors from the current driver.
|
boolean |
isErrorRetrievalSupported()
Return true if the current driver supports retrieval of Javascript errors.
|
boolean isErrorRetrievalSupported()
Iterable<JavaScriptErrorInfo> getErrors()
Copyright © 2016 Atlassian. All rights reserved.