package
1.0.0-rc6
Repository: https://github.com/tluthra/go-chrome.git
Documentation: pkg.go.dev

# Variables

Configuration provides named acces to the ConfigurationEnum values.
OrientationType provides named acces to the OrientationTypeEnum values.

# Structs

CanEmulateResult represents the result of calls to Emulation.canEmulate.
ClearDeviceMetricsOverrideResult represents the result of calls to Emulation.clearDeviceMetricsOverride.
ClearGeolocationOverrideResult represents the result of calls to Emulation.clearGeolocationOverride.
ResetPageScaleFactorResult represents the result of calls to Emulation.resetPageScaleFactor.
ScreenOrientation represents a screen orientation.
SetCPUThrottlingRateParams represents Emulation.setCPUThrottlingRate parameters.
SetCPUThrottlingRateResult represents the result of calls to Emulation.setCPUThrottlingRate.
SetDefaultBackgroundColorOverrideParams represents Emulation.setDefaultBackgroundColorOverride parameters.
SetDefaultBackgroundColorOverrideResult represents the result of calls to Emulation.setDefaultBackgroundColorOverride.
SetDeviceMetricsOverrideParams represents Emulation.setDeviceMetricsOverride parameters.
SetDeviceMetricsOverrideResult represents the result of calls to Emulation.setDeviceMetricsOverride.
SetEmitTouchEventsForMouseParams represents Emulation.setEmitTouchEventsForMouse parameters.
SetEmitTouchEventsForMouseResult represents the result of calls to Emulation.setEmitTouchEventsForMouse.
SetEmulatedMediaParams represents Emulation.setEmulatedMedia parameters.
SetEmulatedMediaResult represents the result of calls to Emulation.setEmulatedMedia.
SetGeolocationOverrideParams represents Emulation.setGeolocationOverride parameters.
SetGeolocationOverrideResult represents the result of calls to Emulation.setGeolocationOverride.
SetNavigatorOverridesParams represents Emulation.setNavigatorOverrides parameters.
SetNavigatorOverridesResult represents the result of calls to Emulation.setNavigatorOverrides.
SetPageScaleFactorParams represents Emulation.setPageScaleFactor parameters.
SetPageScaleFactorResult represents the result of calls to Emulation.setPageScaleFactor.
SetScriptExecutionDisabledParams represents Emulation.setScriptExecutionDisabled parameters.
SetScriptExecutionDisabledResult represents the result of calls to Emulation.setScriptExecutionDisabled.
SetTouchEmulationEnabledParams represents Emulation.setTouchEmulationEnabled parameters.
SetTouchEmulationEnabledResult represents the result of calls to Emulation.setTouchEmulationEnabled.
SetVirtualTimePolicyParams represents Emulation.setVirtualTimePolicy parameters.
SetVirtualTimePolicyResult represents the result of calls to Emulation.setVirtualTimePolicy.
SetVisibleSizeParams represents Emulation.setVisibleSize parameters.
SetVisibleSizeResult represents the result of calls to Emulation.setVisibleSize.
VirtualTimeAdvancedEvent represents Emulation.virtualTimeAdvanced event data.
VirtualTimeBudgetExpiredEvent represents Emulation.virtualTimeBudgetExpired event data.
VirtualTimePausedEvent represents Emulation.virtualTimePaused event data.

# Type aliases

ConfigurationEnum is optional.
OrientationTypeEnum represents the orientation type.
VirtualTimePolicy is the time policy - 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.