Interface SupportsPrerunOption<T extends BaseOptions<T>,​S extends SystemScript<?>>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String PRERUN_OPTION  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.Optional<S> getPrerun()  
      T setPrerun​(S script)  
      • Methods inherited from interface org.openqa.selenium.Capabilities

        asMap, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatform, getPlatformName, getVersion, is, merge
    • Method Detail

      • setPrerun

        T setPrerun​(S script)
      • getPrerun

        java.util.Optional<S> getPrerun()