Package org.openqa.selenium.chrome
Class AddHasCasting
java.lang.Object
org.openqa.selenium.chromium.AddHasCasting
org.openqa.selenium.chrome.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
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.openqa.selenium.chromium.AddHasCasting
getDescribedInterface, getImplementation
-
Constructor Details
-
AddHasCasting
public AddHasCasting()
-
-
Method Details
-
getAdditionalCommands
- Specified by:
getAdditionalCommands
in interfaceAdditionalHttpCommands
- Specified by:
getAdditionalCommands
in classAddHasCasting
- Returns:
- Additional commands to add to the
CommandExecutor
.
-
isApplicable
- Specified by:
isApplicable
in interfaceAugmenterProvider<HasCasting>
- Specified by:
isApplicable
in classAddHasCasting
- Returns:
- Whether this provider should be applied given these
caps
.
-