Package io.fluentlenium.adapter
Class TestRunnerCommon
java.lang.Object
io.fluentlenium.adapter.TestRunnerCommon
-
Method Summary
Modifier and TypeMethodDescriptionstatic voiddeleteCookies(SharedWebDriver sharedWebDriver, Configuration configuration) static voiddoHtmlDump(Class<?> testClass, String testName, FluentControl fluentControl, Configuration configuration) static voiddoScreenshot(Class<?> testClass, String testName, FluentControl fluentControl, Configuration configuration) static SharedWebDrivergetTestDriver(Class<?> testClass, String testName, Supplier<org.openqa.selenium.WebDriver> webDriver, TriConsumer<Throwable, Class<?>, String> failed, Configuration configuration, SharedMutator.EffectiveParameters<?> parameters) static voidquitMethodAndThreadDrivers(ConfigurationProperties.DriverLifecycle driverLifecycle, SharedWebDriver sharedWebDriver)
-
Method Details
-
doHtmlDump
public static void doHtmlDump(Class<?> testClass, String testName, FluentControl fluentControl, Configuration configuration) -
doScreenshot
public static void doScreenshot(Class<?> testClass, String testName, FluentControl fluentControl, Configuration configuration)