Package org.openqa.selenium.chromium
Class AddHasCasting
java.lang.Object
org.openqa.selenium.chromium.AddHasCasting
- All Implemented Interfaces:
AdditionalHttpCommands
,AugmenterProvider<HasCasting>
- Direct Known Subclasses:
AddHasCasting
,AddHasCasting
public abstract class AddHasCasting
extends Object
implements AugmenterProvider<HasCasting>, AdditionalHttpCommands
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract Map<String,
CommandInfo> getImplementation
(Capabilities capabilities, ExecuteMethod executeMethod) For the interface that this provider describes, return an implementation.abstract Predicate<Capabilities>
-
Field Details
-
GET_CAST_SINKS
- See Also:
-
SET_CAST_SINK_TO_USE
- See Also:
-
START_CAST_TAB_MIRRORING
- See Also:
-
START_CAST_DESKTOP_MIRRORING
- See Also:
-
GET_CAST_ISSUE_MESSAGE
- See Also:
-
STOP_CASTING
- See Also:
-
-
Constructor Details
-
AddHasCasting
public AddHasCasting()
-
-
Method Details
-
getAdditionalCommands
- Specified by:
getAdditionalCommands
in interfaceAdditionalHttpCommands
- Returns:
- Additional commands to add to the
CommandExecutor
.
-
isApplicable
- Specified by:
isApplicable
in interfaceAugmenterProvider<HasCasting>
- Returns:
- Whether this provider should be applied given these
caps
.
-
getDescribedInterface
- Specified by:
getDescribedInterface
in interfaceAugmenterProvider<HasCasting>
- Returns:
- The interface that this augmentor describes.
-
getImplementation
Description copied from interface:AugmenterProvider
For the interface that this provider describes, return an implementation.- Specified by:
getImplementation
in interfaceAugmenterProvider<HasCasting>
- Returns:
- An interface implementation
-