Package org.openqa.selenium.remote
Class AddRotatable
- java.lang.Object
-
- org.openqa.selenium.remote.AddRotatable
-
- All Implemented Interfaces:
AugmenterProvider
public class AddRotatable extends java.lang.Object implements AugmenterProvider
-
-
Constructor Summary
Constructors Constructor Description AddRotatable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Class<?>
getDescribedInterface()
InterfaceImplementation
getImplementation(java.lang.Object value)
For the interface that this provider describes, return an implementation.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.openqa.selenium.remote.AugmenterProvider
isApplicable
-
-
-
-
Method Detail
-
getDescribedInterface
public java.lang.Class<?> getDescribedInterface()
- Specified by:
getDescribedInterface
in interfaceAugmenterProvider
- Returns:
- The interface that this augmentor describes.
-
getImplementation
public InterfaceImplementation getImplementation(java.lang.Object value)
Description copied from interface:AugmenterProvider
For the interface that this provider describes, return an implementation.- Specified by:
getImplementation
in interfaceAugmenterProvider
- Parameters:
value
- The value from the capability map- Returns:
- An interface implementation
-
-