Package org.openqa.selenium.remote.html5
Class AddLocationContext
- java.lang.Object
-
- org.openqa.selenium.remote.html5.AddLocationContext
-
- All Implemented Interfaces:
AugmenterProvider<LocationContext>
@Deprecated public class AddLocationContext extends java.lang.Object implements AugmenterProvider<LocationContext>
Deprecated.Uses a non W3C compliant capability and is not available in W3C WebDriver sessions
-
-
Constructor Summary
Constructors Constructor Description AddLocationContext()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.Class<LocationContext>
getDescribedInterface()
Deprecated.LocationContext
getImplementation(Capabilities capabilities, ExecuteMethod executeMethod)
Deprecated.For the interface that this provider describes, return an implementation.java.util.function.Predicate<Capabilities>
isApplicable()
Deprecated.
-
-
-
Method Detail
-
isApplicable
public java.util.function.Predicate<Capabilities> isApplicable()
Deprecated.- Specified by:
isApplicable
in interfaceAugmenterProvider<LocationContext>
- Returns:
- Whether this provider should be applied given these
caps
.
-
getDescribedInterface
public java.lang.Class<LocationContext> getDescribedInterface()
Deprecated.- Specified by:
getDescribedInterface
in interfaceAugmenterProvider<LocationContext>
- Returns:
- The interface that this augmentor describes.
-
getImplementation
public LocationContext getImplementation(Capabilities capabilities, ExecuteMethod executeMethod)
Deprecated.Description copied from interface:AugmenterProvider
For the interface that this provider describes, return an implementation.- Specified by:
getImplementation
in interfaceAugmenterProvider<LocationContext>
- Returns:
- An interface implementation
-
-