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
Fields -
Constructor Summary
Constructors -
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:
getAdditionalCommandsin interfaceAdditionalHttpCommands- Returns:
- Additional commands to add to the
CommandExecutor.
-
isApplicable
- Specified by:
isApplicablein interfaceAugmenterProvider<HasCasting>- Returns:
- Whether this provider should be applied given these
caps.
-
getDescribedInterface
- Specified by:
getDescribedInterfacein interfaceAugmenterProvider<HasCasting>- Returns:
- The interface that this augmentor describes.
-
getImplementation
Description copied from interface:AugmenterProviderFor the interface that this provider describes, return an implementation.- Specified by:
getImplementationin interfaceAugmenterProvider<HasCasting>- Returns:
- An interface implementation
-