Package org.openqa.selenium.interactions
Interface Encodable
-
- All Known Implementing Classes:
KeyInput,Pause,PointerInput,Sequence
public interface EncodableThis interface allows a customInteractionto be JSON encoded for the W3C wire format. It should not normally be exposed or used by user-facing APIs. Instead, these should traffic in theInteractioninterface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>encode()
-