Uses of Class
com.microsoft.playwright.Clock.InstallOptions
-
Packages that use Clock.InstallOptions Package Description com.microsoft.playwright -
-
Uses of Clock.InstallOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Clock.InstallOptions Modifier and Type Method Description Clock.InstallOptionsClock.InstallOptions. setTime(long time)Time to initialize with, current system time by default.Clock.InstallOptionsClock.InstallOptions. setTime(String time)Time to initialize with, current system time by default.Clock.InstallOptionsClock.InstallOptions. setTime(Date time)Time to initialize with, current system time by default.Methods in com.microsoft.playwright with parameters of type Clock.InstallOptions Modifier and Type Method Description voidClock. install(Clock.InstallOptions options)Install fake implementations for the following time-related functions:DatesetTimeoutclearTimeoutsetIntervalclearIntervalrequestAnimationFramecancelAnimationFramerequestIdleCallbackcancelIdleCallbackperformance
-