Class PlayerEventsAdded
- java.lang.Object
-
- org.openqa.selenium.devtools.v112.media.model.PlayerEventsAdded
-
public class PlayerEventsAdded extends java.lang.Object
Send events as a list, allowing them to be batched on the browser for less congestion. If batched, events must ALWAYS be in chronological order.
-
-
Constructor Summary
Constructors Constructor Description PlayerEventsAdded(PlayerId playerId, java.util.List<PlayerEvent> events)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<PlayerEvent>
getEvents()
PlayerId
getPlayerId()
-
-
-
Constructor Detail
-
PlayerEventsAdded
public PlayerEventsAdded(PlayerId playerId, java.util.List<PlayerEvent> events)
-
-
Method Detail
-
getPlayerId
public PlayerId getPlayerId()
-
getEvents
public java.util.List<PlayerEvent> getEvents()
-
-