Package com.microsoft.playwright
Class Clock.InstallOptions
- java.lang.Object
-
- com.microsoft.playwright.Clock.InstallOptions
-
-
Constructor Summary
Constructors Constructor Description InstallOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Clock.InstallOptionssetTime(long time)Time to initialize with, current system time by default.Clock.InstallOptionssetTime(String time)Time to initialize with, current system time by default.Clock.InstallOptionssetTime(Date time)Time to initialize with, current system time by default.
-
-
-
Field Detail
-
time
public Object time
Time to initialize with, current system time by default.
-
-
Method Detail
-
setTime
public Clock.InstallOptions setTime(long time)
Time to initialize with, current system time by default.
-
setTime
public Clock.InstallOptions setTime(String time)
Time to initialize with, current system time by default.
-
setTime
public Clock.InstallOptions setTime(Date time)
Time to initialize with, current system time by default.
-
-