Package org.openqa.selenium.interactions
Interface Encodable
- All Known Implementing Classes:
KeyInput
,Pause
,PointerInput
,PointerInput.PointerEventProperties
,Sequence
,WheelInput
@NullMarked
public interface Encodable
This interface allows a custom
Interaction
to 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 the
Interaction
interface.-
Method Summary
-
Method Details
-
encode
-