pl.wendigo.chrome.domain.emulation

Package pl.wendigo.chrome.domain.emulation

Types

CanEmulateResponse

data class CanEmulateResponse

Represents response frame for Emulation.canEmulate method call.

EmulationDomain

class EmulationDomain

This domain emulates different environments for the page.

ScreenOrientation

data class ScreenOrientation

Screen orientation.

SetCPUThrottlingRateRequest

data class SetCPUThrottlingRateRequest

Represents request frame that can be used with Emulation.setCPUThrottlingRate method call.

SetDefaultBackgroundColorOverrideRequest

data class SetDefaultBackgroundColorOverrideRequest

Represents request frame that can be used with Emulation.setDefaultBackgroundColorOverride method call.

SetDeviceMetricsOverrideRequest

data class SetDeviceMetricsOverrideRequest

Represents request frame that can be used with Emulation.setDeviceMetricsOverride method call.

SetDocumentCookieDisabledRequest

data class SetDocumentCookieDisabledRequest

Represents request frame that can be used with Emulation.setDocumentCookieDisabled method call.

SetEmitTouchEventsForMouseRequest

data class SetEmitTouchEventsForMouseRequest

Represents request frame that can be used with Emulation.setEmitTouchEventsForMouse method call.

SetEmulatedMediaRequest

data class SetEmulatedMediaRequest

Represents request frame that can be used with Emulation.setEmulatedMedia method call.

SetFocusEmulationEnabledRequest

data class SetFocusEmulationEnabledRequest

Represents request frame that can be used with Emulation.setFocusEmulationEnabled method call.

SetGeolocationOverrideRequest

data class SetGeolocationOverrideRequest

Represents request frame that can be used with Emulation.setGeolocationOverride method call.

SetNavigatorOverridesRequest

data class SetNavigatorOverridesRequest

Represents request frame that can be used with Emulation.setNavigatorOverrides method call.

SetPageScaleFactorRequest

data class SetPageScaleFactorRequest

Represents request frame that can be used with Emulation.setPageScaleFactor method call.

SetScriptExecutionDisabledRequest

data class SetScriptExecutionDisabledRequest

Represents request frame that can be used with Emulation.setScriptExecutionDisabled method call.

SetScrollbarsHiddenRequest

data class SetScrollbarsHiddenRequest

Represents request frame that can be used with Emulation.setScrollbarsHidden method call.

SetTimezoneOverrideRequest

data class SetTimezoneOverrideRequest

Represents request frame that can be used with Emulation.setTimezoneOverride method call.

SetTouchEmulationEnabledRequest

data class SetTouchEmulationEnabledRequest

Represents request frame that can be used with Emulation.setTouchEmulationEnabled method call.

SetUserAgentOverrideRequest

data class SetUserAgentOverrideRequest

Represents request frame that can be used with Emulation.setUserAgentOverride method call.

SetVirtualTimePolicyRequest

data class SetVirtualTimePolicyRequest

Represents request frame that can be used with Emulation.setVirtualTimePolicy method call.

SetVirtualTimePolicyResponse

data class SetVirtualTimePolicyResponse

Represents response frame for Emulation.setVirtualTimePolicy method call.

SetVisibleSizeRequest

data class SetVisibleSizeRequest

Represents request frame that can be used with Emulation.setVisibleSize method call.

VirtualTimePolicy

enum class VirtualTimePolicy

advance: If the scheduler runs out of immediate work, the virtual time base may fast forward to allow the next delayed task (if any) to run; pause: The virtual time base may not advance; pauseIfNetworkFetchesPending: The virtual time base may not advance if there are any pending resource fetches.