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

    • Field Summary

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

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

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

      • setPostrun

        T setPostrun​(S script)
      • getPostrun

        java.util.Optional<S> getPostrun()