Package org.openqa.selenium.edge
Class AddHasCasting
- java.lang.Object
-
- org.openqa.selenium.chromium.AddHasCasting
-
- org.openqa.selenium.edge.AddHasCasting
-
- All Implemented Interfaces:
org.openqa.selenium.remote.AdditionalHttpCommands,org.openqa.selenium.remote.AugmenterProvider<org.openqa.selenium.chromium.HasCasting>
@AutoService({org.openqa.selenium.remote.AdditionalHttpCommands.class,org.openqa.selenium.remote.AugmenterProvider.class}) public class AddHasCasting extends org.openqa.selenium.chromium.AddHasCasting
-
-
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,org.openqa.selenium.remote.CommandInfo>getAdditionalCommands()java.util.function.Predicate<org.openqa.selenium.Capabilities>isApplicable()
-
-
-
Method Detail
-
getAdditionalCommands
public java.util.Map<java.lang.String,org.openqa.selenium.remote.CommandInfo> getAdditionalCommands()
- Specified by:
getAdditionalCommandsin interfaceorg.openqa.selenium.remote.AdditionalHttpCommands- Specified by:
getAdditionalCommandsin classorg.openqa.selenium.chromium.AddHasCasting
-
isApplicable
public java.util.function.Predicate<org.openqa.selenium.Capabilities> isApplicable()
- Specified by:
isApplicablein interfaceorg.openqa.selenium.remote.AugmenterProvider<org.openqa.selenium.chromium.HasCasting>- Specified by:
isApplicablein classorg.openqa.selenium.chromium.AddHasCasting
-
-