Class AddHasCasting

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

    @AutoService({org.openqa.selenium.remote.AdditionalHttpCommands.class,org.openqa.selenium.remote.AugmenterProvider.class})
    public class AddHasCasting
    extends org.openqa.selenium.chromium.AddHasCasting
    • Field Summary

      • Fields inherited from class org.openqa.selenium.chromium.AddHasCasting

        GET_CAST_ISSUE_MESSAGE, GET_CAST_SINKS, SET_CAST_SINK_TO_USE, START_CAST_DESKTOP_MIRRORING, START_CAST_TAB_MIRRORING, STOP_CASTING
    • Constructor Summary

      Constructors 
      Constructor Description
      AddHasCasting()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​org.openqa.selenium.remote.CommandInfo> getAdditionalCommands()  
      java.util.function.Predicate<org.openqa.selenium.Capabilities> isApplicable()  
      • Methods inherited from class org.openqa.selenium.chromium.AddHasCasting

        getDescribedInterface, getImplementation
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AddHasCasting

        public AddHasCasting()
    • Method Detail

      • getAdditionalCommands

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

        public java.util.function.Predicate<org.openqa.selenium.Capabilities> isApplicable()
        Specified by:
        isApplicable in interface org.openqa.selenium.remote.AugmenterProvider<org.openqa.selenium.chromium.HasCasting>
        Specified by:
        isApplicable in class org.openqa.selenium.chromium.AddHasCasting