Class AddHasCasting

  • All Implemented Interfaces:
    org.openqa.selenium.remote.AdditionalHttpCommands, org.openqa.selenium.remote.AugmenterProvider<HasCasting>

    public abstract class AddHasCasting
    extends java.lang.Object
    implements org.openqa.selenium.remote.AugmenterProvider<HasCasting>, org.openqa.selenium.remote.AdditionalHttpCommands
    • Field Detail

      • SET_CAST_SINK_TO_USE

        public static final java.lang.String SET_CAST_SINK_TO_USE
        See Also:
        Constant Field Values
      • START_CAST_TAB_MIRRORING

        public static final java.lang.String START_CAST_TAB_MIRRORING
        See Also:
        Constant Field Values
      • START_CAST_DESKTOP_MIRRORING

        public static final java.lang.String START_CAST_DESKTOP_MIRRORING
        See Also:
        Constant Field Values
      • GET_CAST_ISSUE_MESSAGE

        public static final java.lang.String GET_CAST_ISSUE_MESSAGE
        See Also:
        Constant Field Values
    • Constructor Detail

      • AddHasCasting

        public AddHasCasting()
    • Method Detail

      • getAdditionalCommands

        public abstract java.util.Map<java.lang.String,​org.openqa.selenium.remote.CommandInfo> getAdditionalCommands()
        Specified by:
        getAdditionalCommands in interface org.openqa.selenium.remote.AdditionalHttpCommands
      • isApplicable

        public abstract java.util.function.Predicate<org.openqa.selenium.Capabilities> isApplicable()
        Specified by:
        isApplicable in interface org.openqa.selenium.remote.AugmenterProvider<HasCasting>
      • getDescribedInterface

        public java.lang.Class<HasCasting> getDescribedInterface()
        Specified by:
        getDescribedInterface in interface org.openqa.selenium.remote.AugmenterProvider<HasCasting>
      • getImplementation

        public HasCasting getImplementation​(org.openqa.selenium.Capabilities capabilities,
                                            org.openqa.selenium.remote.ExecuteMethod executeMethod)
        Specified by:
        getImplementation in interface org.openqa.selenium.remote.AugmenterProvider<HasCasting>