Package org.openqa.selenium.chromium
Class AddHasCasting
- java.lang.Object
-
- org.openqa.selenium.chromium.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 Summary
Fields Modifier and Type Field Description static java.lang.StringGET_CAST_ISSUE_MESSAGEstatic java.lang.StringGET_CAST_SINKSstatic java.lang.StringSET_CAST_SINK_TO_USEstatic java.lang.StringSTART_CAST_TAB_MIRRORINGstatic java.lang.StringSTOP_CASTING
-
Constructor Summary
Constructors Constructor Description AddHasCasting()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract java.util.Map<java.lang.String,org.openqa.selenium.remote.CommandInfo>getAdditionalCommands()java.lang.Class<HasCasting>getDescribedInterface()HasCastinggetImplementation(org.openqa.selenium.Capabilities capabilities, org.openqa.selenium.remote.ExecuteMethod executeMethod)abstract java.util.function.Predicate<org.openqa.selenium.Capabilities>isApplicable()
-
-
-
Field Detail
-
GET_CAST_SINKS
public static final java.lang.String GET_CAST_SINKS
- See Also:
- Constant Field Values
-
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
-
GET_CAST_ISSUE_MESSAGE
public static final java.lang.String GET_CAST_ISSUE_MESSAGE
- See Also:
- Constant Field Values
-
STOP_CASTING
public static final java.lang.String STOP_CASTING
- See Also:
- Constant Field Values
-
-
Method Detail
-
getAdditionalCommands
public abstract java.util.Map<java.lang.String,org.openqa.selenium.remote.CommandInfo> getAdditionalCommands()
- Specified by:
getAdditionalCommandsin interfaceorg.openqa.selenium.remote.AdditionalHttpCommands
-
isApplicable
public abstract java.util.function.Predicate<org.openqa.selenium.Capabilities> isApplicable()
- Specified by:
isApplicablein interfaceorg.openqa.selenium.remote.AugmenterProvider<HasCasting>
-
getDescribedInterface
public java.lang.Class<HasCasting> getDescribedInterface()
- Specified by:
getDescribedInterfacein interfaceorg.openqa.selenium.remote.AugmenterProvider<HasCasting>
-
getImplementation
public HasCasting getImplementation(org.openqa.selenium.Capabilities capabilities, org.openqa.selenium.remote.ExecuteMethod executeMethod)
- Specified by:
getImplementationin interfaceorg.openqa.selenium.remote.AugmenterProvider<HasCasting>
-
-