Interface SupportsAutomationNameOption<T extends BaseOptions<T>>

    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default java.util.Optional<java.lang.String> getAutomationName()
      Get the automation driver to use.
      default T setAutomationName​(java.lang.String automationName)
      Set the automation driver to use.
      • Methods inherited from interface org.openqa.selenium.Capabilities

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

      • AUTOMATION_NAME_OPTION

        static final java.lang.String AUTOMATION_NAME_OPTION
        See Also:
        Constant Field Values
    • Method Detail

      • setAutomationName

        default T setAutomationName​(java.lang.String automationName)
        Set the automation driver to use.
        Parameters:
        automationName - One of supported automation names.
        Returns:
        self instance for chaining.
      • getAutomationName

        default java.util.Optional<java.lang.String> getAutomationName()
        Get the automation driver to use.
        Returns:
        String representing the name of the automation engine