Click or drag to resize

CefSharp.DevTools.Page Namespace

Version 130.1.90

[Missing <summary> documentation for "N:CefSharp.DevTools.Page"]

Classes
 ClassDescription
Public classAddScriptToEvaluateOnNewDocumentResponse AddScriptToEvaluateOnNewDocumentResponse
Public classAdFrameStatus Indicates whether a frame has been identified as an ad and why.
Public classAdScriptId Identifies the bottom-most script which caused the frame to be labelled as an ad.
Public classAppManifestError Error while paring app manifest.
Public classAppManifestParsedProperties Parsed app manifest properties.
Public classBackForwardCacheBlockingDetails BackForwardCacheBlockingDetails
Public classBackForwardCacheNotRestoredExplanation BackForwardCacheNotRestoredExplanation
Public classBackForwardCacheNotRestoredExplanationTree BackForwardCacheNotRestoredExplanationTree
Public classBackForwardCacheNotUsedEventArgs Fired for failed bfcache history navigations if BackForwardCache feature is enabled. Do not assume any ordering with the Page.frameNavigated event. This event is fired only for main-frame history navigation where the document changes (non-same-document navigations), when bfcache navigation fails.
Public classCaptureScreenshotResponse CaptureScreenshotResponse
Public classCaptureSnapshotResponse CaptureSnapshotResponse
Public classCompilationCacheParams Per-script compilation cache parameters for `Page.produceCompilationCache`
Public classCompilationCacheProducedEventArgs Issued for every compilation cache generated. Is only available if Page.setGenerateCompilationCache is enabled.
Public classCreateIsolatedWorldResponse CreateIsolatedWorldResponse
Public classDocumentOpenedEventArgs Fired when opening document to write to.
Public classDomContentEventFiredEventArgs domContentEventFired
Public classDownloadProgressEventArgs Fired when download makes progress. Last call has |done| == true. Deprecated. Use Browser.downloadProgress instead.
Public classDownloadWillBeginEventArgs Fired when page is about to start a download. Deprecated. Use Browser.downloadWillBegin instead.
Public classFileChooserOpenedEventArgs Emitted only when `page.interceptFileChooser` is enabled.
Public classFileFilter FileFilter
Public classFileHandler FileHandler
Public classFontFamilies Generic font families collection.
Public classFontSizes Default font sizes.
Public classFrame Information about the Frame on the page.
Public classFrameAttachedEventArgs Fired when frame has been attached to its parent.
Public classFrameClearedScheduledNavigationEventArgs Fired when frame no longer has a scheduled navigation.
Public classFrameDetachedEventArgs Fired when frame has been detached from its parent.
Public classFrameNavigatedEventArgs Fired once navigation of the frame has completed. Frame is now associated with the new loader.
Public classFrameRequestedNavigationEventArgs Fired when a renderer-initiated navigation is requested. Navigation may still be cancelled after the event is issued.
Public classFrameResource Information about the Resource on the page.
Public classFrameResourceTree Information about the Frame hierarchy along with their cached resources.
Public classFrameScheduledNavigationEventArgs Fired when frame schedules a potential navigation.
Public classFrameStartedLoadingEventArgs Fired when frame has started loading.
Public classFrameStoppedLoadingEventArgs Fired when frame has stopped loading.
Public classFrameTree Information about the Frame hierarchy.
Public classGetAdScriptIdResponse GetAdScriptIdResponse
Public classGetAppIdResponse GetAppIdResponse
Public classGetAppManifestResponse GetAppManifestResponse
Public classGetFrameTreeResponse GetFrameTreeResponse
Public classGetInstallabilityErrorsResponse GetInstallabilityErrorsResponse
Public classGetLayoutMetricsResponse GetLayoutMetricsResponse
Public classGetNavigationHistoryResponse GetNavigationHistoryResponse
Public classGetOriginTrialsResponse GetOriginTrialsResponse
Public classGetPermissionsPolicyStateResponse GetPermissionsPolicyStateResponse
Public classGetResourceContentResponse GetResourceContentResponse
Public classGetResourceTreeResponse GetResourceTreeResponse
Public classImageResource The image definition used in both icon and screenshot.
Public classInstallabilityError The installability error
Public classInstallabilityErrorArgument InstallabilityErrorArgument
Public classJavascriptDialogClosedEventArgs Fired when a JavaScript initiated dialog (alert, confirm, prompt, or onbeforeunload) has been closed.
Public classJavascriptDialogOpeningEventArgs Fired when a JavaScript initiated dialog (alert, confirm, prompt, or onbeforeunload) is about to open.
Public classLaunchHandler LaunchHandler
Public classLayoutViewport Layout viewport position and dimensions.
Public classLifecycleEventEventArgs Fired for top level page lifecycle events such as navigation, load, paint, etc.
Public classLoadEventFiredEventArgs loadEventFired
Public classNavigatedWithinDocumentEventArgs Fired when same-document navigation happens, e.g. due to history API usage or anchor navigation.
Public classNavigateResponse NavigateResponse
Public classNavigationEntry Navigation history entry.
Public classOriginTrial OriginTrial
Public classOriginTrialToken OriginTrialToken
Public classOriginTrialTokenWithStatus OriginTrialTokenWithStatus
Public classPageClient Actions and events related to the inspected page belong to the page domain.
Public classPermissionsPolicyBlockLocator PermissionsPolicyBlockLocator
Public classPermissionsPolicyFeatureState PermissionsPolicyFeatureState
Public classPrintToPDFResponse PrintToPDFResponse
Public classProtocolHandler ProtocolHandler
Public classRelatedApplication RelatedApplication
Public classScopeExtension ScopeExtension
Public classScreencastFrameEventArgs Compressed image data requested by the `startScreencast`.
Public classScreencastFrameMetadata Screencast frame metadata.
Public classScreencastVisibilityChangedEventArgs Fired when the page with currently enabled screencast was shown or hidden `.
Public classScreenshot Screenshot
Public classScriptFontFamilies Font families collection for a script.
Public classSearchInResourceResponse SearchInResourceResponse
Public classShareTarget ShareTarget
Public classShortcut Shortcut
Public classViewport Viewport for capturing screenshot.
Public classVisualViewport Visual viewport position, dimensions, and scale.
Public classWebAppManifest WebAppManifest
Public classWindowOpenEventArgs Fired when a new window is going to be opened, via window.open(), link click, form submission, etc.
Enumerations
 EnumerationDescription
Public enumerationAdFrameExplanation AdFrameExplanation
Public enumerationAdFrameType Indicates whether a frame has been identified as an ad.
Public enumerationAutoResponseMode Enum of possible auto-response for permission / prompt dialogs.
Public enumerationBackForwardCacheNotRestoredReason List of not restored reasons for back-forward cache.
Public enumerationBackForwardCacheNotRestoredReasonType Types of not restored reasons for back-forward cache.
Public enumerationCaptureScreenshotFormat Image compression format (defaults to png).
Public enumerationCaptureSnapshotFormat Format (defaults to mhtml).
Public enumerationClientNavigationDisposition ClientNavigationDisposition
Public enumerationClientNavigationReason ClientNavigationReason
Public enumerationCrossOriginIsolatedContextType Indicates whether the frame is cross-origin isolated and why it is the case.
Public enumerationDialogType Javascript dialog type.
Public enumerationDownloadProgressState Download status.
Public enumerationFileChooserOpenedMode Input mode.
Public enumerationFrameDetachedReason FrameDetachedReason
Public enumerationGatedAPIFeatures GatedAPIFeatures
Public enumerationNavigationType The type of a frameNavigated event.
Public enumerationOriginTrialStatus Status for an Origin Trial.
Public enumerationOriginTrialTokenStatus Origin Trial(https://www.chromium.org/blink/origin-trials) support. Status for an Origin Trial token.
Public enumerationOriginTrialUsageRestriction OriginTrialUsageRestriction
Public enumerationPermissionsPolicyBlockReason Reason for a permissions policy feature to be disabled.
Public enumerationPermissionsPolicyFeature All Permissions Policy features. This enum should match the one defined in third_party/blink/renderer/core/permissions_policy/permissions_policy_features.json5.
Public enumerationPrintToPDFTransferMode return as stream
Public enumerationReferrerPolicy The referring-policy used for the navigation.
Public enumerationSecureContextType Indicates whether the frame is a secure context and why it is the case.
Public enumerationSetWebLifecycleStateState Target lifecycle state
Public enumerationStartScreencastFormat Image compression format.
Public enumerationTransitionType Transition type.