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.String
GET_CAST_ISSUE_MESSAGE
static java.lang.String
GET_CAST_SINKS
static java.lang.String
SET_CAST_SINK_TO_USE
static java.lang.String
START_CAST_TAB_MIRRORING
static java.lang.String
STOP_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()
HasCasting
getImplementation(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:
getAdditionalCommands
in interfaceorg.openqa.selenium.remote.AdditionalHttpCommands
-
isApplicable
public abstract java.util.function.Predicate<org.openqa.selenium.Capabilities> isApplicable()
- Specified by:
isApplicable
in interfaceorg.openqa.selenium.remote.AugmenterProvider<HasCasting>
-
getDescribedInterface
public java.lang.Class<HasCasting> getDescribedInterface()
- Specified by:
getDescribedInterface
in interfaceorg.openqa.selenium.remote.AugmenterProvider<HasCasting>
-
getImplementation
public HasCasting getImplementation(org.openqa.selenium.Capabilities capabilities, org.openqa.selenium.remote.ExecuteMethod executeMethod)
- Specified by:
getImplementation
in interfaceorg.openqa.selenium.remote.AugmenterProvider<HasCasting>
-
-