Class AddLoggingPreferences

java.lang.Object
net.serenitybdd.core.webdriver.driverproviders.AddLoggingPreferences

public class AddLoggingPreferences
extends java.lang.Object
Define WebDriver logging levels using the webdriver.logprefs.* properties, e.g. webdriver.logprefs.driver=ALL webdriver.logprefs.browser=INFO
  • Constructor Summary

    Constructors
    Constructor Description
    AddLoggingPreferences​(EnvironmentVariables environmentVariables)  
  • Method Summary

    Modifier and Type Method Description
    static AddLoggingPreferences from​(EnvironmentVariables environmentVariables)  
    void to​(org.openqa.selenium.remote.DesiredCapabilities capabilities)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AddLoggingPreferences

      public AddLoggingPreferences​(EnvironmentVariables environmentVariables)
  • Method Details