Class BrowserPreferences

java.lang.Object
net.thucydides.core.webdriver.capabilities.BrowserPreferences

public class BrowserPreferences
extends java.lang.Object
Read browser preferences from a part of the serenity.conf file via the environment variables.
  • Method Summary

    Modifier and Type Method Description
    java.util.Map<java.lang.String,​java.lang.Object> from​(EnvironmentVariables environmentVariables)  
    static BrowserPreferences startingWith​(java.lang.String prefix)  

    Methods inherited from class java.lang.Object

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

    • startingWith

      public static BrowserPreferences startingWith​(java.lang.String prefix)
    • from

      public java.util.Map<java.lang.String,​java.lang.Object> from​(EnvironmentVariables environmentVariables)