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