Package org.openqa.selenium.edge
Class AddHasCasting
- java.lang.Object
-
- org.openqa.selenium.chromium.AddHasCasting
-
- org.openqa.selenium.edge.AddHasCasting
-
- All Implemented Interfaces:
AdditionalHttpCommands
,AugmenterProvider<HasCasting>
@AutoService({AdditionalHttpCommands.class,AugmenterProvider.class}) public class AddHasCasting extends 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,CommandInfo>
getAdditionalCommands()
java.util.function.Predicate<Capabilities>
isApplicable()
-
Methods inherited from class org.openqa.selenium.chromium.AddHasCasting
getDescribedInterface, getImplementation
-
-
-
-
Method Detail
-
getAdditionalCommands
public java.util.Map<java.lang.String,CommandInfo> getAdditionalCommands()
- Specified by:
getAdditionalCommands
in interfaceAdditionalHttpCommands
- Specified by:
getAdditionalCommands
in classAddHasCasting
- Returns:
- Additional commands to add to the
CommandExecutor
.
-
isApplicable
public java.util.function.Predicate<Capabilities> isApplicable()
- Specified by:
isApplicable
in interfaceAugmenterProvider<HasCasting>
- Specified by:
isApplicable
in classAddHasCasting
- Returns:
- Whether this provider should be applied given these
caps
.
-
-