Package org.selenide.videorecorder.core
Class ErrorFormatterWithVideoUrl
java.lang.Object
com.codeborne.selenide.ex.SelenideErrorFormatter
org.selenide.videorecorder.core.ErrorFormatterWithVideoUrl
- All Implemented Interfaces:
ErrorFormatter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongenerateErrorDetails
(AssertionError error, Driver driver, Screenshot screenshot, long timeoutMs) protected String
videoUrl()
Methods inherited from class com.codeborne.selenide.ex.SelenideErrorFormatter
actualValue, causedBy, timeout
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.codeborne.selenide.ex.ErrorFormatter
formatActualValue
-
Constructor Details
-
ErrorFormatterWithVideoUrl
public ErrorFormatterWithVideoUrl()
-
-
Method Details
-
generateErrorDetails
public String generateErrorDetails(AssertionError error, Driver driver, Screenshot screenshot, long timeoutMs) - Specified by:
generateErrorDetails
in interfaceErrorFormatter
- Overrides:
generateErrorDetails
in classSelenideErrorFormatter
-
videoUrl
-