Uses of Class
org.openqa.selenium.devtools.media.model.Timestamp
-
Packages that use Timestamp Package Description org.openqa.selenium.devtools.media.model -
-
Uses of Timestamp in org.openqa.selenium.devtools.media.model
Methods in org.openqa.selenium.devtools.media.model that return Timestamp Modifier and Type Method Description Timestamp
PlayerEvent. getTimestamp()
Events are timestamped relative to the start of the player creation not relative to the start of playback.Constructors in org.openqa.selenium.devtools.media.model with parameters of type Timestamp Constructor Description PlayerEvent(PlayerEventType type, Timestamp timestamp, java.lang.String name, java.lang.String value)
-