Table of Contents

Class EmulationDomainEvent

Namespace
Selenium.WebDriver.BiDi.Cdp.Emulation
Assembly
Selenium.WebDriver.BiDi.Cdp.dll

Provides static event descriptors for the IEmulation.

public static class EmulationDomainEvent
Inheritance
EmulationDomainEvent
Inherited Members

Properties

ScreenOrientationLockChanged

Fired when a page calls screen.orientation.lock() or screen.orientation.unlock() while device emulation is enabled. This allows the DevTools frontend to update the emulated device orientation accordingly.

public static EventDescriptor<CdpEventArgs<ScreenOrientationLockChangedEventArgs>> ScreenOrientationLockChanged { get; }

Property Value

EventDescriptor<CdpEventArgs<ScreenOrientationLockChangedEventArgs>>

VirtualTimeBudgetExpired

Notification sent after the virtual time budget for the current VirtualTimePolicy has run out.

public static EventDescriptor<CdpEventArgs<VirtualTimeBudgetExpiredEventArgs>> VirtualTimeBudgetExpired { get; }

Property Value

EventDescriptor<CdpEventArgs<VirtualTimeBudgetExpiredEventArgs>>