Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- Aa - Enum constant in enum class io.webfolder.cdp.type.overlay.ContrastAlgorithm
- Aaa - Enum constant in enum class io.webfolder.cdp.type.overlay.ContrastAlgorithm
- Aborted - Enum constant in enum class io.webfolder.cdp.type.network.ErrorReason
- Accelerometer - Enum constant in enum class io.webfolder.cdp.type.page.PermissionsPolicyFeature
- Accepted - Class in io.webfolder.cdp.event.tethering
-
Informs that port was successfully bound and got a specified connection id.
- Accepted() - Constructor for class io.webfolder.cdp.event.tethering.Accepted
- AccessDenied - Enum constant in enum class io.webfolder.cdp.type.network.ErrorReason
- Accessibility - Enum constant in enum class io.webfolder.cdp.session.Domain
- Accessibility - Interface in io.webfolder.cdp.command
- Accessibility_disable - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Accessibility_enable - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Accessibility_getAXNodeAndAncestors - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Accessibility_getChildAXNodes - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Accessibility_getFullAXTree - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Accessibility_getPartialAXTree - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Accessibility_getRootAXNode - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Accessibility_queryAXTree - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- AccessibilityAsync - Interface in io.webfolder.cdp.command
- AccessibilityEvents - Enum constant in enum class io.webfolder.cdp.type.browser.PermissionType
- AccessibilityLoadComplete - Enum constant in enum class io.webfolder.cdp.event.Events
-
The loadComplete event mirrors the load complete event sent by the browser to assistive technology when the web page has finished loading.
- AccessibilityNodesUpdated - Enum constant in enum class io.webfolder.cdp.event.Events
-
The nodesUpdated event is sent every time a previously requested node has changed the in tree.
- Accessor - Enum constant in enum class io.webfolder.cdp.type.constant.PropertyPreviewType
- AccountsHttpNotFound - Enum constant in enum class io.webfolder.cdp.type.audits.FederatedAuthRequestIssueReason
- AccountsInvalidResponse - Enum constant in enum class io.webfolder.cdp.type.audits.FederatedAuthRequestIssueReason
- AccountsNoResponse - Enum constant in enum class io.webfolder.cdp.type.audits.FederatedAuthRequestIssueReason
- Achromatopsia - Enum constant in enum class io.webfolder.cdp.type.constant.EmulatedVisionDeficiency
- activate() - Method in class io.webfolder.cdp.session.Session
-
Activate this browser window
- activate(String) - Method in class io.webfolder.cdp.session.SessionFactory
-
Activate this browser window
- Activated - Enum constant in enum class io.webfolder.cdp.type.page.PrerenderFinalStatus
- Activated - Enum constant in enum class io.webfolder.cdp.type.serviceworker.ServiceWorkerVersionStatus
- ActivatedBeforeStarted - Enum constant in enum class io.webfolder.cdp.type.page.PrerenderFinalStatus
- activateTarget(String) - Method in interface io.webfolder.cdp.command.Target
-
Activates (focuses) the target.
- activateTarget(String) - Method in interface io.webfolder.cdp.command.TargetAsync
-
Activates (focuses) the target.
- Activating - Enum constant in enum class io.webfolder.cdp.type.serviceworker.ServiceWorkerVersionStatus
- ActivationNavigationsDisallowedForBug1234857 - Enum constant in enum class io.webfolder.cdp.type.page.BackForwardCacheNotRestoredReason
- Active - Enum constant in enum class io.webfolder.cdp.type.constant.TargetLifecycleState
- Active - Enum constant in enum class io.webfolder.cdp.type.constant.WebLifecycleState
- Activedescendant - Enum constant in enum class io.webfolder.cdp.type.accessibility.AXPropertyName
- AdaptiveProcessManager - Class in io.webfolder.cdp.process
- AdaptiveProcessManager() - Constructor for class io.webfolder.cdp.process.AdaptiveProcessManager
- addBinding(String) - Method in interface io.webfolder.cdp.command.Runtime
-
If executionContextId is empty, adds binding with the given name on the global objects of all inspected contexts, including those created later, bindings survive reloads.
- addBinding(String) - Method in interface io.webfolder.cdp.command.RuntimeAsync
-
If executionContextId is empty, adds binding with the given name on the global objects of all inspected contexts, including those created later, bindings survive reloads.
- addBinding(String, Integer, String) - Method in interface io.webfolder.cdp.command.Runtime
-
If executionContextId is empty, adds binding with the given name on the global objects of all inspected contexts, including those created later, bindings survive reloads.
- addBinding(String, Integer, String) - Method in interface io.webfolder.cdp.command.RuntimeAsync
-
If executionContextId is empty, adds binding with the given name on the global objects of all inspected contexts, including those created later, bindings survive reloads.
- addCloseListener(CloseListener) - Method in class io.webfolder.cdp.session.Session
- addCloseListener(CloseListener) - Method in class io.webfolder.cdp.session.SessionFactory
- addCompilationCache(String, String) - Method in interface io.webfolder.cdp.command.Page
-
Seeds compilation cache for given url.
- addCompilationCache(String, String) - Method in interface io.webfolder.cdp.command.PageAsync
-
Seeds compilation cache for given url.
- addCredential(String, Credential) - Method in interface io.webfolder.cdp.command.WebAuthn
-
Adds the credential to the specified authenticator.
- addCredential(String, Credential) - Method in interface io.webfolder.cdp.command.WebAuthnAsync
-
Adds the credential to the specified authenticator.
- AddDatabase - Class in io.webfolder.cdp.event.database
- AddDatabase() - Constructor for class io.webfolder.cdp.event.database.AddDatabase
- addEventListener(EventListener) - Method in class io.webfolder.cdp.session.Session
- AddHeapSnapshotChunk - Class in io.webfolder.cdp.event.heapprofiler
- AddHeapSnapshotChunk() - Constructor for class io.webfolder.cdp.event.heapprofiler.AddHeapSnapshotChunk
- addInspectedHeapObject(String) - Method in interface io.webfolder.cdp.command.HeapProfiler
-
Enables console to refer to the node with given id via (see Command Line API for more details functions).
- addInspectedHeapObject(String) - Method in interface io.webfolder.cdp.command.HeapProfilerAsync
-
Enables console to refer to the node with given id via (see Command Line API for more details functions).
- AddressBar - Enum constant in enum class io.webfolder.cdp.type.page.TransitionType
- AddressUnreachable - Enum constant in enum class io.webfolder.cdp.type.network.ErrorReason
- addRule(String, String, SourceRange) - Method in interface io.webfolder.cdp.command.CSS
-
Inserts a new rule with the given ruleText in a stylesheet with given styleSheetId, at the position specified by location.
- addRule(String, String, SourceRange) - Method in interface io.webfolder.cdp.command.CSSAsync
-
Inserts a new rule with the given ruleText in a stylesheet with given styleSheetId, at the position specified by location.
- addScriptToEvaluateOnLoad(String) - Method in interface io.webfolder.cdp.command.Page
-
Deprecated.
- addScriptToEvaluateOnLoad(String) - Method in interface io.webfolder.cdp.command.PageAsync
-
Deprecated.
- addScriptToEvaluateOnNewDocument(String) - Method in interface io.webfolder.cdp.command.Page
-
Evaluates given script in every frame upon creation (before loading frame's scripts).
- addScriptToEvaluateOnNewDocument(String) - Method in interface io.webfolder.cdp.command.PageAsync
-
Evaluates given script in every frame upon creation (before loading frame's scripts).
- addScriptToEvaluateOnNewDocument(String, String, Boolean) - Method in interface io.webfolder.cdp.command.Page
-
Evaluates given script in every frame upon creation (before loading frame's scripts).
- addScriptToEvaluateOnNewDocument(String, String, Boolean) - Method in interface io.webfolder.cdp.command.PageAsync
-
Evaluates given script in every frame upon creation (before loading frame's scripts).
- addSyncEventListener(EventListener) - Method in class io.webfolder.cdp.session.Session
- addVirtualAuthenticator(VirtualAuthenticatorOptions) - Method in interface io.webfolder.cdp.command.WebAuthn
-
Creates and adds a virtual authenticator.
- addVirtualAuthenticator(VirtualAuthenticatorOptions) - Method in interface io.webfolder.cdp.command.WebAuthnAsync
-
Creates and adds a virtual authenticator.
- AdFrameExplanation - Enum Class in io.webfolder.cdp.type.page
- AdFrameStatus - Class in io.webfolder.cdp.type.page
-
Indicates whether a frame has been identified as an ad and why.
- AdFrameStatus() - Constructor for class io.webfolder.cdp.type.page.AdFrameStatus
- AdFrameType - Enum Class in io.webfolder.cdp.type.page
-
Indicates whether a frame has been identified as an ad.
- AdScriptId - Class in io.webfolder.cdp.type.page
-
Identifies the bottom-most script which caused the frame to be labelled as an ad.
- AdScriptId() - Constructor for class io.webfolder.cdp.type.page.AdScriptId
- Advance - Enum constant in enum class io.webfolder.cdp.type.emulation.VirtualTimePolicy
- AffectedCookie - Class in io.webfolder.cdp.type.audits
-
Information about a cookie that is affected by an inspector issue.
- AffectedCookie() - Constructor for class io.webfolder.cdp.type.audits.AffectedCookie
- AffectedFrame - Class in io.webfolder.cdp.type.audits
-
Information about the frame affected by an inspector issue.
- AffectedFrame() - Constructor for class io.webfolder.cdp.type.audits.AffectedFrame
- AffectedRequest - Class in io.webfolder.cdp.type.audits
-
Information about a request that is affected by an inspector issue.
- AffectedRequest() - Constructor for class io.webfolder.cdp.type.audits.AffectedRequest
- After - Enum constant in enum class io.webfolder.cdp.type.dom.PseudoType
- afterAll(ExtensionContext) - Method in class io.webfolder.cdp.junit.CdpExtension
- afterEach(ExtensionContext) - Method in class io.webfolder.cdp.junit.CdpExtension
- Alert - Enum constant in enum class io.webfolder.cdp.type.page.DialogType
- All - Enum constant in enum class io.webfolder.cdp.type.constant.IncludeWhitespace
- All - Enum constant in enum class io.webfolder.cdp.type.constant.PauseOnExceptionState
- All - Enum constant in enum class io.webfolder.cdp.type.storage.StorageType
- Allow - Enum constant in enum class io.webfolder.cdp.type.constant.DownloadBehavior
- Allow - Enum constant in enum class io.webfolder.cdp.type.network.PrivateNetworkRequestPolicy
- AllowAndName - Enum constant in enum class io.webfolder.cdp.type.constant.DownloadBehavior
- AllowOriginMismatch - Enum constant in enum class io.webfolder.cdp.type.network.CorsError
- AlreadyExists - Enum constant in enum class io.webfolder.cdp.type.constant.TrustTokenStatus
- AmbientLightSensor - Enum constant in enum class io.webfolder.cdp.type.page.PermissionsPolicyFeature
- Ambiguous - Enum constant in enum class io.webfolder.cdp.type.constant.PauseReason
- AnchorClick - Enum constant in enum class io.webfolder.cdp.type.page.ClientNavigationReason
- Animation - Class in io.webfolder.cdp.type.animation
-
Animation instance.
- Animation - Enum constant in enum class io.webfolder.cdp.session.Domain
- Animation - Interface in io.webfolder.cdp.command
- Animation() - Constructor for class io.webfolder.cdp.type.animation.Animation
- Animation_disable - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Animation_enable - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Animation_getCurrentTime - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Animation_getPlaybackRate - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Animation_releaseAnimations - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Animation_resolveAnimation - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Animation_seekAnimations - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Animation_setPaused - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Animation_setPlaybackRate - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Animation_setTiming - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- AnimationAnimationCanceled - Enum constant in enum class io.webfolder.cdp.event.Events
-
Event for when an animation has been cancelled.
- AnimationAnimationCreated - Enum constant in enum class io.webfolder.cdp.event.Events
-
Event for each animation that has been created.
- AnimationAnimationStarted - Enum constant in enum class io.webfolder.cdp.event.Events
-
Event for animation that has been started.
- AnimationAsync - Interface in io.webfolder.cdp.command
- AnimationCanceled - Class in io.webfolder.cdp.event.animation
-
Event for when an animation has been cancelled.
- AnimationCanceled() - Constructor for class io.webfolder.cdp.event.animation.AnimationCanceled
- AnimationCreated - Class in io.webfolder.cdp.event.animation
-
Event for each animation that has been created.
- AnimationCreated() - Constructor for class io.webfolder.cdp.event.animation.AnimationCreated
- AnimationEffect - Class in io.webfolder.cdp.type.animation
-
AnimationEffect instance
- AnimationEffect() - Constructor for class io.webfolder.cdp.type.animation.AnimationEffect
- AnimationStarted - Class in io.webfolder.cdp.event.animation
-
Event for animation that has been started.
- AnimationStarted() - Constructor for class io.webfolder.cdp.event.animation.AnimationStarted
- AnimationType - Enum Class in io.webfolder.cdp.type.constant
-
Animation type of Animation.
- Any - Enum constant in enum class io.webfolder.cdp.Browser
-
cdp4j search the location of Chrome and launches the found browser.
- Any - Enum constant in enum class io.webfolder.cdp.type.constant.TargetCallFrames
- Apca - Enum constant in enum class io.webfolder.cdp.type.overlay.ContrastAlgorithm
- AppBanner - Enum constant in enum class io.webfolder.cdp.type.page.BackForwardCacheNotRestoredReason
- Appcache - Enum constant in enum class io.webfolder.cdp.type.constant.LogEntrySource
- Appcache - Enum constant in enum class io.webfolder.cdp.type.constant.MessageSource
- Appcache - Enum constant in enum class io.webfolder.cdp.type.storage.StorageType
- appendStartPage(List<String>) - Method in class io.webfolder.cdp.Launcher
- AppManifestError - Class in io.webfolder.cdp.type.page
-
Error while paring app manifest.
- AppManifestError() - Constructor for class io.webfolder.cdp.type.page.AppManifestError
- AppManifestParsedProperties - Class in io.webfolder.cdp.type.page
-
Parsed app manifest properties.
- AppManifestParsedProperties() - Constructor for class io.webfolder.cdp.type.page.AppManifestParsedProperties
- ARate - Enum constant in enum class io.webfolder.cdp.type.webaudio.AutomationRate
- arguments() - Method in class io.webfolder.cdp.Options
- arguments(List<String>) - Method in class io.webfolder.cdp.Options.Builder
- Array - Enum constant in enum class io.webfolder.cdp.type.constant.KeyPathType
- Array - Enum constant in enum class io.webfolder.cdp.type.constant.KeyType
- Array - Enum constant in enum class io.webfolder.cdp.type.constant.ObjectSubtypeHint
- Array - Enum constant in enum class io.webfolder.cdp.type.constant.WebDriverValueType
- Arraybuffer - Enum constant in enum class io.webfolder.cdp.type.constant.ObjectSubtypeHint
- Arraybuffer - Enum constant in enum class io.webfolder.cdp.type.constant.WebDriverValueType
- Assert - Enum constant in enum class io.webfolder.cdp.type.constant.ConsoleApiCallType
- Assert - Enum constant in enum class io.webfolder.cdp.type.constant.PauseReason
- async - Enum constant in enum class io.webfolder.cdp.JsObjectReleaseMode
- AsyncCommand - Class in io.webfolder.cdp.session
- AsyncCommand(SessionInvocationHandler) - Constructor for class io.webfolder.cdp.session.AsyncCommand
- AsyncCommandFactory - Class in io.webfolder.cdp.command
- AsyncCommandFactory(SessionInvocationHandler) - Constructor for class io.webfolder.cdp.command.AsyncCommandFactory
- AsyncWebSocketFactory - Class in io.webfolder.cdp.channel
- AsyncWebSocketFactory() - Constructor for class io.webfolder.cdp.channel.AsyncWebSocketFactory
- AsyncWebSocketFactory(int) - Constructor for class io.webfolder.cdp.channel.AsyncWebSocketFactory
- AsyncWebSocketFactory(int, int, String) - Constructor for class io.webfolder.cdp.channel.AsyncWebSocketFactory
- AsyncWebSocketFactory(AsyncHttpClient) - Constructor for class io.webfolder.cdp.channel.AsyncWebSocketFactory
- AsyncWebSocketListener - Class in io.webfolder.cdp.channel
- AsyncWebSocketListener(SessionFactory, MessageHandler) - Constructor for class io.webfolder.cdp.channel.AsyncWebSocketListener
- Atomic - Enum constant in enum class io.webfolder.cdp.type.accessibility.AXPropertyName
- AttachedToTarget - Class in io.webfolder.cdp.event.target
-
Issued when attached to target because of auto-attach or attachToTarget command.
- AttachedToTarget() - Constructor for class io.webfolder.cdp.event.target.AttachedToTarget
- attachToBrowserTarget() - Method in interface io.webfolder.cdp.command.Target
-
Attaches to the browser target, only uses flat sessionId mode.
- attachToBrowserTarget() - Method in interface io.webfolder.cdp.command.TargetAsync
-
Attaches to the browser target, only uses flat sessionId mode.
- attachToTarget(String) - Method in interface io.webfolder.cdp.command.Target
-
Attaches to the target with given id.
- attachToTarget(String) - Method in interface io.webfolder.cdp.command.TargetAsync
-
Attaches to the target with given id.
- attachToTarget(String, Boolean) - Method in interface io.webfolder.cdp.command.Target
-
Attaches to the target with given id.
- attachToTarget(String, Boolean) - Method in interface io.webfolder.cdp.command.TargetAsync
-
Attaches to the target with given id.
- Attribute - Enum constant in enum class io.webfolder.cdp.type.accessibility.AXValueSourceType
- AttributeModified - Class in io.webfolder.cdp.event.dom
-
Fired when Element's attribute is modified.
- AttributeModified - Enum constant in enum class io.webfolder.cdp.type.domdebugger.DOMBreakpointType
- AttributeModified() - Constructor for class io.webfolder.cdp.event.dom.AttributeModified
- AttributeRemoved - Class in io.webfolder.cdp.event.dom
-
Fired when Element's attribute is removed.
- AttributeRemoved() - Constructor for class io.webfolder.cdp.event.dom.AttributeRemoved
- AttributionReporting - Enum constant in enum class io.webfolder.cdp.type.page.PermissionsPolicyFeature
- AttributionReportingIssue - Enum constant in enum class io.webfolder.cdp.type.audits.InspectorIssueCode
- AttributionReportingIssueDetails - Class in io.webfolder.cdp.type.audits
-
Details for issues around "Attribution Reporting API" usage.
- AttributionReportingIssueDetails() - Constructor for class io.webfolder.cdp.type.audits.AttributionReportingIssueDetails
- AttributionReportingIssueType - Enum Class in io.webfolder.cdp.type.audits
- AttributionSrc - Enum constant in enum class io.webfolder.cdp.type.audits.MixedContentResourceType
- Audio - Enum constant in enum class io.webfolder.cdp.type.audits.MixedContentResourceType
- AudioCapture - Enum constant in enum class io.webfolder.cdp.type.browser.PermissionType
- AudioListener - Class in io.webfolder.cdp.type.webaudio
-
Protocol object for AudioListener
- AudioListener() - Constructor for class io.webfolder.cdp.type.webaudio.AudioListener
- AudioListenerCreated - Class in io.webfolder.cdp.event.webaudio
-
Notifies that the construction of an AudioListener has finished.
- AudioListenerCreated() - Constructor for class io.webfolder.cdp.event.webaudio.AudioListenerCreated
- AudioListenerWillBeDestroyed - Class in io.webfolder.cdp.event.webaudio
-
Notifies that a new AudioListener has been created.
- AudioListenerWillBeDestroyed() - Constructor for class io.webfolder.cdp.event.webaudio.AudioListenerWillBeDestroyed
- AudioNode - Class in io.webfolder.cdp.type.webaudio
-
Protocol object for AudioNode
- AudioNode() - Constructor for class io.webfolder.cdp.type.webaudio.AudioNode
- AudioNodeCreated - Class in io.webfolder.cdp.event.webaudio
-
Notifies that a new AudioNode has been created.
- AudioNodeCreated() - Constructor for class io.webfolder.cdp.event.webaudio.AudioNodeCreated
- AudioNodeWillBeDestroyed - Class in io.webfolder.cdp.event.webaudio
-
Notifies that an existing AudioNode has been destroyed.
- AudioNodeWillBeDestroyed() - Constructor for class io.webfolder.cdp.event.webaudio.AudioNodeWillBeDestroyed
- AudioOutputDeviceRequested - Enum constant in enum class io.webfolder.cdp.type.page.PrerenderFinalStatus
- AudioParam - Class in io.webfolder.cdp.type.webaudio
-
Protocol object for AudioParam
- AudioParam() - Constructor for class io.webfolder.cdp.type.webaudio.AudioParam
- AudioParamCreated - Class in io.webfolder.cdp.event.webaudio
-
Notifies that a new AudioParam has been created.
- AudioParamCreated() - Constructor for class io.webfolder.cdp.event.webaudio.AudioParamCreated
- AudioParamWillBeDestroyed - Class in io.webfolder.cdp.event.webaudio
-
Notifies that an existing AudioParam has been destroyed.
- AudioParamWillBeDestroyed() - Constructor for class io.webfolder.cdp.event.webaudio.AudioParamWillBeDestroyed
- Audits - Enum constant in enum class io.webfolder.cdp.session.Domain
- Audits - Interface in io.webfolder.cdp.command
-
Audits domain allows investigation of page violations and possible improvements.
- Audits_checkContrast - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Audits_disable - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Audits_enable - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Audits_getEncodedResponse - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- AuditsAsync - Interface in io.webfolder.cdp.command
-
Audits domain allows investigation of page violations and possible improvements.
- AuditsIssueAdded - Enum constant in enum class io.webfolder.cdp.event.Events
- AuthChallenge - Class in io.webfolder.cdp.type.fetch
-
Authorization challenge for HTTP status code 401 or 407.
- AuthChallenge - Class in io.webfolder.cdp.type.network
-
Authorization challenge for HTTP status code 401 or 407.
- AuthChallenge() - Constructor for class io.webfolder.cdp.type.fetch.AuthChallenge
- AuthChallenge() - Constructor for class io.webfolder.cdp.type.network.AuthChallenge
- AuthChallengeResponse - Class in io.webfolder.cdp.type.fetch
-
Response to an AuthChallenge.
- AuthChallengeResponse - Class in io.webfolder.cdp.type.network
-
Response to an AuthChallenge.
- AuthChallengeResponse() - Constructor for class io.webfolder.cdp.type.fetch.AuthChallengeResponse
- AuthChallengeResponse() - Constructor for class io.webfolder.cdp.type.network.AuthChallengeResponse
- AuthChallengeSource - Enum Class in io.webfolder.cdp.type.constant
-
Source of the authentication challenge.
- AuthenticatorProtocol - Enum Class in io.webfolder.cdp.type.webauthn
- AuthenticatorTransport - Enum Class in io.webfolder.cdp.type.webauthn
- AuthorizationCoveredByWildcard - Enum constant in enum class io.webfolder.cdp.type.audits.DeprecationIssueType
- AuthRequired - Class in io.webfolder.cdp.event.fetch
-
Issued when the domain is enabled with handleAuthRequests set to true.
- AuthRequired() - Constructor for class io.webfolder.cdp.event.fetch.AuthRequired
- AuthResponse - Enum Class in io.webfolder.cdp.type.constant
-
The decision on what to do in response to the authorization challenge.
- Auto - Enum constant in enum class io.webfolder.cdp.type.tracing.TracingBackend
- Autoaccept - Enum constant in enum class io.webfolder.cdp.type.constant.SPCTransactionMode
- autoAttachRelated(String, Boolean) - Method in interface io.webfolder.cdp.command.Target
-
Adds the specified target to the list of targets that will be monitored for any related target creation (such as child frames, child workers and new versions of service worker) and reported through attachedToTarget.
- autoAttachRelated(String, Boolean) - Method in interface io.webfolder.cdp.command.TargetAsync
-
Adds the specified target to the list of targets that will be monitored for any related target creation (such as child frames, child workers and new versions of service worker) and reported through attachedToTarget.
- AutoBookmark - Enum constant in enum class io.webfolder.cdp.type.page.TransitionType
- Autocomplete - Enum constant in enum class io.webfolder.cdp.type.accessibility.AXPropertyName
- AutomationRate - Enum Class in io.webfolder.cdp.type.webaudio
-
Enum of AudioParam::AutomationRate from the spec
- Autoplay - Enum constant in enum class io.webfolder.cdp.type.page.PermissionsPolicyFeature
- Autoreject - Enum constant in enum class io.webfolder.cdp.type.constant.SPCTransactionMode
- AutoSubframe - Enum constant in enum class io.webfolder.cdp.type.page.TransitionType
- AutoToplevel - Enum constant in enum class io.webfolder.cdp.type.page.TransitionType
- available() - Method in class io.webfolder.cdp.serialization.LoggingInputStream
- Avif - Enum constant in enum class io.webfolder.cdp.type.emulation.DisabledImageType
- awaitPromise(String) - Method in interface io.webfolder.cdp.command.Runtime
-
Add handler to promise with given promise object id.
- awaitPromise(String) - Method in interface io.webfolder.cdp.command.RuntimeAsync
-
Add handler to promise with given promise object id.
- awaitPromise(String, Boolean, Boolean) - Method in interface io.webfolder.cdp.command.Runtime
-
Add handler to promise with given promise object id.
- awaitPromise(String, Boolean, Boolean) - Method in interface io.webfolder.cdp.command.RuntimeAsync
-
Add handler to promise with given promise object id.
- AwaitPromiseResult - Class in io.webfolder.cdp.type.runtime
- AwaitPromiseResult() - Constructor for class io.webfolder.cdp.type.runtime.AwaitPromiseResult
- AXNode - Class in io.webfolder.cdp.type.accessibility
-
A node in the accessibility tree.
- AXNode() - Constructor for class io.webfolder.cdp.type.accessibility.AXNode
- AXProperty - Class in io.webfolder.cdp.type.accessibility
- AXProperty() - Constructor for class io.webfolder.cdp.type.accessibility.AXProperty
- AXPropertyName - Enum Class in io.webfolder.cdp.type.accessibility
-
Values of AXProperty name: - from 'busy' to 'roledescription': states which apply to every AX node - from 'live' to 'root': attributes which apply to nodes in live regions - from 'autocomplete' to 'valuetext': attributes which apply to widgets - from 'checked' to 'selected': states which apply to widgets - from 'activedescendant' to 'owns' - relationships between elements other than parent/child/sibling.
- AXRelatedNode - Class in io.webfolder.cdp.type.accessibility
- AXRelatedNode() - Constructor for class io.webfolder.cdp.type.accessibility.AXRelatedNode
- AXValue - Class in io.webfolder.cdp.type.accessibility
-
A single computed AX property.
- AXValue() - Constructor for class io.webfolder.cdp.type.accessibility.AXValue
- AXValueNativeSourceType - Enum Class in io.webfolder.cdp.type.accessibility
-
Enum of possible native property sources (as a subtype of a particular AXValueSourceType).
- AXValueSource - Class in io.webfolder.cdp.type.accessibility
-
A single source for a computed AX property.
- AXValueSource() - Constructor for class io.webfolder.cdp.type.accessibility.AXValueSource
- AXValueSourceType - Enum Class in io.webfolder.cdp.type.accessibility
-
Enum of possible property sources.
- AXValueType - Enum Class in io.webfolder.cdp.type.accessibility
-
Enum of possible property types.
B
- back() - Method in interface io.webfolder.cdp.session.Navigator
-
Returns the window to the previous item in the history.
- Back - Enum constant in enum class io.webfolder.cdp.type.input.MouseButton
- Backdrop - Enum constant in enum class io.webfolder.cdp.type.dom.PseudoType
- BackendNode - Class in io.webfolder.cdp.type.dom
-
Backend node with a friendly name.
- BackendNode() - Constructor for class io.webfolder.cdp.type.dom.BackendNode
- BackForwardCacheDisabled - Enum constant in enum class io.webfolder.cdp.type.page.BackForwardCacheNotRestoredReason
- BackForwardCacheDisabledByCommandLine - Enum constant in enum class io.webfolder.cdp.type.page.BackForwardCacheNotRestoredReason
- BackForwardCacheDisabledByLowMemory - Enum constant in enum class io.webfolder.cdp.type.page.BackForwardCacheNotRestoredReason
- BackForwardCacheDisabledForDelegate - Enum constant in enum class io.webfolder.cdp.type.page.BackForwardCacheNotRestoredReason
- BackForwardCacheDisabledForPrerender - Enum constant in enum class io.webfolder.cdp.type.page.BackForwardCacheNotRestoredReason
- BackForwardCacheNotRestoredExplanation - Class in io.webfolder.cdp.type.page
- BackForwardCacheNotRestoredExplanation() - Constructor for class io.webfolder.cdp.type.page.BackForwardCacheNotRestoredExplanation
- BackForwardCacheNotRestoredExplanationTree - Class in io.webfolder.cdp.type.page
- BackForwardCacheNotRestoredExplanationTree() - Constructor for class io.webfolder.cdp.type.page.BackForwardCacheNotRestoredExplanationTree
- BackForwardCacheNotRestoredReason - Enum Class in io.webfolder.cdp.type.page
-
List of not restored reasons for back-forward cache.
- BackForwardCacheNotRestoredReasonType - Enum Class in io.webfolder.cdp.type.page
-
Types of not restored reasons for back-forward cache.
- BackForwardCacheNotUsed - Class in io.webfolder.cdp.event.page
-
Fired for failed bfcache history navigations if BackForwardCache feature is enabled.
- BackForwardCacheNotUsed() - Constructor for class io.webfolder.cdp.event.page.BackForwardCacheNotUsed
- BackForwardCacheRestore - Enum constant in enum class io.webfolder.cdp.type.page.NavigationType
- Background - Enum constant in enum class io.webfolder.cdp.type.tracing.MemoryDumpLevelOfDetail
- BackgroundFetch - Enum constant in enum class io.webfolder.cdp.type.backgroundservice.ServiceName
- BackgroundFetch - Enum constant in enum class io.webfolder.cdp.type.browser.PermissionType
- BackgroundService - Enum constant in enum class io.webfolder.cdp.session.Domain
- BackgroundService - Interface in io.webfolder.cdp.command
-
Defines events for background web platform features.
- BackgroundService_clearEvents - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- BackgroundService_setRecording - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- BackgroundService_startObserving - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- BackgroundService_stopObserving - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- BackgroundServiceAsync - Interface in io.webfolder.cdp.command
-
Defines events for background web platform features.
- BackgroundServiceBackgroundServiceEventReceived - Enum constant in enum class io.webfolder.cdp.event.Events
-
Called with all existing backgroundServiceEvents when enabled, and all new events afterwards if enabled and recording.
- BackgroundServiceEvent - Class in io.webfolder.cdp.type.backgroundservice
- BackgroundServiceEvent() - Constructor for class io.webfolder.cdp.type.backgroundservice.BackgroundServiceEvent
- BackgroundServiceEventReceived - Class in io.webfolder.cdp.event.backgroundservice
-
Called with all existing backgroundServiceEvents when enabled, and all new events afterwards if enabled and recording.
- BackgroundServiceEventReceived() - Constructor for class io.webfolder.cdp.event.backgroundservice.BackgroundServiceEventReceived
- BackgroundServiceRecordingStateChanged - Enum constant in enum class io.webfolder.cdp.event.Events
-
Called when the recording state for the service has been updated.
- BackgroundSync - Enum constant in enum class io.webfolder.cdp.type.backgroundservice.ServiceName
- BackgroundSync - Enum constant in enum class io.webfolder.cdp.type.browser.PermissionType
- BACKSPACE - Static variable in interface io.webfolder.cdp.session.Constant
- BadReputation - Enum constant in enum class io.webfolder.cdp.type.security.SafetyTipStatus
- BadResponse - Enum constant in enum class io.webfolder.cdp.type.constant.TrustTokenStatus
- BaseAudioContext - Class in io.webfolder.cdp.type.webaudio
-
Protocol object for BaseAudioContext
- BaseAudioContext() - Constructor for class io.webfolder.cdp.type.webaudio.BaseAudioContext
- Basic - Enum constant in enum class io.webfolder.cdp.type.cachestorage.CachedResponseType
- Beacon - Enum constant in enum class io.webfolder.cdp.type.audits.MixedContentResourceType
- Before - Enum constant in enum class io.webfolder.cdp.type.dom.PseudoType
- beforeAll(ExtensionContext) - Method in class io.webfolder.cdp.junit.CdpExtension
- beforeEach(ExtensionContext) - Method in class io.webfolder.cdp.junit.CdpExtension
- BeforeScriptExecution - Enum constant in enum class io.webfolder.cdp.type.constant.InstrumentationName
- BeforeScriptWithSourceMapExecution - Enum constant in enum class io.webfolder.cdp.type.constant.InstrumentationName
- Beforeunload - Enum constant in enum class io.webfolder.cdp.type.page.DialogType
- beginFrame() - Method in interface io.webfolder.cdp.command.HeadlessExperimental
-
Sends a BeginFrame to the target and returns when the frame was completed.
- beginFrame() - Method in interface io.webfolder.cdp.command.HeadlessExperimentalAsync
-
Sends a BeginFrame to the target and returns when the frame was completed.
- beginFrame(Double, Double, Boolean, ScreenshotParams) - Method in interface io.webfolder.cdp.command.HeadlessExperimental
-
Sends a BeginFrame to the target and returns when the frame was completed.
- beginFrame(Double, Double, Boolean, ScreenshotParams) - Method in interface io.webfolder.cdp.command.HeadlessExperimentalAsync
-
Sends a BeginFrame to the target and returns when the frame was completed.
- BeginFrameResult - Class in io.webfolder.cdp.type.headlessexperimental
- BeginFrameResult() - Constructor for class io.webfolder.cdp.type.headlessexperimental.BeginFrameResult
- beta - Enum constant in enum class io.webfolder.cdp.chromium.ChromiumChannel
-
If you are interested in seeing what's next, with minimal risk, Beta channel is the place to be.
- Bid - Enum constant in enum class io.webfolder.cdp.type.storage.InterestGroupAccessType
- Bigint - Enum constant in enum class io.webfolder.cdp.type.constant.ObjectType
- Bigint - Enum constant in enum class io.webfolder.cdp.type.constant.PropertyPreviewType
- Bigint - Enum constant in enum class io.webfolder.cdp.type.constant.WebDriverValueType
- bind(Integer) - Method in interface io.webfolder.cdp.command.Tethering
-
Request browser port binding.
- bind(Integer) - Method in interface io.webfolder.cdp.command.TetheringAsync
-
Request browser port binding.
- BindingCalled - Class in io.webfolder.cdp.event.runtime
-
Notification is issued every time when binding is called.
- BindingCalled() - Constructor for class io.webfolder.cdp.event.runtime.BindingCalled
- Ble - Enum constant in enum class io.webfolder.cdp.type.webauthn.AuthenticatorTransport
- Block - Enum constant in enum class io.webfolder.cdp.type.constant.ScopeType
- Blockable - Enum constant in enum class io.webfolder.cdp.type.security.MixedContentType
- BlockedByClient - Enum constant in enum class io.webfolder.cdp.type.network.ErrorReason
- BlockedByClient - Enum constant in enum class io.webfolder.cdp.type.page.PrerenderFinalStatus
- BlockedByResponse - Enum constant in enum class io.webfolder.cdp.type.network.ErrorReason
- BlockedByResponseIssue - Enum constant in enum class io.webfolder.cdp.type.audits.InspectorIssueCode
- BlockedByResponseIssueDetails - Class in io.webfolder.cdp.type.audits
-
Details for a request that has been blocked with the BLOCKED_BY_RESPONSE code.
- BlockedByResponseIssueDetails() - Constructor for class io.webfolder.cdp.type.audits.BlockedByResponseIssueDetails
- BlockedByResponseReason - Enum Class in io.webfolder.cdp.type.audits
-
Enum indicating the reason a response has been blocked.
- BlockedCookieWithReason - Class in io.webfolder.cdp.type.network
-
A cookie with was not sent with a request with the corresponding reason.
- BlockedCookieWithReason() - Constructor for class io.webfolder.cdp.type.network.BlockedCookieWithReason
- BlockedEvent - Enum constant in enum class io.webfolder.cdp.type.constant.ViolationType
- BlockedParser - Enum constant in enum class io.webfolder.cdp.type.constant.ViolationType
- BlockedReason - Enum Class in io.webfolder.cdp.type.network
-
The reason why request was blocked.
- BlockedSetCookieWithReason - Class in io.webfolder.cdp.type.network
-
A cookie which was not stored from a response with the corresponding reason.
- BlockedSetCookieWithReason() - Constructor for class io.webfolder.cdp.type.network.BlockedSetCookieWithReason
- BlockFromInsecureToMorePrivate - Enum constant in enum class io.webfolder.cdp.type.network.PrivateNetworkRequestPolicy
- Bluetooth - Enum constant in enum class io.webfolder.cdp.type.network.ConnectionType
- Bluetooth - Enum constant in enum class io.webfolder.cdp.type.page.PermissionsPolicyFeature
- BlurredVision - Enum constant in enum class io.webfolder.cdp.type.constant.EmulatedVisionDeficiency
- Boolean - Enum constant in enum class io.webfolder.cdp.type.accessibility.AXValueType
- Boolean - Enum constant in enum class io.webfolder.cdp.type.constant.ObjectType
- Boolean - Enum constant in enum class io.webfolder.cdp.type.constant.PropertyPreviewType
- Boolean - Enum constant in enum class io.webfolder.cdp.type.constant.WebDriverValueType
- BooleanOrUndefined - Enum constant in enum class io.webfolder.cdp.type.accessibility.AXValueType
- Bounds - Class in io.webfolder.cdp.type.browser
-
Browser window bounds information
- Bounds() - Constructor for class io.webfolder.cdp.type.browser.Bounds
- BoxModel - Class in io.webfolder.cdp.type.dom
-
Box model.
- BoxModel() - Constructor for class io.webfolder.cdp.type.dom.BoxModel
- BoxStyle - Class in io.webfolder.cdp.type.overlay
-
Style information for drawing a box.
- BoxStyle() - Constructor for class io.webfolder.cdp.type.overlay.BoxStyle
- Br - Enum constant in enum class io.webfolder.cdp.type.network.ContentEncoding
- BreakLocation - Class in io.webfolder.cdp.type.debugger
- BreakLocation() - Constructor for class io.webfolder.cdp.type.debugger.BreakLocation
- BreakLocationType - Enum Class in io.webfolder.cdp.type.constant
- BreakpointResolved - Class in io.webfolder.cdp.event.debugger
-
Fired when breakpoint is resolved to an actual script and location.
- BreakpointResolved() - Constructor for class io.webfolder.cdp.event.debugger.BreakpointResolved
- bringToFront() - Method in interface io.webfolder.cdp.command.Page
-
Brings page to front (activates tab).
- bringToFront() - Method in interface io.webfolder.cdp.command.PageAsync
-
Brings page to front (activates tab).
- BroadcastChannel - Enum constant in enum class io.webfolder.cdp.type.page.BackForwardCacheNotRestoredReason
- browser() - Method in class io.webfolder.cdp.junit.CdpExtension
- browser() - Method in class io.webfolder.cdp.Options
- browser(Browser) - Method in class io.webfolder.cdp.Options.Builder
- Browser - Enum Class in io.webfolder.cdp
-
You can use this enum to choose the Chrome version that you want to use.
- Browser - Enum constant in enum class io.webfolder.cdp.session.Domain
- Browser - Interface in io.webfolder.cdp.command
-
The Browser domain defines methods and events for browser managing.
- Browser_cancelDownload - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Browser_close - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Browser_crash - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Browser_crashGpuProcess - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Browser_executeBrowserCommand - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Browser_getBrowserCommandLine - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Browser_getHistogram - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Browser_getHistograms - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Browser_getVersion - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Browser_getWindowBounds - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Browser_getWindowForTarget - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Browser_grantPermissions - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Browser_resetPermissions - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Browser_setDockTile - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Browser_setDownloadBehavior - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Browser_setPermission - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Browser_setWindowBounds - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- BrowserAsync - Interface in io.webfolder.cdp.command
-
The Browser domain defines methods and events for browser managing.
- BrowserCommandId - Enum Class in io.webfolder.cdp.type.browser
-
Browser command ids used by executeBrowserCommand.
- BrowserDownloadProgress - Enum constant in enum class io.webfolder.cdp.event.Events
-
Fired when download makes progress.
- BrowserDownloadWillBegin - Enum constant in enum class io.webfolder.cdp.event.Events
-
Fired when page is about to start a download.
- browserExecutablePath() - Method in class io.webfolder.cdp.junit.CdpExtension
- browserExecutablePath() - Method in class io.webfolder.cdp.Options
- browserExecutablePath(String) - Method in class io.webfolder.cdp.Options.Builder
- BrowsingInstanceNotSwapped - Enum constant in enum class io.webfolder.cdp.type.page.BackForwardCacheNotRestoredReason
- BrowsingTopics - Enum constant in enum class io.webfolder.cdp.type.page.PermissionsPolicyFeature
- Bucket - Class in io.webfolder.cdp.type.browser
-
Chrome histogram bucket.
- Bucket() - Constructor for class io.webfolder.cdp.type.browser.Bucket
- BufferUsage - Class in io.webfolder.cdp.event.tracing
- BufferUsage() - Constructor for class io.webfolder.cdp.event.tracing.BufferUsage
- build() - Method in class io.webfolder.cdp.chromium.ChromiumOptions.Builder
- build() - Method in class io.webfolder.cdp.Options.Builder
- build() - Method in class io.webfolder.cdp.session.SessionSettings.Builder
- build() - Method in class io.webfolder.cdp.session.VideoRecorderOptions.Builder
- builder() - Static method in class io.webfolder.cdp.chromium.ChromiumOptions
- builder() - Static method in class io.webfolder.cdp.Options
- builder() - Static method in class io.webfolder.cdp.session.SessionSettings
- builder() - Static method in class io.webfolder.cdp.session.VideoRecorderOptions
- Busy - Enum constant in enum class io.webfolder.cdp.type.accessibility.AXPropertyName
C
- Cable - Enum constant in enum class io.webfolder.cdp.type.webauthn.AuthenticatorTransport
- Cache - Class in io.webfolder.cdp.type.cachestorage
-
Cache identifier.
- Cache() - Constructor for class io.webfolder.cdp.type.cachestorage.Cache
- CacheControlNoStore - Enum constant in enum class io.webfolder.cdp.type.page.BackForwardCacheNotRestoredReason
- CacheControlNoStoreCookieModified - Enum constant in enum class io.webfolder.cdp.type.page.BackForwardCacheNotRestoredReason
- CacheControlNoStoreHTTPOnlyCookieModified - Enum constant in enum class io.webfolder.cdp.type.page.BackForwardCacheNotRestoredReason
- CachedResource - Class in io.webfolder.cdp.type.network
-
Information about the cached resource.
- CachedResource() - Constructor for class io.webfolder.cdp.type.network.CachedResource
- CachedResponse - Class in io.webfolder.cdp.type.cachestorage
-
Cached response
- CachedResponse() - Constructor for class io.webfolder.cdp.type.cachestorage.CachedResponse
- CachedResponseType - Enum Class in io.webfolder.cdp.type.cachestorage
-
type of HTTP response cached
- CacheFlushed - Enum constant in enum class io.webfolder.cdp.type.page.BackForwardCacheNotRestoredReason
- CacheLimit - Enum constant in enum class io.webfolder.cdp.type.page.BackForwardCacheNotRestoredReason
- CacheStorage - Enum constant in enum class io.webfolder.cdp.session.Domain
- CacheStorage - Enum constant in enum class io.webfolder.cdp.type.network.ServiceWorkerResponseSource
- CacheStorage - Enum constant in enum class io.webfolder.cdp.type.storage.StorageType
- CacheStorage - Interface in io.webfolder.cdp.command
- CacheStorage_deleteCache - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- CacheStorage_deleteEntry - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- CacheStorage_requestCachedResponse - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- CacheStorage_requestCacheNames - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- CacheStorage_requestEntries - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- CacheStorageAsync - Interface in io.webfolder.cdp.command
- CacheStorageContentUpdated - Class in io.webfolder.cdp.event.storage
-
A cache's contents have been modified.
- CacheStorageContentUpdated() - Constructor for class io.webfolder.cdp.event.storage.CacheStorageContentUpdated
- CacheStorageListUpdated - Class in io.webfolder.cdp.event.storage
-
A cache has been added/deleted.
- CacheStorageListUpdated() - Constructor for class io.webfolder.cdp.event.storage.CacheStorageListUpdated
- Call - Enum constant in enum class io.webfolder.cdp.type.constant.BreakLocationType
- CallArgument - Class in io.webfolder.cdp.type.runtime
-
Represents function call argument.
- CallArgument() - Constructor for class io.webfolder.cdp.type.runtime.CallArgument
- CallFrame - Class in io.webfolder.cdp.type.debugger
-
JavaScript call frame.
- CallFrame - Class in io.webfolder.cdp.type.runtime
-
Stack entry for runtime errors and assertions.
- CallFrame() - Constructor for class io.webfolder.cdp.type.debugger.CallFrame
- CallFrame() - Constructor for class io.webfolder.cdp.type.runtime.CallFrame
- callFunction(String) - Method in interface io.webfolder.cdp.session.JavaScript
-
Calls JavaScript function.
- callFunction(String, Class<T>) - Method in interface io.webfolder.cdp.session.JavaScript
- callFunction(String, Class<T>, Object...) - Method in interface io.webfolder.cdp.session.JavaScript
-
Calls JavaScript function.
- callFunctionOn(String) - Method in interface io.webfolder.cdp.command.Runtime
-
Calls function with given declaration on the given object.
- callFunctionOn(String) - Method in interface io.webfolder.cdp.command.RuntimeAsync
-
Calls function with given declaration on the given object.
- callFunctionOn(String, String, List<CallArgument>, Boolean, Boolean, Boolean, Boolean, Boolean, Integer, String, Boolean, Boolean) - Method in interface io.webfolder.cdp.command.Runtime
-
Calls function with given declaration on the given object.
- callFunctionOn(String, String, List<CallArgument>, Boolean, Boolean, Boolean, Boolean, Boolean, Integer, String, Boolean, Boolean) - Method in interface io.webfolder.cdp.command.RuntimeAsync
-
Calls function with given declaration on the given object.
- CallFunctionOnResult - Class in io.webfolder.cdp.type.runtime
- CallFunctionOnResult() - Constructor for class io.webfolder.cdp.type.runtime.CallFunctionOnResult
- callPromise(String, Class<T>, Object...) - Method in interface io.webfolder.cdp.session.JavaScript
-
Calls JavaScript Promise function.
- Camera - Enum constant in enum class io.webfolder.cdp.type.page.PermissionsPolicyFeature
- canary - Enum constant in enum class io.webfolder.cdp.chromium.ChromiumChannel
-
Canary builds are the bleeding edge.
- Cancel - Enum constant in enum class io.webfolder.cdp.type.security.CertificateErrorAction
- CancelAllHostsForTesting - Enum constant in enum class io.webfolder.cdp.type.page.PrerenderFinalStatus
- CancelAuth - Enum constant in enum class io.webfolder.cdp.type.constant.AuthResponse
- cancelDownload(String) - Method in interface io.webfolder.cdp.command.Browser
-
Cancel a download if in progress
- cancelDownload(String) - Method in interface io.webfolder.cdp.command.BrowserAsync
-
Cancel a download if in progress
- cancelDownload(String, String) - Method in interface io.webfolder.cdp.command.Browser
-
Cancel a download if in progress
- cancelDownload(String, String) - Method in interface io.webfolder.cdp.command.BrowserAsync
-
Cancel a download if in progress
- Canceled - Enum constant in enum class io.webfolder.cdp.type.audits.FederatedAuthRequestIssueReason
- Canceled - Enum constant in enum class io.webfolder.cdp.type.constant.DownloadState
- Canceled - Enum constant in enum class io.webfolder.cdp.type.constant.DownloadStatus
- canClearBrowserCache() - Method in interface io.webfolder.cdp.command.Network
-
Deprecated.
- canClearBrowserCache() - Method in interface io.webfolder.cdp.command.NetworkAsync
-
Deprecated.
- canClearBrowserCookies() - Method in interface io.webfolder.cdp.command.Network
-
Deprecated.
- canClearBrowserCookies() - Method in interface io.webfolder.cdp.command.NetworkAsync
-
Deprecated.
- canEmulate() - Method in interface io.webfolder.cdp.command.Emulation
-
Tells whether emulation is supported.
- canEmulate() - Method in interface io.webfolder.cdp.command.EmulationAsync
-
Tells whether emulation is supported.
- canEmulateNetworkConditions() - Method in interface io.webfolder.cdp.command.Network
-
Deprecated.
- canEmulateNetworkConditions() - Method in interface io.webfolder.cdp.command.NetworkAsync
-
Deprecated.
- CanRequestURLHTTPContainingNewline - Enum constant in enum class io.webfolder.cdp.type.audits.DeprecationIssueType
- CaptureAreaScreenshot - Enum constant in enum class io.webfolder.cdp.type.overlay.InspectMode
- captureScreenshot() - Method in interface io.webfolder.cdp.command.Page
-
Capture page screenshot.
- captureScreenshot() - Method in interface io.webfolder.cdp.command.PageAsync
-
Capture page screenshot.
- captureScreenshot() - Method in class io.webfolder.cdp.session.Session
-
Capture page screenshot.
- captureScreenshot(ImageFormat, Integer, Viewport, Boolean) - Method in class io.webfolder.cdp.session.Session
-
Takes a screenshot of the page.
- captureScreenshot(ImageFormat, Integer, Viewport, Boolean, Boolean) - Method in interface io.webfolder.cdp.command.Page
-
Capture page screenshot.
- captureScreenshot(ImageFormat, Integer, Viewport, Boolean, Boolean) - Method in interface io.webfolder.cdp.command.PageAsync
-
Capture page screenshot.
- captureSnapshot() - Method in interface io.webfolder.cdp.command.Page
-
Returns a snapshot of the page as a string.
- captureSnapshot() - Method in interface io.webfolder.cdp.command.PageAsync
-
Returns a snapshot of the page as a string.
- captureSnapshot(SnapshotType) - Method in interface io.webfolder.cdp.command.Page
-
Returns a snapshot of the page as a string.
- captureSnapshot(SnapshotType) - Method in interface io.webfolder.cdp.command.PageAsync
-
Returns a snapshot of the page as a string.
- captureSnapshot(List<String>) - Method in interface io.webfolder.cdp.command.DOMSnapshot
-
Returns a document snapshot, including the full DOM tree of the root node (including iframes, template contents, and imported documents) in a flattened array, as well as layout and white-listed computed style information for the nodes.
- captureSnapshot(List<String>) - Method in interface io.webfolder.cdp.command.DOMSnapshotAsync
-
Returns a document snapshot, including the full DOM tree of the root node (including iframes, template contents, and imported documents) in a flattened array, as well as layout and white-listed computed style information for the nodes.
- captureSnapshot(List<String>, Boolean, Boolean, Boolean, Boolean) - Method in interface io.webfolder.cdp.command.DOMSnapshot
-
Returns a document snapshot, including the full DOM tree of the root node (including iframes, template contents, and imported documents) in a flattened array, as well as layout and white-listed computed style information for the nodes.
- captureSnapshot(List<String>, Boolean, Boolean, Boolean, Boolean) - Method in interface io.webfolder.cdp.command.DOMSnapshotAsync
-
Returns a document snapshot, including the full DOM tree of the root node (including iframes, template contents, and imported documents) in a flattened array, as well as layout and white-listed computed style information for the nodes.
- CaptureSnapshotResult - Class in io.webfolder.cdp.type.domsnapshot
- CaptureSnapshotResult() - Constructor for class io.webfolder.cdp.type.domsnapshot.CaptureSnapshotResult
- Cast - Enum constant in enum class io.webfolder.cdp.session.Domain
- Cast - Interface in io.webfolder.cdp.command
-
A domain for interacting with Cast, Presentation API, and Remote Playback API functionalities.
- Cast_disable - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Cast_enable - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Cast_setSinkToUse - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Cast_startDesktopMirroring - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Cast_startTabMirroring - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Cast_stopCasting - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- CastAsync - Interface in io.webfolder.cdp.command
-
A domain for interacting with Cast, Presentation API, and Remote Playback API functionalities.
- CastIssueUpdated - Enum constant in enum class io.webfolder.cdp.event.Events
-
This is fired whenever the outstanding issue/error message changes.
- CastSinksUpdated - Enum constant in enum class io.webfolder.cdp.event.Events
-
This is fired whenever the list of available sinks changes.
- Catch - Enum constant in enum class io.webfolder.cdp.type.constant.ScopeType
- CdpException - Exception Class in io.webfolder.cdp.exception
- CdpException(String) - Constructor for exception class io.webfolder.cdp.exception.CdpException
- CdpException(Throwable) - Constructor for exception class io.webfolder.cdp.exception.CdpException
- CdpExtension - Class in io.webfolder.cdp.junit
- CdpExtension() - Constructor for class io.webfolder.cdp.junit.CdpExtension
- CdpExtension(Options) - Constructor for class io.webfolder.cdp.junit.CdpExtension
- CdpLogger - Interface in io.webfolder.cdp.logger
- CdpLoggerFactory - Class in io.webfolder.cdp.logger
- CdpLoggerFactory(CdpLoggerType, CdpLogggerLevel, String) - Constructor for class io.webfolder.cdp.logger.CdpLoggerFactory
- CdpLoggerFactory(Options) - Constructor for class io.webfolder.cdp.logger.CdpLoggerFactory
- CdpLoggerType - Enum Class in io.webfolder.cdp.logger
- CdpLogggerLevel - Enum Class in io.webfolder.cdp.logger
- CdpProcess - Class in io.webfolder.cdp.process
- CdpProcess(Object, String) - Constructor for class io.webfolder.cdp.process.CdpProcess
- CdpReadTimeoutException - Exception Class in io.webfolder.cdp.exception
- CdpReadTimeoutException(String) - Constructor for exception class io.webfolder.cdp.exception.CdpReadTimeoutException
- CdpTimeoutException - Exception Class in io.webfolder.cdp.exception
- CdpTimeoutException(String) - Constructor for exception class io.webfolder.cdp.exception.CdpTimeoutException
- Cellular2g - Enum constant in enum class io.webfolder.cdp.type.network.ConnectionType
- Cellular3g - Enum constant in enum class io.webfolder.cdp.type.network.ConnectionType
- Cellular4g - Enum constant in enum class io.webfolder.cdp.type.network.ConnectionType
- CertificateError - Class in io.webfolder.cdp.event.security
-
There is a certificate error.
- CertificateError() - Constructor for class io.webfolder.cdp.event.security.CertificateError
- CertificateErrorAction - Enum Class in io.webfolder.cdp.type.security
-
The action to take when a certificate error occurs.
- CertificateSecurityState - Class in io.webfolder.cdp.type.security
-
Details about the security state of the page certificate.
- CertificateSecurityState() - Constructor for class io.webfolder.cdp.type.security.CertificateSecurityState
- CertificateTransparencyCompliance - Enum Class in io.webfolder.cdp.type.network
-
Whether the request complied with Certificate Transparency policy.
- Channel - Interface in io.webfolder.cdp.channel
- channelActive(ChannelHandlerContext) - Method in class io.webfolder.cdp.channel.NettyWebSocketListener
- ChannelCountMode - Enum Class in io.webfolder.cdp.type.webaudio
-
Enum of AudioNode::ChannelCountMode from the spec
- ChannelFactory - Interface in io.webfolder.cdp.channel
- channelInactive(ChannelHandlerContext) - Method in class io.webfolder.cdp.channel.NettyWebSocketListener
- ChannelInterpretation - Enum Class in io.webfolder.cdp.type.webaudio
-
Enum of AudioNode::ChannelInterpretation from the spec
- channelRead0(ChannelHandlerContext, Object) - Method in class io.webfolder.cdp.channel.NettyWebSocketListener
- Char - Enum constant in enum class io.webfolder.cdp.type.constant.KeyEventType
- CharacterDataModified - Class in io.webfolder.cdp.event.dom
-
Mirrors DOMCharacterDataModified event.
- CharacterDataModified() - Constructor for class io.webfolder.cdp.event.dom.CharacterDataModified
- ChDeviceMemory - Enum constant in enum class io.webfolder.cdp.type.page.PermissionsPolicyFeature
- ChDownlink - Enum constant in enum class io.webfolder.cdp.type.page.PermissionsPolicyFeature
- ChDpr - Enum constant in enum class io.webfolder.cdp.type.page.PermissionsPolicyFeature
- checkContrast() - Method in interface io.webfolder.cdp.command.Audits
-
Runs the contrast check for the target page.
- checkContrast() - Method in interface io.webfolder.cdp.command.AuditsAsync
-
Runs the contrast check for the target page.
- checkContrast(Boolean) - Method in interface io.webfolder.cdp.command.Audits
-
Runs the contrast check for the target page.
- checkContrast(Boolean) - Method in interface io.webfolder.cdp.command.AuditsAsync
-
Runs the contrast check for the target page.
- Checked - Enum constant in enum class io.webfolder.cdp.type.accessibility.AXPropertyName
- ChEct - Enum constant in enum class io.webfolder.cdp.type.page.PermissionsPolicyFeature
- Child - Enum constant in enum class io.webfolder.cdp.type.page.AdFrameType
- ChildNodeCountUpdated - Class in io.webfolder.cdp.event.dom
-
Fired when Container's child node count has changed.
- ChildNodeCountUpdated() - Constructor for class io.webfolder.cdp.event.dom.ChildNodeCountUpdated
- ChildNodeInserted - Class in io.webfolder.cdp.event.dom
-
Mirrors DOMNodeInserted event.
- ChildNodeInserted() - Constructor for class io.webfolder.cdp.event.dom.ChildNodeInserted
- ChildNodeRemoved - Class in io.webfolder.cdp.event.dom
-
Mirrors DOMNodeRemoved event.
- ChildNodeRemoved() - Constructor for class io.webfolder.cdp.event.dom.ChildNodeRemoved
- ChPrefersColorScheme - Enum constant in enum class io.webfolder.cdp.type.page.PermissionsPolicyFeature
- Chrome - Enum constant in enum class io.webfolder.cdp.Browser
- Chrome - Enum constant in enum class io.webfolder.cdp.type.tracing.TracingBackend
- ChromeCanary - Enum constant in enum class io.webfolder.cdp.Browser
- ChromeDev - Enum constant in enum class io.webfolder.cdp.Browser
- ChromeLoadTimesConnectionInfo - Enum constant in enum class io.webfolder.cdp.type.audits.DeprecationIssueType
- ChromeLoadTimesFirstPaintAfterLoadTime - Enum constant in enum class io.webfolder.cdp.type.audits.DeprecationIssueType
- ChromeLoadTimesWasAlternateProtocolAvailable - Enum constant in enum class io.webfolder.cdp.type.audits.DeprecationIssueType
- Chromium - Class in io.webfolder.cdp.chromium
- Chromium(ChromiumOptions) - Constructor for class io.webfolder.cdp.chromium.Chromium
- ChromiumChannel - Enum Class in io.webfolder.cdp.chromium
- ChromiumOptions - Class in io.webfolder.cdp.chromium
- ChromiumOptions.Builder - Class in io.webfolder.cdp.chromium
- ChromiumVersion - Class in io.webfolder.cdp.chromium
- ChRtt - Enum constant in enum class io.webfolder.cdp.type.page.PermissionsPolicyFeature
- ChSaveData - Enum constant in enum class io.webfolder.cdp.type.page.PermissionsPolicyFeature
- ChUa - Enum constant in enum class io.webfolder.cdp.type.page.PermissionsPolicyFeature
- ChUaArch - Enum constant in enum class io.webfolder.cdp.type.page.PermissionsPolicyFeature
- ChUaBitness - Enum constant in enum class io.webfolder.cdp.type.page.PermissionsPolicyFeature
- ChUaFull - Enum constant in enum class io.webfolder.cdp.type.page.PermissionsPolicyFeature
- ChUaFullVersion - Enum constant in enum class io.webfolder.cdp.type.page.PermissionsPolicyFeature
- ChUaFullVersionList - Enum constant in enum class io.webfolder.cdp.type.page.PermissionsPolicyFeature
- ChUaMobile - Enum constant in enum class io.webfolder.cdp.type.page.PermissionsPolicyFeature
- ChUaModel - Enum constant in enum class io.webfolder.cdp.type.page.PermissionsPolicyFeature
- ChUaPlatform - Enum constant in enum class io.webfolder.cdp.type.page.PermissionsPolicyFeature
- ChUaPlatformVersion - Enum constant in enum class io.webfolder.cdp.type.page.PermissionsPolicyFeature
- ChUaReduced - Enum constant in enum class io.webfolder.cdp.type.page.PermissionsPolicyFeature
- ChUaWow64 - Enum constant in enum class io.webfolder.cdp.type.page.PermissionsPolicyFeature
- ChViewportHeight - Enum constant in enum class io.webfolder.cdp.type.page.PermissionsPolicyFeature
- ChViewportWidth - Enum constant in enum class io.webfolder.cdp.type.page.PermissionsPolicyFeature
- ChWidth - Enum constant in enum class io.webfolder.cdp.type.page.PermissionsPolicyFeature
- Circumstantial - Enum constant in enum class io.webfolder.cdp.type.page.BackForwardCacheNotRestoredReasonType
- ClampedMax - Enum constant in enum class io.webfolder.cdp.type.webaudio.ChannelCountMode
- clear() - Method in interface io.webfolder.cdp.command.Log
-
Clears the log.
- clear() - Method in interface io.webfolder.cdp.command.LogAsync
-
Clears the log.
- clear(StorageId) - Method in interface io.webfolder.cdp.command.DOMStorage
- clear(StorageId) - Method in interface io.webfolder.cdp.command.DOMStorageAsync
- Clear - Enum constant in enum class io.webfolder.cdp.type.constant.ConsoleApiCallType
- clearAcceptedEncodingsOverride() - Method in interface io.webfolder.cdp.command.Network
-
Clears accepted encodings set by setAcceptedEncodings
- clearAcceptedEncodingsOverride() - Method in interface io.webfolder.cdp.command.NetworkAsync
-
Clears accepted encodings set by setAcceptedEncodings
- clearBrowserCache() - Method in interface io.webfolder.cdp.command.Network
-
Clears browser cache.
- clearBrowserCache() - Method in interface io.webfolder.cdp.command.NetworkAsync
-
Clears browser cache.
- clearBrowserCookies() - Method in interface io.webfolder.cdp.command.Network
-
Clears browser cookies.
- clearBrowserCookies() - Method in interface io.webfolder.cdp.command.NetworkAsync
-
Clears browser cookies.
- clearCache() - Method in interface io.webfolder.cdp.session.Navigator
-
Clears browser cache.
- clearCompilationCache() - Method in interface io.webfolder.cdp.command.Page
-
Clears seeded compilation cache.
- clearCompilationCache() - Method in interface io.webfolder.cdp.command.PageAsync
-
Clears seeded compilation cache.
- clearCookies() - Method in interface io.webfolder.cdp.command.Storage
-
Clears cookies.
- clearCookies() - Method in interface io.webfolder.cdp.command.StorageAsync
-
Clears cookies.
- clearCookies() - Method in interface io.webfolder.cdp.session.Navigator
-
Clears all browser cookies.
- clearCookies(String) - Method in interface io.webfolder.cdp.command.Storage
-
Clears cookies.
- clearCookies(String) - Method in interface io.webfolder.cdp.command.StorageAsync
-
Clears cookies.
- clearCredentials(String) - Method in interface io.webfolder.cdp.command.WebAuthn
-
Clears all the credentials from the specified device.
- clearCredentials(String) - Method in interface io.webfolder.cdp.command.WebAuthnAsync
-
Clears all the credentials from the specified device.
- clearDataForOrigin(String, String) - Method in interface io.webfolder.cdp.command.Storage
-
Clears storage for origin.
- clearDataForOrigin(String, String) - Method in interface io.webfolder.cdp.command.StorageAsync
-
Clears storage for origin.
- clearDataForStorageKey(String, String) - Method in interface io.webfolder.cdp.command.Storage
-
Clears storage for storage key.
- clearDataForStorageKey(String, String) - Method in interface io.webfolder.cdp.command.StorageAsync
-
Clears storage for storage key.
- clearDeviceMetricsOverride() - Method in interface io.webfolder.cdp.command.Emulation
-
Clears the overridden device metrics.
- clearDeviceMetricsOverride() - Method in interface io.webfolder.cdp.command.EmulationAsync
-
Clears the overridden device metrics.
- clearDeviceMetricsOverride() - Method in interface io.webfolder.cdp.command.Page
-
Deprecated.
- clearDeviceMetricsOverride() - Method in interface io.webfolder.cdp.command.PageAsync
-
Deprecated.
- clearDeviceOrientationOverride() - Method in interface io.webfolder.cdp.command.DeviceOrientation
-
Clears the overridden Device Orientation.
- clearDeviceOrientationOverride() - Method in interface io.webfolder.cdp.command.DeviceOrientationAsync
-
Clears the overridden Device Orientation.
- clearDeviceOrientationOverride() - Method in interface io.webfolder.cdp.command.Page
-
Deprecated.
- clearDeviceOrientationOverride() - Method in interface io.webfolder.cdp.command.PageAsync
-
Deprecated.
- clearEvents(ServiceName) - Method in interface io.webfolder.cdp.command.BackgroundService
-
Clears all stored data for the service.
- clearEvents(ServiceName) - Method in interface io.webfolder.cdp.command.BackgroundServiceAsync
-
Clears all stored data for the service.
- clearGeolocationOverride() - Method in interface io.webfolder.cdp.command.Emulation
-
Clears the overridden Geolocation Position and Error.
- clearGeolocationOverride() - Method in interface io.webfolder.cdp.command.EmulationAsync
-
Clears the overridden Geolocation Position and Error.
- clearGeolocationOverride() - Method in interface io.webfolder.cdp.command.Page
-
Deprecated.
- clearGeolocationOverride() - Method in interface io.webfolder.cdp.command.PageAsync
-
Deprecated.
- clearIdleOverride() - Method in interface io.webfolder.cdp.command.Emulation
-
Clears Idle state overrides.
- clearIdleOverride() - Method in interface io.webfolder.cdp.command.EmulationAsync
-
Clears Idle state overrides.
- clearMessages() - Method in interface io.webfolder.cdp.command.Console
-
Deprecated.Does nothing.
- clearMessages() - Method in interface io.webfolder.cdp.command.ConsoleAsync
-
Deprecated.Does nothing.
- clearObjectStore(String, String) - Method in interface io.webfolder.cdp.command.IndexedDB
-
Clears all entries from an object store.
- clearObjectStore(String, String) - Method in interface io.webfolder.cdp.command.IndexedDBAsync
-
Clears all entries from an object store.
- clearObjectStore(String, String, String, String) - Method in interface io.webfolder.cdp.command.IndexedDB
-
Clears all entries from an object store.
- clearObjectStore(String, String, String, String) - Method in interface io.webfolder.cdp.command.IndexedDBAsync
-
Clears all entries from an object store.
- clearOptions(String) - Method in interface io.webfolder.cdp.session.Dom
-
Clears any existing selected items of <select> element.
- clearOptions(String, Object...) - Method in interface io.webfolder.cdp.session.Dom
-
Clears any existing selected items of <select> element.
- clearTrustTokens(String) - Method in interface io.webfolder.cdp.command.Storage
-
Removes all Trust Tokens issued by the provided issuerOrigin.
- clearTrustTokens(String) - Method in interface io.webfolder.cdp.command.StorageAsync
-
Removes all Trust Tokens issued by the provided issuerOrigin.
- click(String) - Method in interface io.webfolder.cdp.session.Mouse
-
Click on the specified element.
- click(String, Object...) - Method in interface io.webfolder.cdp.session.Mouse
-
Click on the specified element.
- ClientCertRequested - Enum constant in enum class io.webfolder.cdp.type.page.PrerenderFinalStatus
- ClientHintIssue - Enum constant in enum class io.webfolder.cdp.type.audits.InspectorIssueCode
- ClientHintIssueDetails - Class in io.webfolder.cdp.type.audits
-
This issue tracks client hints related issues.
- ClientHintIssueDetails() - Constructor for class io.webfolder.cdp.type.audits.ClientHintIssueDetails
- ClientHintIssueReason - Enum Class in io.webfolder.cdp.type.audits
- ClientMetadataHttpNotFound - Enum constant in enum class io.webfolder.cdp.type.audits.FederatedAuthRequestIssueReason
- ClientMetadataInvalidResponse - Enum constant in enum class io.webfolder.cdp.type.audits.FederatedAuthRequestIssueReason
- ClientMetadataNoResponse - Enum constant in enum class io.webfolder.cdp.type.audits.FederatedAuthRequestIssueReason
- ClientNavigationDisposition - Enum Class in io.webfolder.cdp.type.page
- ClientNavigationReason - Enum Class in io.webfolder.cdp.type.page
- ClientSecurityState - Class in io.webfolder.cdp.type.network
- ClientSecurityState() - Constructor for class io.webfolder.cdp.type.network.ClientSecurityState
- ClipboardRead - Enum constant in enum class io.webfolder.cdp.type.page.PermissionsPolicyFeature
- ClipboardReadWrite - Enum constant in enum class io.webfolder.cdp.type.browser.PermissionType
- ClipboardSanitizedWrite - Enum constant in enum class io.webfolder.cdp.type.browser.PermissionType
- ClipboardWrite - Enum constant in enum class io.webfolder.cdp.type.page.PermissionsPolicyFeature
- close() - Method in class io.webfolder.cdp.channel.AsyncWebSocketFactory
- close() - Method in class io.webfolder.cdp.channel.JettyWebSocketFactory
- close() - Method in class io.webfolder.cdp.channel.NettyWebSocketChannelFactory
- close() - Method in class io.webfolder.cdp.channel.NvWebSocketFactory
- close() - Method in class io.webfolder.cdp.channel.TooTallNateWebSocketFactory
- close() - Method in class io.webfolder.cdp.channel.UndertowWebSocketFactory
- close() - Method in interface io.webfolder.cdp.command.Browser
-
Close browser gracefully.
- close() - Method in interface io.webfolder.cdp.command.BrowserAsync
-
Close browser gracefully.
- close() - Method in interface io.webfolder.cdp.command.Page
-
Tries to close page, running its beforeunload hooks, if any.
- close() - Method in interface io.webfolder.cdp.command.PageAsync
-
Tries to close page, running its beforeunload hooks, if any.
- close() - Method in class io.webfolder.cdp.serialization.LoggingInputStream
- close() - Method in class io.webfolder.cdp.session.Session
-
Close the this browser window
- close() - Method in class io.webfolder.cdp.session.SessionFactory
-
Terminates this instance of SessionFactory, will also close all created browsers if they are still running.
- close(String) - Method in interface io.webfolder.cdp.command.IO
-
Close the stream, discard any temporary backing storage.
- close(String) - Method in interface io.webfolder.cdp.command.IOAsync
-
Close the stream, discard any temporary backing storage.
- CLOSE_REASON_TEXT - Static variable in interface io.webfolder.cdp.channel.Channel
- CLOSE_STATUS_CODE - Static variable in interface io.webfolder.cdp.channel.Channel
- closed() - Method in interface io.webfolder.cdp.session.CloseListener
- closed() - Method in class io.webfolder.cdp.session.SessionFactory
- Closed - Enum constant in enum class io.webfolder.cdp.type.dom.ShadowRootType
- Closed - Enum constant in enum class io.webfolder.cdp.type.webaudio.ContextState
- CloseListener - Interface in io.webfolder.cdp.session
- CloseTabSearch - Enum constant in enum class io.webfolder.cdp.type.browser.BrowserCommandId
- closeTarget(String) - Method in interface io.webfolder.cdp.command.Target
-
Closes the target.
- closeTarget(String) - Method in interface io.webfolder.cdp.command.TargetAsync
-
Closes the target.
- Closure - Enum constant in enum class io.webfolder.cdp.type.constant.ScopeType
- CoepFrameResourceNeedsCoepHeader - Enum constant in enum class io.webfolder.cdp.type.audits.BlockedByResponseReason
- CoepFrameResourceNeedsCoepHeader - Enum constant in enum class io.webfolder.cdp.type.network.BlockedReason
- collectClassNames(String) - Method in interface io.webfolder.cdp.command.CSS
-
Returns all class names from specified stylesheet.
- collectClassNames(String) - Method in interface io.webfolder.cdp.command.CSSAsync
-
Returns all class names from specified stylesheet.
- collectClassNamesFromSubtree(Integer) - Method in interface io.webfolder.cdp.command.DOM
-
Collects class names for the node with given id and all of it's child nodes.
- collectClassNamesFromSubtree(Integer) - Method in interface io.webfolder.cdp.command.DOMAsync
-
Collects class names for the node with given id and all of it's child nodes.
- collectGarbage() - Method in interface io.webfolder.cdp.command.HeapProfiler
- collectGarbage() - Method in interface io.webfolder.cdp.command.HeapProfilerAsync
- ColorFormat - Enum Class in io.webfolder.cdp.type.overlay
- command - Variable in class io.webfolder.cdp.process.DefaultProcessManager
- command - Variable in enum class io.webfolder.cdp.session.DomainCommand
- Command - Class in io.webfolder.cdp.session
- Command(SessionInvocationHandler) - Constructor for class io.webfolder.cdp.session.Command
- CommandException - Exception Class in io.webfolder.cdp.exception
- CommandException(int, String) - Constructor for exception class io.webfolder.cdp.exception.CommandException
- CommandException(Throwable) - Constructor for exception class io.webfolder.cdp.exception.CommandException
- CommandFactory - Class in io.webfolder.cdp.command
- CommandFactory(SessionInvocationHandler) - Constructor for class io.webfolder.cdp.command.CommandFactory
- CommandReturnType - Class in io.webfolder.cdp.session
- CommandReturnType(String, Type, TypeReference<?>) - Constructor for class io.webfolder.cdp.session.CommandReturnType
- compareTo(ChromiumVersion) - Method in class io.webfolder.cdp.chromium.ChromiumVersion
- compareTo(TypeReference<T>) - Method in class io.webfolder.cdp.TypeReference
-
The only reason we define this method (and require implementation of
Comparable
) is to prevent constructing a reference without type information. - CompatibilityMode - Enum Class in io.webfolder.cdp.type.dom
-
Document compatibility mode.
- CompilationCacheParams - Class in io.webfolder.cdp.type.page
-
Per-script compilation cache parameters for Page.produceCompilationCache
- CompilationCacheParams() - Constructor for class io.webfolder.cdp.type.page.CompilationCacheParams
- CompilationCacheProduced - Class in io.webfolder.cdp.event.page
-
Issued for every compilation cache generated.
- CompilationCacheProduced() - Constructor for class io.webfolder.cdp.event.page.CompilationCacheProduced
- compileScript(String, String, Boolean) - Method in interface io.webfolder.cdp.command.Runtime
-
Compiles expression.
- compileScript(String, String, Boolean) - Method in interface io.webfolder.cdp.command.RuntimeAsync
-
Compiles expression.
- compileScript(String, String, Boolean, Integer) - Method in interface io.webfolder.cdp.command.Runtime
-
Compiles expression.
- compileScript(String, String, Boolean, Integer) - Method in interface io.webfolder.cdp.command.RuntimeAsync
-
Compiles expression.
- CompileScriptResult - Class in io.webfolder.cdp.type.runtime
- CompileScriptResult() - Constructor for class io.webfolder.cdp.type.runtime.CompileScriptResult
- Completed - Enum constant in enum class io.webfolder.cdp.type.constant.DownloadState
- Completed - Enum constant in enum class io.webfolder.cdp.type.constant.DownloadStatus
- Compliant - Enum constant in enum class io.webfolder.cdp.type.network.CertificateTransparencyCompliance
- compositingReasons(String) - Method in interface io.webfolder.cdp.command.LayerTree
-
Provides the reasons why the given layer was composited.
- compositingReasons(String) - Method in interface io.webfolder.cdp.command.LayerTreeAsync
-
Provides the reasons why the given layer was composited.
- CompositingReasonsResult - Class in io.webfolder.cdp.type.layertree
- CompositingReasonsResult() - Constructor for class io.webfolder.cdp.type.layertree.CompositingReasonsResult
- ComputedString - Enum constant in enum class io.webfolder.cdp.type.accessibility.AXValueType
- ComputedStyle - Class in io.webfolder.cdp.type.domsnapshot
-
A subset of the full ComputedStyle as defined by the request whitelist.
- ComputedStyle() - Constructor for class io.webfolder.cdp.type.domsnapshot.ComputedStyle
- Confirm - Enum constant in enum class io.webfolder.cdp.type.page.DialogType
- ConflictingBrowsingInstance - Enum constant in enum class io.webfolder.cdp.type.page.BackForwardCacheNotRestoredReason
- connect() - Method in interface io.webfolder.cdp.channel.Channel
- connect() - Method in class io.webfolder.cdp.channel.JakartaWebSocketChannel
- connect() - Method in class io.webfolder.cdp.channel.JettyWebSocketChannel
- connect() - Method in class io.webfolder.cdp.channel.JreWebSocketChannel
- connect() - Method in class io.webfolder.cdp.channel.NettyWebSocketChannel
- connect() - Method in class io.webfolder.cdp.channel.NvWebSocketChannel
- connect() - Method in class io.webfolder.cdp.channel.StandardWebSocketChannel
- connect() - Method in class io.webfolder.cdp.channel.TooTallNateWebSocketChannel
- connect() - Method in class io.webfolder.cdp.channel.UndertowWebSocketChannel
- connect() - Method in class io.webfolder.cdp.session.SessionFactory
- connect(String) - Method in class io.webfolder.cdp.session.SessionFactory
-
Connect to existing session
- connect(String, String) - Method in class io.webfolder.cdp.session.SessionFactory
- connect(String, String, String) - Method in class io.webfolder.cdp.session.SessionFactory
- connect(String, String, String, boolean) - Method in class io.webfolder.cdp.session.SessionFactory
- connect(String, String, String, boolean, Boolean) - Method in class io.webfolder.cdp.session.SessionFactory
- connect(String, String, String, boolean, Boolean, SelectorEngine) - Method in class io.webfolder.cdp.session.SessionFactory
- Connection - Interface in io.webfolder.cdp.channel
- ConnectionAborted - Enum constant in enum class io.webfolder.cdp.type.network.ErrorReason
- ConnectionClosed - Enum constant in enum class io.webfolder.cdp.type.network.ErrorReason
- ConnectionFailed - Enum constant in enum class io.webfolder.cdp.type.network.ErrorReason
- ConnectionRefused - Enum constant in enum class io.webfolder.cdp.type.network.ErrorReason
- ConnectionReset - Enum constant in enum class io.webfolder.cdp.type.network.ErrorReason
- ConnectionType - Enum Class in io.webfolder.cdp.type.network
-
The underlying connection technology that the browser is supposedly using.
- ConnectTiming - Class in io.webfolder.cdp.type.network
- ConnectTiming() - Constructor for class io.webfolder.cdp.type.network.ConnectTiming
- Console - Enum constant in enum class io.webfolder.cdp.logger.CdpLoggerType
- Console - Enum constant in enum class io.webfolder.cdp.session.Domain
- Console - Interface in io.webfolder.cdp.command
-
Deprecated.
- Console_clearMessages - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Console_disable - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Console_enable - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- ConsoleApi - Enum constant in enum class io.webfolder.cdp.type.constant.MessageSource
- ConsoleAPICalled - Class in io.webfolder.cdp.event.runtime
-
Issued when console API was called.
- ConsoleAPICalled() - Constructor for class io.webfolder.cdp.event.runtime.ConsoleAPICalled
- ConsoleApiCallType - Enum Class in io.webfolder.cdp.type.constant
- ConsoleAsync - Interface in io.webfolder.cdp.command
-
Deprecated.
- consoleLoggerLevel() - Method in class io.webfolder.cdp.chromium.ChromiumOptions
- consoleLoggerLevel() - Method in class io.webfolder.cdp.junit.CdpExtension
- consoleLoggerLevel() - Method in class io.webfolder.cdp.Options
- consoleLoggerLevel(CdpLogggerLevel) - Method in class io.webfolder.cdp.chromium.ChromiumOptions.Builder
- consoleLoggerLevel(CdpLogggerLevel) - Method in class io.webfolder.cdp.Options.Builder
- ConsoleMessage - Class in io.webfolder.cdp.type.console
-
Console message.
- ConsoleMessage() - Constructor for class io.webfolder.cdp.type.console.ConsoleMessage
- ConsoleMessageAdded - Enum constant in enum class io.webfolder.cdp.event.Events
-
Issued when new console message is added.
- ConsoleProfileFinished - Class in io.webfolder.cdp.event.profiler
- ConsoleProfileFinished() - Constructor for class io.webfolder.cdp.event.profiler.ConsoleProfileFinished
- ConsoleProfileStarted - Class in io.webfolder.cdp.event.profiler
-
Sent when new profile recording is started using console.profile() call.
- ConsoleProfileStarted() - Constructor for class io.webfolder.cdp.event.profiler.ConsoleProfileStarted
- Constant - Interface in io.webfolder.cdp
- Constant - Interface in io.webfolder.cdp.session
- ContainerQueryContainerHighlightConfig - Class in io.webfolder.cdp.type.overlay
- ContainerQueryContainerHighlightConfig() - Constructor for class io.webfolder.cdp.type.overlay.ContainerQueryContainerHighlightConfig
- ContainerQueryHighlightConfig - Class in io.webfolder.cdp.type.overlay
- ContainerQueryHighlightConfig() - Constructor for class io.webfolder.cdp.type.overlay.ContainerQueryHighlightConfig
- ContainsPlugins - Enum constant in enum class io.webfolder.cdp.type.page.BackForwardCacheNotRestoredReason
- ContentEncoding - Enum Class in io.webfolder.cdp.type.network
-
List of content encodings supported by the backend.
- ContentFileChooser - Enum constant in enum class io.webfolder.cdp.type.page.BackForwardCacheNotRestoredReason
- ContentFileSystemAccess - Enum constant in enum class io.webfolder.cdp.type.page.BackForwardCacheNotRestoredReason
- ContentMediaDevicesDispatcherHost - Enum constant in enum class io.webfolder.cdp.type.page.BackForwardCacheNotRestoredReason
- ContentMediaSessionService - Enum constant in enum class io.webfolder.cdp.type.page.BackForwardCacheNotRestoredReason
- Contents - Enum constant in enum class io.webfolder.cdp.type.accessibility.AXValueSourceType
- ContentScreenReader - Enum constant in enum class io.webfolder.cdp.type.page.BackForwardCacheNotRestoredReason
- ContentSecurityHandler - Enum constant in enum class io.webfolder.cdp.type.page.BackForwardCacheNotRestoredReason
- ContentSecurityPolicyIssue - Enum constant in enum class io.webfolder.cdp.type.audits.InspectorIssueCode
- ContentSecurityPolicyIssueDetails - Class in io.webfolder.cdp.type.audits
- ContentSecurityPolicyIssueDetails() - Constructor for class io.webfolder.cdp.type.audits.ContentSecurityPolicyIssueDetails
- ContentSecurityPolicyViolationType - Enum Class in io.webfolder.cdp.type.audits
- ContentSerial - Enum constant in enum class io.webfolder.cdp.type.page.BackForwardCacheNotRestoredReason
- ContentType - Enum constant in enum class io.webfolder.cdp.type.network.BlockedReason
- ContentWebAuthenticationAPI - Enum constant in enum class io.webfolder.cdp.type.page.BackForwardCacheNotRestoredReason
- ContentWebBluetooth - Enum constant in enum class io.webfolder.cdp.type.page.BackForwardCacheNotRestoredReason
- ContentWebUSB - Enum constant in enum class io.webfolder.cdp.type.page.BackForwardCacheNotRestoredReason
- ContextChanged - Class in io.webfolder.cdp.event.webaudio
-
Notifies that existing BaseAudioContext has changed some properties (id stays the same)..
- ContextChanged() - Constructor for class io.webfolder.cdp.event.webaudio.ContextChanged
- ContextCreated - Class in io.webfolder.cdp.event.webaudio
-
Notifies that a new BaseAudioContext has been created.
- ContextCreated() - Constructor for class io.webfolder.cdp.event.webaudio.ContextCreated
- ContextRealtimeData - Class in io.webfolder.cdp.type.webaudio
-
Fields in AudioContext that change in real-time.
- ContextRealtimeData() - Constructor for class io.webfolder.cdp.type.webaudio.ContextRealtimeData
- ContextState - Enum Class in io.webfolder.cdp.type.webaudio
-
Enum of AudioContextState from the spec
- ContextType - Enum Class in io.webfolder.cdp.type.webaudio
-
Enum of BaseAudioContext types
- ContextWillBeDestroyed - Class in io.webfolder.cdp.event.webaudio
-
Notifies that an existing BaseAudioContext will be destroyed.
- ContextWillBeDestroyed() - Constructor for class io.webfolder.cdp.event.webaudio.ContextWillBeDestroyed
- Continue - Enum constant in enum class io.webfolder.cdp.type.security.CertificateErrorAction
- continueInterceptedRequest(String) - Method in interface io.webfolder.cdp.command.Network
-
Deprecated.
- continueInterceptedRequest(String) - Method in interface io.webfolder.cdp.command.NetworkAsync
-
Deprecated.
- continueInterceptedRequest(String, ErrorReason, String, String, String, String, Map<String, Object>, AuthChallengeResponse) - Method in interface io.webfolder.cdp.command.Network
-
Deprecated.
- continueInterceptedRequest(String, ErrorReason, String, String, String, String, Map<String, Object>, AuthChallengeResponse) - Method in interface io.webfolder.cdp.command.NetworkAsync
-
Deprecated.
- continueRequest(String) - Method in interface io.webfolder.cdp.command.Fetch
-
Continues the request, optionally modifying some of its parameters.
- continueRequest(String) - Method in interface io.webfolder.cdp.command.FetchAsync
-
Continues the request, optionally modifying some of its parameters.
- continueRequest(String, String, String, String, List<HeaderEntry>, Boolean) - Method in interface io.webfolder.cdp.command.Fetch
-
Continues the request, optionally modifying some of its parameters.
- continueRequest(String, String, String, String, List<HeaderEntry>, Boolean) - Method in interface io.webfolder.cdp.command.FetchAsync
-
Continues the request, optionally modifying some of its parameters.
- continueResponse(String) - Method in interface io.webfolder.cdp.command.Fetch
-
Continues loading of the paused response, optionally modifying the response headers.
- continueResponse(String) - Method in interface io.webfolder.cdp.command.FetchAsync
-
Continues loading of the paused response, optionally modifying the response headers.
- continueResponse(String, Integer, String, List<HeaderEntry>, String) - Method in interface io.webfolder.cdp.command.Fetch
-
Continues loading of the paused response, optionally modifying the response headers.
- continueResponse(String, Integer, String, List<HeaderEntry>, String) - Method in interface io.webfolder.cdp.command.FetchAsync
-
Continues loading of the paused response, optionally modifying the response headers.
- continueToLocation(Location) - Method in interface io.webfolder.cdp.command.Debugger
-
Continues execution until specific location is reached.
- continueToLocation(Location) - Method in interface io.webfolder.cdp.command.DebuggerAsync
-
Continues execution until specific location is reached.
- continueToLocation(Location, TargetCallFrames) - Method in interface io.webfolder.cdp.command.Debugger
-
Continues execution until specific location is reached.
- continueToLocation(Location, TargetCallFrames) - Method in interface io.webfolder.cdp.command.DebuggerAsync
-
Continues execution until specific location is reached.
- continueWithAuth(String, AuthChallengeResponse) - Method in interface io.webfolder.cdp.command.Fetch
-
Continues a request supplying authChallengeResponse following authRequired event.
- continueWithAuth(String, AuthChallengeResponse) - Method in interface io.webfolder.cdp.command.FetchAsync
-
Continues a request supplying authChallengeResponse following authRequired event.
- ContrastAlgorithm - Enum Class in io.webfolder.cdp.type.overlay
- Controls - Enum constant in enum class io.webfolder.cdp.type.accessibility.AXPropertyName
- Cookie - Class in io.webfolder.cdp.type.network
-
Cookie object
- Cookie() - Constructor for class io.webfolder.cdp.type.network.Cookie
- CookieBlockedReason - Enum Class in io.webfolder.cdp.type.network
-
Types of reasons why a cookie may not be sent with a request.
- CookieExclusionReason - Enum Class in io.webfolder.cdp.type.audits
- CookieIssue - Enum constant in enum class io.webfolder.cdp.type.audits.InspectorIssueCode
- CookieIssueDetails - Class in io.webfolder.cdp.type.audits
-
This information is currently necessary, as the front-end has a difficult time finding a specific cookie.
- CookieIssueDetails() - Constructor for class io.webfolder.cdp.type.audits.CookieIssueDetails
- CookieOperation - Enum Class in io.webfolder.cdp.type.audits
- CookieParam - Class in io.webfolder.cdp.type.network
-
Cookie parameter object
- CookieParam() - Constructor for class io.webfolder.cdp.type.network.CookieParam
- CookiePriority - Enum Class in io.webfolder.cdp.type.network
-
Represents the cookie's 'Priority' status: https://tools.ietf.org/html/draft-west-cookie-priority-00
- Cookies - Enum constant in enum class io.webfolder.cdp.type.storage.StorageType
- CookieSameSite - Enum Class in io.webfolder.cdp.type.network
-
Represents the cookie's 'SameSite' status: https://tools.ietf.org/html/draft-west-first-party-cookies
- CookieSourceScheme - Enum Class in io.webfolder.cdp.type.network
-
Represents the source scheme of the origin that originally set the cookie.
- CookieWarningReason - Enum Class in io.webfolder.cdp.type.audits
- CookieWithTruncatingChar - Enum constant in enum class io.webfolder.cdp.type.audits.DeprecationIssueType
- CoopSandboxedIframeCannotNavigateToCoopPage - Enum constant in enum class io.webfolder.cdp.type.network.BlockedReason
- CoopSandboxedIFrameCannotNavigateToCoopPage - Enum constant in enum class io.webfolder.cdp.type.audits.BlockedByResponseReason
- copyTo(Integer, Integer) - Method in interface io.webfolder.cdp.command.DOM
-
Creates a deep copy of the specified node and places it into the target container before the given anchor.
- copyTo(Integer, Integer) - Method in interface io.webfolder.cdp.command.DOMAsync
-
Creates a deep copy of the specified node and places it into the target container before the given anchor.
- copyTo(Integer, Integer, Integer) - Method in interface io.webfolder.cdp.command.DOM
-
Creates a deep copy of the specified node and places it into the target container before the given anchor.
- copyTo(Integer, Integer, Integer) - Method in interface io.webfolder.cdp.command.DOMAsync
-
Creates a deep copy of the specified node and places it into the target container before the given anchor.
- CorpNotSameOrigin - Enum constant in enum class io.webfolder.cdp.type.audits.BlockedByResponseReason
- CorpNotSameOrigin - Enum constant in enum class io.webfolder.cdp.type.network.BlockedReason
- CorpNotSameOriginAfterDefaultedToSameOriginByCoep - Enum constant in enum class io.webfolder.cdp.type.audits.BlockedByResponseReason
- CorpNotSameOriginAfterDefaultedToSameOriginByCoep - Enum constant in enum class io.webfolder.cdp.type.network.BlockedReason
- CorpNotSameSite - Enum constant in enum class io.webfolder.cdp.type.audits.BlockedByResponseReason
- CorpNotSameSite - Enum constant in enum class io.webfolder.cdp.type.network.BlockedReason
- Cors - Enum constant in enum class io.webfolder.cdp.type.cachestorage.CachedResponseType
- Cors - Enum constant in enum class io.webfolder.cdp.type.constant.LogCategory
- CorsDisabledScheme - Enum constant in enum class io.webfolder.cdp.type.network.CorsError
- CorsError - Enum Class in io.webfolder.cdp.type.network
-
The reason why request was blocked.
- CorsErrorStatus - Class in io.webfolder.cdp.type.network
- CorsErrorStatus() - Constructor for class io.webfolder.cdp.type.network.CorsErrorStatus
- CorsIssue - Enum constant in enum class io.webfolder.cdp.type.audits.InspectorIssueCode
- CorsIssueDetails - Class in io.webfolder.cdp.type.audits
-
Details for a CORS related issue, e.g.
- CorsIssueDetails() - Constructor for class io.webfolder.cdp.type.audits.CorsIssueDetails
- Count - Enum constant in enum class io.webfolder.cdp.type.constant.ConsoleApiCallType
- CounterInfo - Class in io.webfolder.cdp.type.profiler
-
Collected counter information
- CounterInfo() - Constructor for class io.webfolder.cdp.type.profiler.CounterInfo
- CoverageRange - Class in io.webfolder.cdp.type.profiler
-
Coverage data for a source range.
- CoverageRange() - Constructor for class io.webfolder.cdp.type.profiler.CoverageRange
- CpuPeakLimit - Enum constant in enum class io.webfolder.cdp.type.audits.HeavyAdReason
- CpuTotalLimit - Enum constant in enum class io.webfolder.cdp.type.audits.HeavyAdReason
- crash() - Method in interface io.webfolder.cdp.command.Browser
-
Crashes browser on the main thread.
- crash() - Method in interface io.webfolder.cdp.command.BrowserAsync
-
Crashes browser on the main thread.
- crash() - Method in interface io.webfolder.cdp.command.Page
-
Crashes renderer on the IO thread, generates minidumps.
- crash() - Method in interface io.webfolder.cdp.command.PageAsync
-
Crashes renderer on the IO thread, generates minidumps.
- crashGpuProcess() - Method in interface io.webfolder.cdp.command.Browser
-
Crashes GPU process.
- crashGpuProcess() - Method in interface io.webfolder.cdp.command.BrowserAsync
-
Crashes GPU process.
- create() - Method in class io.webfolder.cdp.session.SessionFactory
-
Creates a new page
- create(SessionSettings) - Method in class io.webfolder.cdp.session.SessionFactory
-
Creates a new page
- create(String) - Method in class io.webfolder.cdp.session.SessionFactory
-
Creates a new page
- create(String, SessionSettings) - Method in class io.webfolder.cdp.session.SessionFactory
-
Creates a new page
- createBrowserContext() - Method in interface io.webfolder.cdp.command.Target
-
Creates a new empty BrowserContext.
- createBrowserContext() - Method in interface io.webfolder.cdp.command.TargetAsync
-
Creates a new empty BrowserContext.
- createBrowserContext() - Method in class io.webfolder.cdp.session.SessionFactory
-
Creates a new incognito browser context.
- createBrowserContext(Boolean, String, String, List<String>) - Method in interface io.webfolder.cdp.command.Target
-
Creates a new empty BrowserContext.
- createBrowserContext(Boolean, String, String, List<String>) - Method in interface io.webfolder.cdp.command.TargetAsync
-
Creates a new empty BrowserContext.
- createBrowserContext(String, String) - Method in class io.webfolder.cdp.session.SessionFactory
-
Creates a new incognito browser context.
- createChannel(Connection, SessionFactory, MessageHandler) - Method in class io.webfolder.cdp.channel.AsyncWebSocketFactory
- createChannel(Connection, SessionFactory, MessageHandler) - Method in interface io.webfolder.cdp.channel.ChannelFactory
- createChannel(Connection, SessionFactory, MessageHandler) - Method in class io.webfolder.cdp.channel.JakartaWebSocketFactory
- createChannel(Connection, SessionFactory, MessageHandler) - Method in class io.webfolder.cdp.channel.JettyWebSocketFactory
- createChannel(Connection, SessionFactory, MessageHandler) - Method in class io.webfolder.cdp.channel.JreWebSocketFactory
- createChannel(Connection, SessionFactory, MessageHandler) - Method in class io.webfolder.cdp.channel.NettyWebSocketChannelFactory
- createChannel(Connection, SessionFactory, MessageHandler) - Method in class io.webfolder.cdp.channel.NvWebSocketFactory
- createChannel(Connection, SessionFactory, MessageHandler) - Method in class io.webfolder.cdp.channel.StandardWebSocketFactory
- createChannel(Connection, SessionFactory, MessageHandler) - Method in class io.webfolder.cdp.channel.TooTallNateWebSocketFactory
- createChannel(Connection, SessionFactory, MessageHandler) - Method in class io.webfolder.cdp.channel.UndertowWebSocketFactory
- createChannel(Connection, SessionFactory, MessageHandler) - Method in class io.webfolder.cdp.channel.VertxWebSocketFactory
- CreatedByAdScript - Enum constant in enum class io.webfolder.cdp.type.page.AdFrameExplanation
- createIsolatedWorld(String) - Method in interface io.webfolder.cdp.command.Page
-
Creates an isolated world for the given frame.
- createIsolatedWorld(String) - Method in interface io.webfolder.cdp.command.PageAsync
-
Creates an isolated world for the given frame.
- createIsolatedWorld(String, String, Boolean) - Method in interface io.webfolder.cdp.command.Page
-
Creates an isolated world for the given frame.
- createIsolatedWorld(String, String, Boolean) - Method in interface io.webfolder.cdp.command.PageAsync
-
Creates an isolated world for the given frame.
- createLoggerFactory(CdpLoggerType) - Method in class io.webfolder.cdp.session.SessionFactory
- createNewUserDataDir() - Method in class io.webfolder.cdp.junit.CdpExtension
- createNewUserDataDir() - Method in class io.webfolder.cdp.Options
- createNewUserDataDir(boolean) - Method in class io.webfolder.cdp.Options.Builder
- createOptions() - Method in class io.webfolder.cdp.junit.CdpExtension
- createRealtimeVideoRecoder(VideoRecorderOptions) - Method in class io.webfolder.cdp.session.Session
- createStyleSheet(String) - Method in interface io.webfolder.cdp.command.CSS
-
Creates a new special "via-inspector" stylesheet in the frame with given frameId.
- createStyleSheet(String) - Method in interface io.webfolder.cdp.command.CSSAsync
-
Creates a new special "via-inspector" stylesheet in the frame with given frameId.
- createTarget(String) - Method in interface io.webfolder.cdp.command.Target
-
Creates a new page.
- createTarget(String) - Method in interface io.webfolder.cdp.command.TargetAsync
-
Creates a new page.
- createTarget(String, Integer, Integer, String, Boolean, Boolean, Boolean) - Method in interface io.webfolder.cdp.command.Target
-
Creates a new page.
- createTarget(String, Integer, Integer, String, Boolean, Boolean, Boolean) - Method in interface io.webfolder.cdp.command.TargetAsync
-
Creates a new page.
- createVideoRecoder(VideoRecorderOptions) - Method in class io.webfolder.cdp.session.Session
- CreationIssue - Enum constant in enum class io.webfolder.cdp.type.audits.SharedArrayBufferIssueType
- Credential - Class in io.webfolder.cdp.type.webauthn
- Credential() - Constructor for class io.webfolder.cdp.type.webauthn.Credential
- Credentialless - Enum constant in enum class io.webfolder.cdp.type.network.CrossOriginEmbedderPolicyValue
- Critical - Enum constant in enum class io.webfolder.cdp.type.memory.PressureLevel
- CrossOriginAccessBasedOnDocumentDomain - Enum constant in enum class io.webfolder.cdp.type.audits.DeprecationIssueType
- CrossOriginEmbedderPolicyStatus - Class in io.webfolder.cdp.type.network
- CrossOriginEmbedderPolicyStatus() - Constructor for class io.webfolder.cdp.type.network.CrossOriginEmbedderPolicyStatus
- CrossOriginEmbedderPolicyValue - Enum Class in io.webfolder.cdp.type.network
- CrossOriginIsolated - Enum constant in enum class io.webfolder.cdp.type.page.PermissionsPolicyFeature
- CrossOriginIsolatedContextType - Enum Class in io.webfolder.cdp.type.page
-
Indicates whether the frame is cross-origin isolated and why it is the case.
- CrossOriginNavigation - Enum constant in enum class io.webfolder.cdp.type.page.PrerenderFinalStatus
- CrossOriginOpenerPolicyStatus - Class in io.webfolder.cdp.type.network
- CrossOriginOpenerPolicyStatus() - Constructor for class io.webfolder.cdp.type.network.CrossOriginOpenerPolicyStatus
- CrossOriginOpenerPolicyValue - Enum Class in io.webfolder.cdp.type.network
- CrossOriginPortalPostMessageError - Enum constant in enum class io.webfolder.cdp.type.audits.GenericIssueErrorType
- CrossOriginRedirect - Enum constant in enum class io.webfolder.cdp.type.page.PrerenderFinalStatus
- CrossOriginWindowAlert - Enum constant in enum class io.webfolder.cdp.type.audits.DeprecationIssueType
- CrossOriginWindowConfirm - Enum constant in enum class io.webfolder.cdp.type.audits.DeprecationIssueType
- Csp - Enum constant in enum class io.webfolder.cdp.type.network.BlockedReason
- CSPReport - Enum constant in enum class io.webfolder.cdp.type.audits.MixedContentResourceType
- CSPViolation - Enum constant in enum class io.webfolder.cdp.type.constant.PauseReason
- CSPViolationReport - Enum constant in enum class io.webfolder.cdp.type.network.ResourceType
- CSPViolationType - Enum Class in io.webfolder.cdp.type.domdebugger
-
CSP Violation type.
- CSS - Enum constant in enum class io.webfolder.cdp.session.Domain
- CSS - Interface in io.webfolder.cdp.command
-
This domain exposes CSS read/write operations.
- CSS_addRule - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- CSS_collectClassNames - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- CSS_createStyleSheet - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- CSS_disable - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- CSS_enable - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- CSS_forcePseudoState - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- CSS_getBackgroundColors - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- CSS_getComputedStyleForNode - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- CSS_getInlineStylesForNode - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- CSS_getLayersForNode - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- CSS_getMatchedStylesForNode - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- CSS_getMediaQueries - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- CSS_getPlatformFontsForNode - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- CSS_getStyleSheetText - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- CSS_setContainerQueryText - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- CSS_setEffectivePropertyValueForNode - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- CSS_setKeyframeKey - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- CSS_setLocalFontsEnabled - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- CSS_setMediaText - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- CSS_setRuleSelector - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- CSS_setScopeText - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- CSS_setStyleSheetText - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- CSS_setStyleTexts - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- CSS_setSupportsText - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- CSS_startRuleUsageTracking - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- CSS_stopRuleUsageTracking - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- CSS_takeComputedStyleUpdates - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- CSS_takeCoverageDelta - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- CSS_trackComputedStyleUpdates - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- CSSAnimation - Enum constant in enum class io.webfolder.cdp.type.constant.AnimationType
- CSSAsync - Interface in io.webfolder.cdp.command
-
This domain exposes CSS read/write operations.
- CSSComputedStyleProperty - Class in io.webfolder.cdp.type.css
- CSSComputedStyleProperty - Class in io.webfolder.cdp.type.dom
- CSSComputedStyleProperty() - Constructor for class io.webfolder.cdp.type.css.CSSComputedStyleProperty
- CSSComputedStyleProperty() - Constructor for class io.webfolder.cdp.type.dom.CSSComputedStyleProperty
- CSSContainerQuery - Class in io.webfolder.cdp.type.css
-
CSS container query rule descriptor.
- CSSContainerQuery() - Constructor for class io.webfolder.cdp.type.css.CSSContainerQuery
- CSSFontsUpdated - Enum constant in enum class io.webfolder.cdp.event.Events
-
Fires whenever a web font is updated.
- CSSKeyframeRule - Class in io.webfolder.cdp.type.css
-
CSS keyframe rule representation.
- CSSKeyframeRule() - Constructor for class io.webfolder.cdp.type.css.CSSKeyframeRule
- CSSKeyframesRule - Class in io.webfolder.cdp.type.css
-
CSS keyframes rule representation.
- CSSKeyframesRule() - Constructor for class io.webfolder.cdp.type.css.CSSKeyframesRule
- CSSLayer - Class in io.webfolder.cdp.type.css
-
CSS Layer at-rule descriptor.
- CSSLayer() - Constructor for class io.webfolder.cdp.type.css.CSSLayer
- CSSLayerData - Class in io.webfolder.cdp.type.css
-
CSS Layer data.
- CSSLayerData() - Constructor for class io.webfolder.cdp.type.css.CSSLayerData
- CSSMedia - Class in io.webfolder.cdp.type.css
-
CSS media rule descriptor.
- CSSMedia() - Constructor for class io.webfolder.cdp.type.css.CSSMedia
- CSSMediaQueryResultChanged - Enum constant in enum class io.webfolder.cdp.event.Events
-
Fires whenever a MediaQuery result changes (for example, after a browser window has been resized.) The current implementation considers only viewport-dependent media features.
- CSSMediaSource - Enum Class in io.webfolder.cdp.type.constant
-
Source of the media query: "mediaRule" if specified by a @media rule, "importRule" if specified by an @import rule, "linkedSheet" if specified by a "media" attribute in a linked stylesheet's LINK tag, "inlineSheet" if specified by a "media" attribute in an inline stylesheet's STYLE tag.
- CSSProperty - Class in io.webfolder.cdp.type.css
-
CSS property declaration data.
- CSSProperty() - Constructor for class io.webfolder.cdp.type.css.CSSProperty
- CSSRule - Class in io.webfolder.cdp.type.css
-
CSS rule representation.
- CSSRule() - Constructor for class io.webfolder.cdp.type.css.CSSRule
- CSSScope - Class in io.webfolder.cdp.type.css
-
CSS Scope at-rule descriptor.
- CSSScope() - Constructor for class io.webfolder.cdp.type.css.CSSScope
- CSSSelectorInternalMediaControlsOverlayCastButton - Enum constant in enum class io.webfolder.cdp.type.audits.DeprecationIssueType
- CSSStyle - Class in io.webfolder.cdp.type.css
-
CSS style representation.
- CSSStyle() - Constructor for class io.webfolder.cdp.type.css.CSSStyle
- CSSStyleSheetAdded - Enum constant in enum class io.webfolder.cdp.event.Events
-
Fired whenever an active document stylesheet is added.
- CSSStyleSheetChanged - Enum constant in enum class io.webfolder.cdp.event.Events
-
Fired whenever a stylesheet is changed as a result of the client operation.
- CSSStyleSheetHeader - Class in io.webfolder.cdp.type.css
-
CSS stylesheet metainformation.
- CSSStyleSheetHeader() - Constructor for class io.webfolder.cdp.type.css.CSSStyleSheetHeader
- CSSStyleSheetRemoved - Enum constant in enum class io.webfolder.cdp.event.Events
-
Fired whenever an active document stylesheet is removed.
- CSSSupports - Class in io.webfolder.cdp.type.css
-
CSS Supports at-rule descriptor.
- CSSSupports() - Constructor for class io.webfolder.cdp.type.css.CSSSupports
- CSSTransition - Enum constant in enum class io.webfolder.cdp.type.constant.AnimationType
- Ctap2 - Enum constant in enum class io.webfolder.cdp.type.webauthn.AuthenticatorProtocol
- Ctap20 - Enum constant in enum class io.webfolder.cdp.type.webauthn.Ctap2Version
- Ctap21 - Enum constant in enum class io.webfolder.cdp.type.webauthn.Ctap2Version
- Ctap2Version - Enum Class in io.webfolder.cdp.type.webauthn
- Current - Enum constant in enum class io.webfolder.cdp.type.constant.TargetCallFrames
- CurrentTab - Enum constant in enum class io.webfolder.cdp.type.page.ClientNavigationDisposition
- CustomCommand - Interface in io.webfolder.cdp.command
- CustomPreview - Class in io.webfolder.cdp.type.runtime
- CustomPreview() - Constructor for class io.webfolder.cdp.type.runtime.CustomPreview
D
- Dashed - Enum constant in enum class io.webfolder.cdp.type.constant.LineStylePattern
- Database - Class in io.webfolder.cdp.type.database
-
Database object.
- Database - Enum constant in enum class io.webfolder.cdp.session.Domain
- Database - Interface in io.webfolder.cdp.command
- Database() - Constructor for class io.webfolder.cdp.type.database.Database
- Database_disable - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Database_enable - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Database_executeSQL - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Database_getDatabaseTableNames - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- DatabaseAddDatabase - Enum constant in enum class io.webfolder.cdp.event.Events
- DatabaseAsync - Interface in io.webfolder.cdp.command
- DatabaseWithObjectStores - Class in io.webfolder.cdp.type.indexeddb
-
Database with an array of object stores.
- DatabaseWithObjectStores() - Constructor for class io.webfolder.cdp.type.indexeddb.DatabaseWithObjectStores
- DataCollected - Class in io.webfolder.cdp.event.tracing
-
Contains an bucket of collected trace events.
- DataCollected() - Constructor for class io.webfolder.cdp.event.tracing.DataCollected
- DataEntry - Class in io.webfolder.cdp.type.cachestorage
-
Data entry.
- DataEntry - Class in io.webfolder.cdp.type.indexeddb
-
Data entry.
- DataEntry() - Constructor for class io.webfolder.cdp.type.cachestorage.DataEntry
- DataEntry() - Constructor for class io.webfolder.cdp.type.indexeddb.DataEntry
- DataReceived - Class in io.webfolder.cdp.event.network
-
Fired when data chunk was received over the network.
- DataReceived() - Constructor for class io.webfolder.cdp.event.network.DataReceived
- DataSaverEnabled - Enum constant in enum class io.webfolder.cdp.type.page.PrerenderFinalStatus
- Dataview - Enum constant in enum class io.webfolder.cdp.type.constant.ObjectSubtypeHint
- Date - Enum constant in enum class io.webfolder.cdp.type.constant.KeyType
- Date - Enum constant in enum class io.webfolder.cdp.type.constant.ObjectSubtypeHint
- Date - Enum constant in enum class io.webfolder.cdp.type.constant.WebDriverValueType
- daysBetween(LocalDate) - Method in class io.webfolder.cdp.chromium.ChromiumVersion
- debug(String, Object...) - Method in interface io.webfolder.cdp.logger.CdpLogger
- Debug - Enum constant in enum class io.webfolder.cdp.logger.CdpLogggerLevel
- Debug - Enum constant in enum class io.webfolder.cdp.type.constant.ConsoleApiCallType
- Debug - Enum constant in enum class io.webfolder.cdp.type.constant.MediaLogMessageLevel
- Debug - Enum constant in enum class io.webfolder.cdp.type.constant.MessageSeverity
- DebugCommand - Enum constant in enum class io.webfolder.cdp.type.constant.PauseReason
- Debugger - Enum constant in enum class io.webfolder.cdp.session.Domain
- Debugger - Interface in io.webfolder.cdp.command
-
Debugger domain exposes JavaScript debugging capabilities.
- Debugger_continueToLocation - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Debugger_disable - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Debugger_disassembleWasmModule - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Debugger_enable - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Debugger_evaluateOnCallFrame - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Debugger_getPossibleBreakpoints - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Debugger_getScriptSource - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Debugger_getStackTrace - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Debugger_getWasmBytecode - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Debugger_nextWasmDisassemblyChunk - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Debugger_pause - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Debugger_pauseOnAsyncCall - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Debugger_removeBreakpoint - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Debugger_restartFrame - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Debugger_resume - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Debugger_searchInContent - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Debugger_setAsyncCallStackDepth - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Debugger_setBlackboxedRanges - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Debugger_setBlackboxPatterns - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Debugger_setBreakpoint - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Debugger_setBreakpointByUrl - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Debugger_setBreakpointOnFunctionCall - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Debugger_setBreakpointsActive - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Debugger_setInstrumentationBreakpoint - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Debugger_setPauseOnExceptions - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Debugger_setReturnValue - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Debugger_setScriptSource - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Debugger_setSkipAllPauses - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Debugger_setVariableValue - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Debugger_stepInto - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Debugger_stepOut - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Debugger_stepOver - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- DebuggerAsync - Interface in io.webfolder.cdp.command
-
Debugger domain exposes JavaScript debugging capabilities.
- DebuggerBreakpointResolved - Enum constant in enum class io.webfolder.cdp.event.Events
-
Fired when breakpoint is resolved to an actual script and location.
- DebuggerPaused - Enum constant in enum class io.webfolder.cdp.event.Events
-
Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria.
- DebuggerResumed - Enum constant in enum class io.webfolder.cdp.event.Events
-
Fired when the virtual machine resumed execution.
- DebuggerScriptFailedToParse - Enum constant in enum class io.webfolder.cdp.event.Events
-
Fired when virtual machine fails to parse the script.
- DebuggerScriptParsed - Enum constant in enum class io.webfolder.cdp.event.Events
-
Fired when virtual machine parses script.
- DebuggerStatement - Enum constant in enum class io.webfolder.cdp.type.constant.BreakLocationType
- DebugSymbols - Class in io.webfolder.cdp.type.debugger
-
Debug symbols available for a wasm script.
- DebugSymbols() - Constructor for class io.webfolder.cdp.type.debugger.DebugSymbols
- DebugSymbolType - Enum Class in io.webfolder.cdp.type.constant
-
Type of the debug symbols.
- DedicatedWorkerOrWorklet - Enum constant in enum class io.webfolder.cdp.type.page.BackForwardCacheNotRestoredReason
- Default - Enum constant in enum class io.webfolder.cdp.type.cachestorage.CachedResponseType
- Default - Enum constant in enum class io.webfolder.cdp.type.constant.AuthResponse
- Default - Enum constant in enum class io.webfolder.cdp.type.constant.DownloadBehavior
- Default - Enum constant in enum class io.webfolder.cdp.type.input.GestureSourceType
- DefaultEventParser - Class in io.webfolder.cdp.serialization
- DefaultEventParser() - Constructor for class io.webfolder.cdp.serialization.DefaultEventParser
- DefaultProcessManager - Class in io.webfolder.cdp.process
- DefaultProcessManager() - Constructor for class io.webfolder.cdp.process.DefaultProcessManager
- Deflate - Enum constant in enum class io.webfolder.cdp.type.network.ContentEncoding
- deleteCache(String) - Method in interface io.webfolder.cdp.command.CacheStorage
-
Deletes a cache.
- deleteCache(String) - Method in interface io.webfolder.cdp.command.CacheStorageAsync
-
Deletes a cache.
- deleteCookie(String, String) - Method in interface io.webfolder.cdp.command.Page
-
Deprecated.
- deleteCookie(String, String) - Method in interface io.webfolder.cdp.command.PageAsync
-
Deprecated.
- deleteCookies(String) - Method in interface io.webfolder.cdp.command.Network
-
Deletes browser cookies with matching name and url or domain/path pair.
- deleteCookies(String) - Method in interface io.webfolder.cdp.command.NetworkAsync
-
Deletes browser cookies with matching name and url or domain/path pair.
- deleteCookies(String, String, String, String) - Method in interface io.webfolder.cdp.command.Network
-
Deletes browser cookies with matching name and url or domain/path pair.
- deleteCookies(String, String, String, String) - Method in interface io.webfolder.cdp.command.NetworkAsync
-
Deletes browser cookies with matching name and url or domain/path pair.
- deleteDatabase(String) - Method in interface io.webfolder.cdp.command.IndexedDB
-
Deletes a database.
- deleteDatabase(String) - Method in interface io.webfolder.cdp.command.IndexedDBAsync
-
Deletes a database.
- deleteDatabase(String, String, String) - Method in interface io.webfolder.cdp.command.IndexedDB
-
Deletes a database.
- deleteDatabase(String, String, String) - Method in interface io.webfolder.cdp.command.IndexedDBAsync
-
Deletes a database.
- deleteEntry(String, String) - Method in interface io.webfolder.cdp.command.CacheStorage
-
Deletes a cache entry.
- deleteEntry(String, String) - Method in interface io.webfolder.cdp.command.CacheStorageAsync
-
Deletes a cache entry.
- deleteObjectStoreEntries(String, String, KeyRange) - Method in interface io.webfolder.cdp.command.IndexedDB
-
Delete a range of entries from an object store
- deleteObjectStoreEntries(String, String, KeyRange) - Method in interface io.webfolder.cdp.command.IndexedDBAsync
-
Delete a range of entries from an object store
- deleteObjectStoreEntries(String, String, String, String, KeyRange) - Method in interface io.webfolder.cdp.command.IndexedDB
-
Delete a range of entries from an object store
- deleteObjectStoreEntries(String, String, String, String, KeyRange) - Method in interface io.webfolder.cdp.command.IndexedDBAsync
-
Delete a range of entries from an object store
- deleteOldVersions(EnumSet<ChromiumChannel>, long) - Method in class io.webfolder.cdp.chromium.Chromium
- deliverPushMessage(String, String, String) - Method in interface io.webfolder.cdp.command.ServiceWorker
- deliverPushMessage(String, String, String) - Method in interface io.webfolder.cdp.command.ServiceWorkerAsync
- Denied - Enum constant in enum class io.webfolder.cdp.type.browser.PermissionSetting
- Deny - Enum constant in enum class io.webfolder.cdp.type.constant.DownloadBehavior
- Deprecation - Enum constant in enum class io.webfolder.cdp.type.constant.LogEntrySource
- Deprecation - Enum constant in enum class io.webfolder.cdp.type.constant.MessageSource
- DeprecationExample - Enum constant in enum class io.webfolder.cdp.type.audits.DeprecationIssueType
- DeprecationIssue - Enum constant in enum class io.webfolder.cdp.type.audits.InspectorIssueCode
- DeprecationIssueDetails - Class in io.webfolder.cdp.type.audits
-
This issue tracks information needed to print a deprecation message.
- DeprecationIssueDetails() - Constructor for class io.webfolder.cdp.type.audits.DeprecationIssueDetails
- DeprecationIssueType - Enum Class in io.webfolder.cdp.type.audits
- Describedby - Enum constant in enum class io.webfolder.cdp.type.accessibility.AXPropertyName
- describeNode() - Method in interface io.webfolder.cdp.command.DOM
-
Describes node given its id, does not require domain to be enabled.
- describeNode() - Method in interface io.webfolder.cdp.command.DOMAsync
-
Describes node given its id, does not require domain to be enabled.
- describeNode(Integer, Integer, String, Integer, Boolean) - Method in interface io.webfolder.cdp.command.DOM
-
Describes node given its id, does not require domain to be enabled.
- describeNode(Integer, Integer, String, Integer, Boolean) - Method in interface io.webfolder.cdp.command.DOMAsync
-
Describes node given its id, does not require domain to be enabled.
- Description - Enum constant in enum class io.webfolder.cdp.type.accessibility.AXValueNativeSourceType
- Desktop - Enum constant in enum class io.webfolder.cdp.type.constant.Platform
- DestinationUnreachableException - Exception Class in io.webfolder.cdp.exception
- DestinationUnreachableException(String) - Constructor for exception class io.webfolder.cdp.exception.DestinationUnreachableException
- Destroyed - Enum constant in enum class io.webfolder.cdp.type.page.PrerenderFinalStatus
- Detached - Class in io.webfolder.cdp.event.inspector
-
Fired when remote debugging connection is about to be terminated.
- Detached() - Constructor for class io.webfolder.cdp.event.inspector.Detached
- DetachedFromTarget - Class in io.webfolder.cdp.event.target
-
Issued when detached from target for any reason (including detachFromTarget command).
- DetachedFromTarget() - Constructor for class io.webfolder.cdp.event.target.DetachedFromTarget
- detachFromTarget() - Method in interface io.webfolder.cdp.command.Target
-
Detaches session with given id.
- detachFromTarget() - Method in interface io.webfolder.cdp.command.TargetAsync
-
Detaches session with given id.
- detachFromTarget(String, String) - Method in interface io.webfolder.cdp.command.Target
-
Detaches session with given id.
- detachFromTarget(String, String) - Method in interface io.webfolder.cdp.command.TargetAsync
-
Detaches session with given id.
- Detailed - Enum constant in enum class io.webfolder.cdp.type.tracing.MemoryDumpLevelOfDetail
- Details - Enum constant in enum class io.webfolder.cdp.type.accessibility.AXPropertyName
- Deuteranopia - Enum constant in enum class io.webfolder.cdp.type.constant.EmulatedVisionDeficiency
- dev - Enum constant in enum class io.webfolder.cdp.chromium.ChromiumChannel
-
If you want to see what's happening quickly, then you want the Dev channel.
- DeviceOrientation - Enum constant in enum class io.webfolder.cdp.session.Domain
- DeviceOrientation - Interface in io.webfolder.cdp.command
- DeviceOrientation_clearDeviceOrientationOverride - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- DeviceOrientation_setDeviceOrientationOverride - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- DeviceOrientationAsync - Interface in io.webfolder.cdp.command
- DevToolsConnection - Class in io.webfolder.cdp.channel
- DevToolsConnection(int) - Constructor for class io.webfolder.cdp.channel.DevToolsConnection
- DevToolsConnection(int, JsonMapper) - Constructor for class io.webfolder.cdp.channel.DevToolsConnection
- DevToolsConnection(int, String) - Constructor for class io.webfolder.cdp.channel.DevToolsConnection
- DevToolsConnection(int, String, JsonMapper) - Constructor for class io.webfolder.cdp.channel.DevToolsConnection
- DevToolsProfileConnection - Class in io.webfolder.cdp.channel
- DevToolsProfileConnection(Path) - Constructor for class io.webfolder.cdp.channel.DevToolsProfileConnection
- DevToolsProfileConnection(Path, JsonMapper) - Constructor for class io.webfolder.cdp.channel.DevToolsProfileConnection
- DialogType - Enum Class in io.webfolder.cdp.type.page
-
Javascript dialog type.
- DidFailLoad - Enum constant in enum class io.webfolder.cdp.type.page.PrerenderFinalStatus
- Dir - Enum constant in enum class io.webfolder.cdp.type.constant.ConsoleApiCallType
- DirectSockets - Enum constant in enum class io.webfolder.cdp.type.page.PermissionsPolicyFeature
- Dirxml - Enum constant in enum class io.webfolder.cdp.type.constant.ConsoleApiCallType
- disable() - Method in interface io.webfolder.cdp.command.Accessibility
-
Disables the accessibility domain.
- disable() - Method in interface io.webfolder.cdp.command.AccessibilityAsync
-
Disables the accessibility domain.
- disable() - Method in interface io.webfolder.cdp.command.Animation
-
Disables animation domain notifications.
- disable() - Method in interface io.webfolder.cdp.command.AnimationAsync
-
Disables animation domain notifications.
- disable() - Method in interface io.webfolder.cdp.command.Audits
-
Disables issues domain, prevents further issues from being reported to the client.
- disable() - Method in interface io.webfolder.cdp.command.AuditsAsync
-
Disables issues domain, prevents further issues from being reported to the client.
- disable() - Method in interface io.webfolder.cdp.command.Cast
-
Stops observing for sinks and issues.
- disable() - Method in interface io.webfolder.cdp.command.CastAsync
-
Stops observing for sinks and issues.
- disable() - Method in interface io.webfolder.cdp.command.Console
-
Deprecated.Disables console domain, prevents further console messages from being reported to the client.
- disable() - Method in interface io.webfolder.cdp.command.ConsoleAsync
-
Deprecated.Disables console domain, prevents further console messages from being reported to the client.
- disable() - Method in interface io.webfolder.cdp.command.CSS
-
Disables the CSS agent for the given page.
- disable() - Method in interface io.webfolder.cdp.command.CSSAsync
-
Disables the CSS agent for the given page.
- disable() - Method in interface io.webfolder.cdp.command.Database
-
Disables database tracking, prevents database events from being sent to the client.
- disable() - Method in interface io.webfolder.cdp.command.DatabaseAsync
-
Disables database tracking, prevents database events from being sent to the client.
- disable() - Method in interface io.webfolder.cdp.command.Debugger
-
Disables debugger for given page.
- disable() - Method in interface io.webfolder.cdp.command.DebuggerAsync
-
Disables debugger for given page.
- disable() - Method in interface io.webfolder.cdp.command.DOM
-
Disables DOM agent for the given page.
- disable() - Method in interface io.webfolder.cdp.command.DOMAsync
-
Disables DOM agent for the given page.
- disable() - Method in interface io.webfolder.cdp.command.DOMSnapshot
-
Disables DOM snapshot agent for the given page.
- disable() - Method in interface io.webfolder.cdp.command.DOMSnapshotAsync
-
Disables DOM snapshot agent for the given page.
- disable() - Method in interface io.webfolder.cdp.command.DOMStorage
-
Disables storage tracking, prevents storage events from being sent to the client.
- disable() - Method in interface io.webfolder.cdp.command.DOMStorageAsync
-
Disables storage tracking, prevents storage events from being sent to the client.
- disable() - Method in interface io.webfolder.cdp.command.Fetch
-
Disables the fetch domain.
- disable() - Method in interface io.webfolder.cdp.command.FetchAsync
-
Disables the fetch domain.
- disable() - Method in interface io.webfolder.cdp.command.HeadlessExperimental
-
Disables headless events for the target.
- disable() - Method in interface io.webfolder.cdp.command.HeadlessExperimentalAsync
-
Disables headless events for the target.
- disable() - Method in interface io.webfolder.cdp.command.HeapProfiler
- disable() - Method in interface io.webfolder.cdp.command.HeapProfilerAsync
- disable() - Method in interface io.webfolder.cdp.command.IndexedDB
-
Disables events from backend.
- disable() - Method in interface io.webfolder.cdp.command.IndexedDBAsync
-
Disables events from backend.
- disable() - Method in interface io.webfolder.cdp.command.Inspector
-
Disables inspector domain notifications.
- disable() - Method in interface io.webfolder.cdp.command.InspectorAsync
-
Disables inspector domain notifications.
- disable() - Method in interface io.webfolder.cdp.command.LayerTree
-
Disables compositing tree inspection.
- disable() - Method in interface io.webfolder.cdp.command.LayerTreeAsync
-
Disables compositing tree inspection.
- disable() - Method in interface io.webfolder.cdp.command.Log
-
Disables log domain, prevents further log entries from being reported to the client.
- disable() - Method in interface io.webfolder.cdp.command.LogAsync
-
Disables log domain, prevents further log entries from being reported to the client.
- disable() - Method in interface io.webfolder.cdp.command.Media
-
Disables the Media domain.
- disable() - Method in interface io.webfolder.cdp.command.MediaAsync
-
Disables the Media domain.
- disable() - Method in interface io.webfolder.cdp.command.Network
-
Disables network tracking, prevents network events from being sent to the client.
- disable() - Method in interface io.webfolder.cdp.command.NetworkAsync
-
Disables network tracking, prevents network events from being sent to the client.
- disable() - Method in interface io.webfolder.cdp.command.Overlay
-
Disables domain notifications.
- disable() - Method in interface io.webfolder.cdp.command.OverlayAsync
-
Disables domain notifications.
- disable() - Method in interface io.webfolder.cdp.command.Page
-
Disables page domain notifications.
- disable() - Method in interface io.webfolder.cdp.command.PageAsync
-
Disables page domain notifications.
- disable() - Method in interface io.webfolder.cdp.command.Performance
-
Disable collecting and reporting metrics.
- disable() - Method in interface io.webfolder.cdp.command.PerformanceAsync
-
Disable collecting and reporting metrics.
- disable() - Method in interface io.webfolder.cdp.command.Profiler
- disable() - Method in interface io.webfolder.cdp.command.ProfilerAsync
- disable() - Method in interface io.webfolder.cdp.command.Runtime
-
Disables reporting of execution contexts creation.
- disable() - Method in interface io.webfolder.cdp.command.RuntimeAsync
-
Disables reporting of execution contexts creation.
- disable() - Method in interface io.webfolder.cdp.command.Security
-
Disables tracking security state changes.
- disable() - Method in interface io.webfolder.cdp.command.SecurityAsync
-
Disables tracking security state changes.
- disable() - Method in interface io.webfolder.cdp.command.ServiceWorker
- disable() - Method in interface io.webfolder.cdp.command.ServiceWorkerAsync
- disable() - Method in interface io.webfolder.cdp.command.WebAudio
-
Disables the WebAudio domain.
- disable() - Method in interface io.webfolder.cdp.command.WebAudioAsync
-
Disables the WebAudio domain.
- disable() - Method in interface io.webfolder.cdp.command.WebAuthn
-
Disable the WebAuthn domain.
- disable() - Method in interface io.webfolder.cdp.command.WebAuthnAsync
-
Disable the WebAuthn domain.
- Disabled - Enum constant in enum class io.webfolder.cdp.type.accessibility.AXPropertyName
- DisabledImageType - Enum Class in io.webfolder.cdp.type.emulation
-
Enum of image types that can be disabled.
- DisabledInSettings - Enum constant in enum class io.webfolder.cdp.type.audits.FederatedAuthRequestIssueReason
- DisableForRenderFrameHostCalled - Enum constant in enum class io.webfolder.cdp.type.page.BackForwardCacheNotRestoredReason
- DisallowedByMode - Enum constant in enum class io.webfolder.cdp.type.network.CorsError
- disassembleWasmModule(String) - Method in interface io.webfolder.cdp.command.Debugger
- disassembleWasmModule(String) - Method in interface io.webfolder.cdp.command.DebuggerAsync
- DisassembleWasmModuleResult - Class in io.webfolder.cdp.type.debugger
- DisassembleWasmModuleResult() - Constructor for class io.webfolder.cdp.type.debugger.DisassembleWasmModuleResult
- discardConsoleEntries() - Method in interface io.webfolder.cdp.command.Runtime
-
Discards collected exceptions and console API calls.
- discardConsoleEntries() - Method in interface io.webfolder.cdp.command.RuntimeAsync
-
Discards collected exceptions and console API calls.
- discardSearchResults(String) - Method in interface io.webfolder.cdp.command.DOM
-
Discards search results from the session with the given id.
- discardSearchResults(String) - Method in interface io.webfolder.cdp.command.DOMAsync
-
Discards search results from the session with the given id.
- disconnect() - Method in interface io.webfolder.cdp.channel.Channel
- disconnect() - Method in class io.webfolder.cdp.channel.JakartaWebSocketChannel
- disconnect() - Method in class io.webfolder.cdp.channel.JettyWebSocketChannel
- disconnect() - Method in class io.webfolder.cdp.channel.JreWebSocketChannel
- disconnect() - Method in class io.webfolder.cdp.channel.NettyWebSocketChannel
- disconnect() - Method in class io.webfolder.cdp.channel.NvWebSocketChannel
- disconnect() - Method in class io.webfolder.cdp.channel.StandardWebSocketChannel
- disconnect() - Method in class io.webfolder.cdp.channel.TooTallNateWebSocketChannel
- disconnect() - Method in class io.webfolder.cdp.channel.UndertowWebSocketChannel
- DiscouragedAPIUse - Enum constant in enum class io.webfolder.cdp.type.constant.ViolationType
- Discrete - Enum constant in enum class io.webfolder.cdp.type.webaudio.ChannelInterpretation
- dispatchDragEvent(DispatchDragEvent, Double, Double, DragData) - Method in interface io.webfolder.cdp.command.Input
-
Dispatches a drag event into the page.
- dispatchDragEvent(DispatchDragEvent, Double, Double, DragData) - Method in interface io.webfolder.cdp.command.InputAsync
-
Dispatches a drag event into the page.
- dispatchDragEvent(DispatchDragEvent, Double, Double, DragData, Integer) - Method in interface io.webfolder.cdp.command.Input
-
Dispatches a drag event into the page.
- dispatchDragEvent(DispatchDragEvent, Double, Double, DragData, Integer) - Method in interface io.webfolder.cdp.command.InputAsync
-
Dispatches a drag event into the page.
- DispatchDragEvent - Enum Class in io.webfolder.cdp.type.constant
- dispatchKeyEvent(KeyEventType) - Method in interface io.webfolder.cdp.command.Input
-
Dispatches a key event to the page.
- dispatchKeyEvent(KeyEventType) - Method in interface io.webfolder.cdp.command.InputAsync
-
Dispatches a key event to the page.
- dispatchKeyEvent(KeyEventType, Integer, Double, String, String, String, String, String, Integer, Integer, Boolean, Boolean, Boolean, Integer, List<String>) - Method in interface io.webfolder.cdp.command.Input
-
Dispatches a key event to the page.
- dispatchKeyEvent(KeyEventType, Integer, Double, String, String, String, String, String, Integer, Integer, Boolean, Boolean, Boolean, Integer, List<String>) - Method in interface io.webfolder.cdp.command.InputAsync
-
Dispatches a key event to the page.
- dispatchMouseEvent(MouseEventType, Double, Double) - Method in interface io.webfolder.cdp.command.Input
-
Dispatches a mouse event to the page.
- dispatchMouseEvent(MouseEventType, Double, Double) - Method in interface io.webfolder.cdp.command.InputAsync
-
Dispatches a mouse event to the page.
- dispatchMouseEvent(MouseEventType, Double, Double, Integer, Double, MouseButton, Integer, Integer, Double, Double, Integer, Integer, Integer, Double, Double, PointerType) - Method in interface io.webfolder.cdp.command.Input
-
Dispatches a mouse event to the page.
- dispatchMouseEvent(MouseEventType, Double, Double, Integer, Double, MouseButton, Integer, Integer, Double, Double, Integer, Integer, Integer, Double, Double, PointerType) - Method in interface io.webfolder.cdp.command.InputAsync
-
Dispatches a mouse event to the page.
- dispatchPeriodicSyncEvent(String, String, String) - Method in interface io.webfolder.cdp.command.ServiceWorker
- dispatchPeriodicSyncEvent(String, String, String) - Method in interface io.webfolder.cdp.command.ServiceWorkerAsync
- dispatchSyncEvent(String, String, String, Boolean) - Method in interface io.webfolder.cdp.command.ServiceWorker
- dispatchSyncEvent(String, String, String, Boolean) - Method in interface io.webfolder.cdp.command.ServiceWorkerAsync
- dispatchTouchEvent(TouchEventType, List<TouchPoint>) - Method in interface io.webfolder.cdp.command.Input
-
Dispatches a touch event to the page.
- dispatchTouchEvent(TouchEventType, List<TouchPoint>) - Method in interface io.webfolder.cdp.command.InputAsync
-
Dispatches a touch event to the page.
- dispatchTouchEvent(TouchEventType, List<TouchPoint>, Integer, Double) - Method in interface io.webfolder.cdp.command.Input
-
Dispatches a touch event to the page.
- dispatchTouchEvent(TouchEventType, List<TouchPoint>, Integer, Double) - Method in interface io.webfolder.cdp.command.InputAsync
-
Dispatches a touch event to the page.
- DisplayCapture - Enum constant in enum class io.webfolder.cdp.type.browser.PermissionType
- DisplayCapture - Enum constant in enum class io.webfolder.cdp.type.page.PermissionsPolicyFeature
- DisplayFeature - Class in io.webfolder.cdp.type.emulation
- DisplayFeature() - Constructor for class io.webfolder.cdp.type.emulation.DisplayFeature
- DisplayOrientation - Enum Class in io.webfolder.cdp.type.constant
-
Orientation of a display feature in relation to screen
- dispose() - Method in interface io.webfolder.cdp.session.SessionInvocationHandler
- disposeBrowserContext(String) - Method in interface io.webfolder.cdp.command.Target
-
Deletes a BrowserContext.
- disposeBrowserContext(String) - Method in interface io.webfolder.cdp.command.TargetAsync
-
Deletes a BrowserContext.
- disposeBrowserContext(String) - Method in class io.webfolder.cdp.session.SessionFactory
-
Dispose incoginto browser context.
- DistributedNodesUpdated - Class in io.webfolder.cdp.event.dom
-
Called when distribution is changed.
- DistributedNodesUpdated() - Constructor for class io.webfolder.cdp.event.dom.DistributedNodesUpdated
- Document - Enum constant in enum class io.webfolder.cdp.type.network.ResourceType
- DocumentDomain - Enum constant in enum class io.webfolder.cdp.type.page.PermissionsPolicyFeature
- DocumentDomainSettingWithoutOriginAgentClusterHeader - Enum constant in enum class io.webfolder.cdp.type.audits.DeprecationIssueType
- DocumentLoaded - Enum constant in enum class io.webfolder.cdp.type.page.BackForwardCacheNotRestoredReason
- DocumentOpened - Class in io.webfolder.cdp.event.page
-
Fired when opening document to write to.
- DocumentOpened() - Constructor for class io.webfolder.cdp.event.page.DocumentOpened
- DocumentSnapshot - Class in io.webfolder.cdp.session
- DocumentSnapshot - Class in io.webfolder.cdp.type.domsnapshot
-
Document snapshot.
- DocumentSnapshot() - Constructor for class io.webfolder.cdp.type.domsnapshot.DocumentSnapshot
- DocumentUpdated - Class in io.webfolder.cdp.event.dom
-
Fired when Document has been totally updated.
- DocumentUpdated() - Constructor for class io.webfolder.cdp.event.dom.DocumentUpdated
- Dom - Interface in io.webfolder.cdp.session
-
Provides the interfaces for the Document Object Model (DOM).
- DOM - Enum constant in enum class io.webfolder.cdp.session.Domain
- DOM - Enum constant in enum class io.webfolder.cdp.type.constant.PauseReason
- DOM - Interface in io.webfolder.cdp.command
-
This domain exposes DOM read/write operations.
- DOM_collectClassNamesFromSubtree - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- DOM_copyTo - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- DOM_describeNode - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- DOM_disable - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- DOM_discardSearchResults - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- DOM_enable - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- DOM_focus - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- DOM_getAttributes - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- DOM_getBoxModel - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- DOM_getContainerForNode - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- DOM_getContentQuads - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- DOM_getDocument - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- DOM_getFileInfo - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- DOM_getFlattenedDocument - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- DOM_getFrameOwner - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- DOM_getNodeForLocation - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- DOM_getNodesForSubtreeByStyle - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- DOM_getNodeStackTraces - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- DOM_getOuterHTML - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- DOM_getQueryingDescendantsForContainer - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- DOM_getRelayoutBoundary - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- DOM_getSearchResults - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- DOM_getTopLayerElements - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- DOM_hideHighlight - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- DOM_highlightNode - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- DOM_highlightRect - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- DOM_markUndoableState - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- DOM_moveTo - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- DOM_performSearch - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- DOM_PROPERTIES - Static variable in interface io.webfolder.cdp.session.Constant
- DOM_pushNodeByPathToFrontend - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- DOM_pushNodesByBackendIdsToFrontend - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- DOM_querySelector - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- DOM_querySelectorAll - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- DOM_redo - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- DOM_removeAttribute - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- DOM_removeNode - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- DOM_requestChildNodes - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- DOM_requestNode - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- DOM_resolveNode - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- DOM_scrollIntoViewIfNeeded - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- DOM_setAttributesAsText - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- DOM_setAttributeValue - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- DOM_setFileInputFiles - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- DOM_setInspectedNode - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- DOM_setNodeName - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- DOM_setNodeStackTracesEnabled - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- DOM_setNodeValue - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- DOM_setOuterHTML - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- DOM_undo - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- domain - Variable in enum class io.webfolder.cdp.event.Events
- domain - Variable in enum class io.webfolder.cdp.session.DomainCommand
- Domain - Class in io.webfolder.cdp.type.schema
-
Description of the protocol domain.
- Domain - Enum Class in io.webfolder.cdp.session
- Domain() - Constructor for class io.webfolder.cdp.type.schema.Domain
- DomainCommand - Enum Class in io.webfolder.cdp.session
- DomainMismatch - Enum constant in enum class io.webfolder.cdp.type.network.CookieBlockedReason
- DomainNotAllowed - Enum constant in enum class io.webfolder.cdp.type.page.BackForwardCacheNotRestoredReason
- DOMAsync - Interface in io.webfolder.cdp.command
-
This domain exposes DOM read/write operations.
- DOMAttributeModified - Enum constant in enum class io.webfolder.cdp.event.Events
-
Fired when Element's attribute is modified.
- DOMAttributeRemoved - Enum constant in enum class io.webfolder.cdp.event.Events
-
Fired when Element's attribute is removed.
- DOMBreakpointType - Enum Class in io.webfolder.cdp.type.domdebugger
-
DOM breakpoint type.
- DOMCharacterDataModified - Enum constant in enum class io.webfolder.cdp.event.Events
-
Mirrors DOMCharacterDataModified event.
- DOMChildNodeCountUpdated - Enum constant in enum class io.webfolder.cdp.event.Events
-
Fired when Container's child node count has changed.
- DOMChildNodeInserted - Enum constant in enum class io.webfolder.cdp.event.Events
-
Mirrors DOMNodeInserted event.
- DOMChildNodeRemoved - Enum constant in enum class io.webfolder.cdp.event.Events
-
Mirrors DOMNodeRemoved event.
- DomContentEventFired - Class in io.webfolder.cdp.event.page
- DomContentEventFired() - Constructor for class io.webfolder.cdp.event.page.DomContentEventFired
- DomContentLoad - Enum constant in enum class io.webfolder.cdp.session.WaitUntil
- DOMDebugger - Enum constant in enum class io.webfolder.cdp.session.Domain
- DOMDebugger - Interface in io.webfolder.cdp.command
-
DOM debugging allows setting breakpoints on particular DOM operations and events.
- DOMDebugger_getEventListeners - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- DOMDebugger_removeDOMBreakpoint - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- DOMDebugger_removeEventListenerBreakpoint - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- DOMDebugger_removeInstrumentationBreakpoint - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- DOMDebugger_removeXHRBreakpoint - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- DOMDebugger_setBreakOnCSPViolation - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- DOMDebugger_setDOMBreakpoint - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- DOMDebugger_setEventListenerBreakpoint - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- DOMDebugger_setInstrumentationBreakpoint - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- DOMDebugger_setXHRBreakpoint - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- DOMDebuggerAsync - Interface in io.webfolder.cdp.command
-
DOM debugging allows setting breakpoints on particular DOM operations and events.
- DOMDistributedNodesUpdated - Enum constant in enum class io.webfolder.cdp.event.Events
-
Called when distribution is changed.
- DOMDocumentUpdated - Enum constant in enum class io.webfolder.cdp.event.Events
-
Fired when Document has been totally updated.
- DOMInlineStyleInvalidated - Enum constant in enum class io.webfolder.cdp.event.Events
-
Fired when Element's inline style is modified via a CSS property modification.
- DOMNode - Class in io.webfolder.cdp.type.domsnapshot
-
A Node in the DOM tree.
- DOMNode() - Constructor for class io.webfolder.cdp.type.domsnapshot.DOMNode
- DOMPseudoElementAdded - Enum constant in enum class io.webfolder.cdp.event.Events
-
Called when a pseudo element is added to an element.
- DOMPseudoElementRemoved - Enum constant in enum class io.webfolder.cdp.event.Events
-
Called when a pseudo element is removed from an element.
- DomReady - Enum constant in enum class io.webfolder.cdp.session.WaitUntil
- DomRelation - Enum constant in enum class io.webfolder.cdp.type.accessibility.AXValueType
- DOMSetChildNodes - Enum constant in enum class io.webfolder.cdp.event.Events
-
Fired when backend wants to provide client with the missing DOM structure.
- DOMShadowRootPopped - Enum constant in enum class io.webfolder.cdp.event.Events
-
Called when shadow root is popped from the element.
- DOMShadowRootPushed - Enum constant in enum class io.webfolder.cdp.event.Events
-
Called when shadow root is pushed into the element.
- DOMSnapshot - Enum constant in enum class io.webfolder.cdp.session.Domain
- DOMSnapshot - Interface in io.webfolder.cdp.command
-
This domain facilitates obtaining document snapshots with DOM, layout, and style information.
- DOMSnapshot_captureSnapshot - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- DOMSnapshot_disable - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- DOMSnapshot_enable - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- DOMSnapshot_getSnapshot - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- DOMSnapshotAsync - Interface in io.webfolder.cdp.command
-
This domain facilitates obtaining document snapshots with DOM, layout, and style information.
- DomSnapshotIterator - Class in io.webfolder.cdp.session
- DomSnapshotIterator() - Constructor for class io.webfolder.cdp.session.DomSnapshotIterator
- DOMStorage - Enum constant in enum class io.webfolder.cdp.session.Domain
- DOMStorage - Interface in io.webfolder.cdp.command
-
Query and modify DOM storage.
- DOMStorage_clear - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- DOMStorage_disable - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- DOMStorage_enable - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- DOMStorage_getDOMStorageItems - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- DOMStorage_removeDOMStorageItem - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- DOMStorage_setDOMStorageItem - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- DOMStorageAsync - Interface in io.webfolder.cdp.command
-
Query and modify DOM storage.
- DOMStorageDomStorageItemAdded - Enum constant in enum class io.webfolder.cdp.event.Events
- DOMStorageDomStorageItemRemoved - Enum constant in enum class io.webfolder.cdp.event.Events
- DOMStorageDomStorageItemsCleared - Enum constant in enum class io.webfolder.cdp.event.Events
- DOMStorageDomStorageItemUpdated - Enum constant in enum class io.webfolder.cdp.event.Events
- DomStorageItemAdded - Class in io.webfolder.cdp.event.domstorage
- DomStorageItemAdded() - Constructor for class io.webfolder.cdp.event.domstorage.DomStorageItemAdded
- DomStorageItemRemoved - Class in io.webfolder.cdp.event.domstorage
- DomStorageItemRemoved() - Constructor for class io.webfolder.cdp.event.domstorage.DomStorageItemRemoved
- DomStorageItemsCleared - Class in io.webfolder.cdp.event.domstorage
- DomStorageItemsCleared() - Constructor for class io.webfolder.cdp.event.domstorage.DomStorageItemsCleared
- DomStorageItemUpdated - Class in io.webfolder.cdp.event.domstorage
- DomStorageItemUpdated() - Constructor for class io.webfolder.cdp.event.domstorage.DomStorageItemUpdated
- DOMTopLayerElementsUpdated - Enum constant in enum class io.webfolder.cdp.event.Events
-
Called when top layer elements are changed.
- Dotted - Enum constant in enum class io.webfolder.cdp.type.constant.LineStylePattern
- DOWN_ARROW - Static variable in interface io.webfolder.cdp.session.Constant
- download(ChromiumChannel) - Method in class io.webfolder.cdp.chromium.Chromium
- download(ChromiumChannel, long) - Method in class io.webfolder.cdp.chromium.Chromium
- Download - Enum constant in enum class io.webfolder.cdp.type.audits.MixedContentResourceType
- Download - Enum constant in enum class io.webfolder.cdp.type.page.ClientNavigationDisposition
- Download - Enum constant in enum class io.webfolder.cdp.type.page.PrerenderFinalStatus
- DownloadBehavior - Enum Class in io.webfolder.cdp.type.constant
- downloadPath() - Method in class io.webfolder.cdp.chromium.ChromiumOptions
- DownloadProgress - Class in io.webfolder.cdp.event.browser
-
Fired when download makes progress.
- DownloadProgress - Class in io.webfolder.cdp.event.page
-
Fired when download makes progress.
- DownloadProgress() - Constructor for class io.webfolder.cdp.event.browser.DownloadProgress
- DownloadProgress() - Constructor for class io.webfolder.cdp.event.page.DownloadProgress
- DownloadState - Enum Class in io.webfolder.cdp.type.constant
- DownloadStatus - Enum Class in io.webfolder.cdp.type.constant
- DownloadWillBegin - Class in io.webfolder.cdp.event.browser
-
Fired when page is about to start a download.
- DownloadWillBegin - Class in io.webfolder.cdp.event.page
-
Fired when page is about to start a download.
- DownloadWillBegin() - Constructor for class io.webfolder.cdp.event.browser.DownloadWillBegin
- DownloadWillBegin() - Constructor for class io.webfolder.cdp.event.page.DownloadWillBegin
- DragCancel - Enum constant in enum class io.webfolder.cdp.type.constant.DispatchDragEvent
- DragCancel - Enum constant in enum class io.webfolder.cdp.type.constant.DragEvent
- DragData - Class in io.webfolder.cdp.type.input
- DragData() - Constructor for class io.webfolder.cdp.type.input.DragData
- DragDataItem - Class in io.webfolder.cdp.type.input
- DragDataItem() - Constructor for class io.webfolder.cdp.type.input.DragDataItem
- DragEnter - Enum constant in enum class io.webfolder.cdp.type.constant.DispatchDragEvent
- DragEnter - Enum constant in enum class io.webfolder.cdp.type.constant.DragEvent
- DragEvent - Enum Class in io.webfolder.cdp.type.constant
- DragIntercepted - Class in io.webfolder.cdp.event.input
-
Emitted only when Input.setInterceptDrags is enabled.
- DragIntercepted() - Constructor for class io.webfolder.cdp.event.input.DragIntercepted
- DragOver - Enum constant in enum class io.webfolder.cdp.type.constant.DispatchDragEvent
- DragOver - Enum constant in enum class io.webfolder.cdp.type.constant.DragEvent
- Drop - Enum constant in enum class io.webfolder.cdp.type.constant.DispatchDragEvent
- Drop - Enum constant in enum class io.webfolder.cdp.type.constant.DragEvent
- Dummy - Enum constant in enum class io.webfolder.cdp.type.page.BackForwardCacheNotRestoredReason
- DurableStorage - Enum constant in enum class io.webfolder.cdp.type.browser.PermissionType
E
- EchoToConsole - Enum constant in enum class io.webfolder.cdp.type.constant.TraceRecordMode
- Editable - Enum constant in enum class io.webfolder.cdp.type.accessibility.AXPropertyName
- ElementNotFoundException - Exception Class in io.webfolder.cdp.exception
- ElementNotFoundException(String) - Constructor for exception class io.webfolder.cdp.exception.ElementNotFoundException
- EmbeddedDWARF - Enum constant in enum class io.webfolder.cdp.type.constant.DebugSymbolType
- EmbedderAppBannerManager - Enum constant in enum class io.webfolder.cdp.type.page.BackForwardCacheNotRestoredReason
- EmbedderChromePasswordManagerClientBindCredentialManager - Enum constant in enum class io.webfolder.cdp.type.page.BackForwardCacheNotRestoredReason
- EmbedderDomDistillerSelfDeletingRequestDelegate - Enum constant in enum class io.webfolder.cdp.type.page.BackForwardCacheNotRestoredReason
- EmbedderDomDistillerViewerSource - Enum constant in enum class io.webfolder.cdp.type.page.BackForwardCacheNotRestoredReason
- EmbedderExtensionMessaging - Enum constant in enum class io.webfolder.cdp.type.page.BackForwardCacheNotRestoredReason
- EmbedderExtensionMessagingForOpenPort - Enum constant in enum class io.webfolder.cdp.type.page.BackForwardCacheNotRestoredReason
- EmbedderExtensions - Enum constant in enum class io.webfolder.cdp.type.page.BackForwardCacheNotRestoredReason
- EmbedderExtensionSentMessageToCachedFrame - Enum constant in enum class io.webfolder.cdp.type.page.BackForwardCacheNotRestoredReason
- EmbedderModalDialog - Enum constant in enum class io.webfolder.cdp.type.page.BackForwardCacheNotRestoredReason
- EmbedderOfflinePage - Enum constant in enum class io.webfolder.cdp.type.page.BackForwardCacheNotRestoredReason
- EmbedderOomInterventionTabHelper - Enum constant in enum class io.webfolder.cdp.type.page.BackForwardCacheNotRestoredReason
- EmbedderPermissionRequestManager - Enum constant in enum class io.webfolder.cdp.type.page.BackForwardCacheNotRestoredReason
- EmbedderPopupBlockerTabHelper - Enum constant in enum class io.webfolder.cdp.type.page.BackForwardCacheNotRestoredReason
- EmbedderSafeBrowsingThreatDetails - Enum constant in enum class io.webfolder.cdp.type.page.BackForwardCacheNotRestoredReason
- EmbedderSafeBrowsingTriggeredPopupBlocker - Enum constant in enum class io.webfolder.cdp.type.page.BackForwardCacheNotRestoredReason
- EmbedderTriggeredAndCrossOriginRedirected - Enum constant in enum class io.webfolder.cdp.type.page.PrerenderFinalStatus
- EMPTY_ARGS - Static variable in interface io.webfolder.cdp.session.Constant
- EMPTY_NODE_ID - Static variable in interface io.webfolder.cdp.session.Constant
- EmulatedVisionDeficiency - Enum Class in io.webfolder.cdp.type.constant
- emulateNetworkConditions(Boolean, Double, Double, Double) - Method in interface io.webfolder.cdp.command.Network
-
Activates emulation of network conditions.
- emulateNetworkConditions(Boolean, Double, Double, Double) - Method in interface io.webfolder.cdp.command.NetworkAsync
-
Activates emulation of network conditions.
- emulateNetworkConditions(Boolean, Double, Double, Double, ConnectionType) - Method in interface io.webfolder.cdp.command.Network
-
Activates emulation of network conditions.
- emulateNetworkConditions(Boolean, Double, Double, Double, ConnectionType) - Method in interface io.webfolder.cdp.command.NetworkAsync
-
Activates emulation of network conditions.
- emulateTouchFromMouseEvent(MouseEventType, Integer, Integer, MouseButton) - Method in interface io.webfolder.cdp.command.Input
-
Emulates touch event from the mouse event parameters.
- emulateTouchFromMouseEvent(MouseEventType, Integer, Integer, MouseButton) - Method in interface io.webfolder.cdp.command.InputAsync
-
Emulates touch event from the mouse event parameters.
- emulateTouchFromMouseEvent(MouseEventType, Integer, Integer, MouseButton, Double, Double, Double, Integer, Integer) - Method in interface io.webfolder.cdp.command.Input
-
Emulates touch event from the mouse event parameters.
- emulateTouchFromMouseEvent(MouseEventType, Integer, Integer, MouseButton, Double, Double, Double, Integer, Integer) - Method in interface io.webfolder.cdp.command.InputAsync
-
Emulates touch event from the mouse event parameters.
- Emulation - Enum constant in enum class io.webfolder.cdp.session.Domain
- Emulation - Interface in io.webfolder.cdp.command
-
This domain emulates different environments for the page.
- Emulation_canEmulate - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Emulation_clearDeviceMetricsOverride - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Emulation_clearGeolocationOverride - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Emulation_clearIdleOverride - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Emulation_resetPageScaleFactor - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Emulation_setAutoDarkModeOverride - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Emulation_setAutomationOverride - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Emulation_setCPUThrottlingRate - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Emulation_setDefaultBackgroundColorOverride - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Emulation_setDeviceMetricsOverride - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Emulation_setDisabledImageTypes - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Emulation_setDocumentCookieDisabled - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Emulation_setEmitTouchEventsForMouse - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Emulation_setEmulatedMedia - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Emulation_setEmulatedVisionDeficiency - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Emulation_setFocusEmulationEnabled - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Emulation_setGeolocationOverride - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Emulation_setHardwareConcurrencyOverride - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Emulation_setIdleOverride - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Emulation_setLocaleOverride - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Emulation_setNavigatorOverrides - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Emulation_setPageScaleFactor - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Emulation_setScriptExecutionDisabled - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Emulation_setScrollbarsHidden - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Emulation_setTimezoneOverride - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Emulation_setTouchEmulationEnabled - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Emulation_setUserAgentOverride - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Emulation_setVirtualTimePolicy - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Emulation_setVisibleSize - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- EmulationAsync - Interface in io.webfolder.cdp.command
-
This domain emulates different environments for the page.
- EmulationVirtualTimeBudgetExpired - Enum constant in enum class io.webfolder.cdp.event.Events
-
Notification sent after the virtual time budget for the current VirtualTimePolicy has run out.
- enable() - Method in interface io.webfolder.cdp.command.Accessibility
-
Enables the accessibility domain which causes AXNodeIds to remain consistent between method calls.
- enable() - Method in interface io.webfolder.cdp.command.AccessibilityAsync
-
Enables the accessibility domain which causes AXNodeIds to remain consistent between method calls.
- enable() - Method in interface io.webfolder.cdp.command.Animation
-
Enables animation domain notifications.
- enable() - Method in interface io.webfolder.cdp.command.AnimationAsync
-
Enables animation domain notifications.
- enable() - Method in interface io.webfolder.cdp.command.Audits
-
Enables issues domain, sends the issues collected so far to the client by means of the issueAdded event.
- enable() - Method in interface io.webfolder.cdp.command.AuditsAsync
-
Enables issues domain, sends the issues collected so far to the client by means of the issueAdded event.
- enable() - Method in interface io.webfolder.cdp.command.Cast
-
Starts observing for sinks that can be used for tab mirroring, and if set, sinks compatible with |presentationUrl| as well.
- enable() - Method in interface io.webfolder.cdp.command.CastAsync
-
Starts observing for sinks that can be used for tab mirroring, and if set, sinks compatible with |presentationUrl| as well.
- enable() - Method in interface io.webfolder.cdp.command.Console
-
Deprecated.Enables console domain, sends the messages collected so far to the client by means of the messageAdded notification.
- enable() - Method in interface io.webfolder.cdp.command.ConsoleAsync
-
Deprecated.Enables console domain, sends the messages collected so far to the client by means of the messageAdded notification.
- enable() - Method in interface io.webfolder.cdp.command.CSS
-
Enables the CSS agent for the given page.
- enable() - Method in interface io.webfolder.cdp.command.CSSAsync
-
Enables the CSS agent for the given page.
- enable() - Method in interface io.webfolder.cdp.command.Database
-
Enables database tracking, database events will now be delivered to the client.
- enable() - Method in interface io.webfolder.cdp.command.DatabaseAsync
-
Enables database tracking, database events will now be delivered to the client.
- enable() - Method in interface io.webfolder.cdp.command.Debugger
-
Enables debugger for the given page.
- enable() - Method in interface io.webfolder.cdp.command.DebuggerAsync
-
Enables debugger for the given page.
- enable() - Method in interface io.webfolder.cdp.command.DOM
-
Enables DOM agent for the given page.
- enable() - Method in interface io.webfolder.cdp.command.DOMAsync
-
Enables DOM agent for the given page.
- enable() - Method in interface io.webfolder.cdp.command.DOMSnapshot
-
Enables DOM snapshot agent for the given page.
- enable() - Method in interface io.webfolder.cdp.command.DOMSnapshotAsync
-
Enables DOM snapshot agent for the given page.
- enable() - Method in interface io.webfolder.cdp.command.DOMStorage
-
Enables storage tracking, storage events will now be delivered to the client.
- enable() - Method in interface io.webfolder.cdp.command.DOMStorageAsync
-
Enables storage tracking, storage events will now be delivered to the client.
- enable() - Method in interface io.webfolder.cdp.command.Fetch
-
Enables issuing of requestPaused events.
- enable() - Method in interface io.webfolder.cdp.command.FetchAsync
-
Enables issuing of requestPaused events.
- enable() - Method in interface io.webfolder.cdp.command.HeadlessExperimental
-
Enables headless events for the target.
- enable() - Method in interface io.webfolder.cdp.command.HeadlessExperimentalAsync
-
Enables headless events for the target.
- enable() - Method in interface io.webfolder.cdp.command.HeapProfiler
- enable() - Method in interface io.webfolder.cdp.command.HeapProfilerAsync
- enable() - Method in interface io.webfolder.cdp.command.IndexedDB
-
Enables events from backend.
- enable() - Method in interface io.webfolder.cdp.command.IndexedDBAsync
-
Enables events from backend.
- enable() - Method in interface io.webfolder.cdp.command.Inspector
-
Enables inspector domain notifications.
- enable() - Method in interface io.webfolder.cdp.command.InspectorAsync
-
Enables inspector domain notifications.
- enable() - Method in interface io.webfolder.cdp.command.LayerTree
-
Enables compositing tree inspection.
- enable() - Method in interface io.webfolder.cdp.command.LayerTreeAsync
-
Enables compositing tree inspection.
- enable() - Method in interface io.webfolder.cdp.command.Log
-
Enables log domain, sends the entries collected so far to the client by means of the entryAdded notification.
- enable() - Method in interface io.webfolder.cdp.command.LogAsync
-
Enables log domain, sends the entries collected so far to the client by means of the entryAdded notification.
- enable() - Method in interface io.webfolder.cdp.command.Media
-
Enables the Media domain
- enable() - Method in interface io.webfolder.cdp.command.MediaAsync
-
Enables the Media domain
- enable() - Method in interface io.webfolder.cdp.command.Network
-
Enables network tracking, network events will now be delivered to the client.
- enable() - Method in interface io.webfolder.cdp.command.NetworkAsync
-
Enables network tracking, network events will now be delivered to the client.
- enable() - Method in interface io.webfolder.cdp.command.Overlay
-
Enables domain notifications.
- enable() - Method in interface io.webfolder.cdp.command.OverlayAsync
-
Enables domain notifications.
- enable() - Method in interface io.webfolder.cdp.command.Page
-
Enables page domain notifications.
- enable() - Method in interface io.webfolder.cdp.command.PageAsync
-
Enables page domain notifications.
- enable() - Method in interface io.webfolder.cdp.command.Performance
-
Enable collecting and reporting metrics.
- enable() - Method in interface io.webfolder.cdp.command.PerformanceAsync
-
Enable collecting and reporting metrics.
- enable() - Method in interface io.webfolder.cdp.command.Profiler
- enable() - Method in interface io.webfolder.cdp.command.ProfilerAsync
- enable() - Method in interface io.webfolder.cdp.command.Runtime
-
Enables reporting of execution contexts creation by means of executionContextCreated event.
- enable() - Method in interface io.webfolder.cdp.command.RuntimeAsync
-
Enables reporting of execution contexts creation by means of executionContextCreated event.
- enable() - Method in interface io.webfolder.cdp.command.Security
-
Enables tracking security state changes.
- enable() - Method in interface io.webfolder.cdp.command.SecurityAsync
-
Enables tracking security state changes.
- enable() - Method in interface io.webfolder.cdp.command.ServiceWorker
- enable() - Method in interface io.webfolder.cdp.command.ServiceWorkerAsync
- enable() - Method in interface io.webfolder.cdp.command.WebAudio
-
Enables the WebAudio domain and starts sending context lifetime events.
- enable() - Method in interface io.webfolder.cdp.command.WebAudioAsync
-
Enables the WebAudio domain and starts sending context lifetime events.
- enable() - Method in interface io.webfolder.cdp.command.WebAuthn
-
Enable the WebAuthn domain and start intercepting credential storage and retrieval with a virtual authenticator.
- enable() - Method in interface io.webfolder.cdp.command.WebAuthnAsync
-
Enable the WebAuthn domain and start intercepting credential storage and retrieval with a virtual authenticator.
- enable(IncludeWhitespace) - Method in interface io.webfolder.cdp.command.DOM
-
Enables DOM agent for the given page.
- enable(IncludeWhitespace) - Method in interface io.webfolder.cdp.command.DOMAsync
-
Enables DOM agent for the given page.
- enable(TimeDomain) - Method in interface io.webfolder.cdp.command.Performance
-
Enable collecting and reporting metrics.
- enable(TimeDomain) - Method in interface io.webfolder.cdp.command.PerformanceAsync
-
Enable collecting and reporting metrics.
- enable(Boolean) - Method in interface io.webfolder.cdp.command.WebAuthn
-
Enable the WebAuthn domain and start intercepting credential storage and retrieval with a virtual authenticator.
- enable(Boolean) - Method in interface io.webfolder.cdp.command.WebAuthnAsync
-
Enable the WebAuthn domain and start intercepting credential storage and retrieval with a virtual authenticator.
- enable(Double) - Method in interface io.webfolder.cdp.command.Debugger
-
Enables debugger for the given page.
- enable(Double) - Method in interface io.webfolder.cdp.command.DebuggerAsync
-
Enables debugger for the given page.
- enable(Integer, Integer, Integer) - Method in interface io.webfolder.cdp.command.Network
-
Enables network tracking, network events will now be delivered to the client.
- enable(Integer, Integer, Integer) - Method in interface io.webfolder.cdp.command.NetworkAsync
-
Enables network tracking, network events will now be delivered to the client.
- enable(String) - Method in interface io.webfolder.cdp.command.Cast
-
Starts observing for sinks that can be used for tab mirroring, and if set, sinks compatible with |presentationUrl| as well.
- enable(String) - Method in interface io.webfolder.cdp.command.CastAsync
-
Starts observing for sinks that can be used for tab mirroring, and if set, sinks compatible with |presentationUrl| as well.
- enable(List<RequestPattern>, Boolean) - Method in interface io.webfolder.cdp.command.Fetch
-
Enables issuing of requestPaused events.
- enable(List<RequestPattern>, Boolean) - Method in interface io.webfolder.cdp.command.FetchAsync
-
Enables issuing of requestPaused events.
- enable(List<String>) - Method in interface io.webfolder.cdp.command.PerformanceTimeline
-
Previously buffered events would be reported before method returns.
- enable(List<String>) - Method in interface io.webfolder.cdp.command.PerformanceTimelineAsync
-
Previously buffered events would be reported before method returns.
- enableConsoleLog() - Method in class io.webfolder.cdp.session.Session
-
Redirects javascript console logs to cdp4j logger.
- Enabled - Enum constant in enum class io.webfolder.cdp.type.page.OriginTrialStatus
- enableDetailLog() - Method in class io.webfolder.cdp.session.Session
-
Redirects runtime logs (network, security, storage etc..) to cdp4j logger
- enableNetworkLog() - Method in class io.webfolder.cdp.session.Session
-
Redirects network logs to cdp4j logger
- enableReportingApi(Boolean) - Method in interface io.webfolder.cdp.command.Network
-
Enables tracking for the Reporting API, events generated by the Reporting API will now be delivered to the client.
- enableReportingApi(Boolean) - Method in interface io.webfolder.cdp.command.NetworkAsync
-
Enables tracking for the Reporting API, events generated by the Reporting API will now be delivered to the client.
- encode() - Method in interface io.webfolder.cdp.session.VideoRecorder
- encode(ChannelHandlerContext, WebSocketFrame, List<Object>) - Method in class io.webfolder.cdp.channel.NettyWebSocketZeroMaskFrameEncoder
- encodeAsync() - Method in interface io.webfolder.cdp.session.VideoRecorder
- encoderLogLevel() - Method in class io.webfolder.cdp.session.VideoRecorderOptions
- encoderLogLevel(CdpLogggerLevel) - Method in class io.webfolder.cdp.session.VideoRecorderOptions.Builder
- encoderThreadPool() - Method in class io.webfolder.cdp.session.VideoRecorderOptions
- encoderThreadPool(Executor) - Method in class io.webfolder.cdp.session.VideoRecorderOptions.Builder
- Encoding - Enum Class in io.webfolder.cdp.type.constant
- EncodingDone - Enum constant in enum class io.webfolder.cdp.session.VideoRecorder.VideoRecorderState
- EncodingError - Enum constant in enum class io.webfolder.cdp.session.VideoRecorder.VideoRecorderState
- encodingTimeout() - Method in class io.webfolder.cdp.session.VideoRecorderOptions
- encodingTimeout(int, TimeUnit) - Method in class io.webfolder.cdp.session.VideoRecorderOptions.Builder
- EncodingTimeout - Enum constant in enum class io.webfolder.cdp.session.VideoRecorder.VideoRecorderState
- EncryptedMedia - Enum constant in enum class io.webfolder.cdp.type.page.PermissionsPolicyFeature
- end() - Method in interface io.webfolder.cdp.command.Tracing
-
Stop trace events collection.
- end() - Method in interface io.webfolder.cdp.command.TracingAsync
-
Stop trace events collection.
- EndGroup - Enum constant in enum class io.webfolder.cdp.type.constant.ConsoleApiCallType
- ENTER - Static variable in interface io.webfolder.cdp.session.Constant
- EnteredBackForwardCacheBeforeServiceWorkerHostAdded - Enum constant in enum class io.webfolder.cdp.type.page.BackForwardCacheNotRestoredReason
- EntryAdded - Class in io.webfolder.cdp.event.log
-
Issued when new message was logged.
- EntryAdded() - Constructor for class io.webfolder.cdp.event.log.EntryAdded
- EntryPreview - Class in io.webfolder.cdp.type.runtime
- EntryPreview() - Constructor for class io.webfolder.cdp.type.runtime.EntryPreview
- equals(Object) - Method in class io.webfolder.cdp.chromium.ChromiumVersion
- equals(Object) - Method in class io.webfolder.cdp.session.Session
- error(String, Object...) - Method in interface io.webfolder.cdp.logger.CdpLogger
- error(String, Throwable) - Method in interface io.webfolder.cdp.logger.CdpLogger
- Error - Class in io.webfolder.cdp.type.database
-
Database error.
- Error - Enum constant in enum class io.webfolder.cdp.logger.CdpLogggerLevel
- Error - Enum constant in enum class io.webfolder.cdp.type.cachestorage.CachedResponseType
- Error - Enum constant in enum class io.webfolder.cdp.type.constant.ConsoleApiCallType
- Error - Enum constant in enum class io.webfolder.cdp.type.constant.LogEntrySeverity
- Error - Enum constant in enum class io.webfolder.cdp.type.constant.MediaLogMessageLevel
- Error - Enum constant in enum class io.webfolder.cdp.type.constant.MessageSeverity
- Error - Enum constant in enum class io.webfolder.cdp.type.constant.ObjectSubtypeHint
- Error - Enum constant in enum class io.webfolder.cdp.type.constant.WebDriverValueType
- Error() - Constructor for class io.webfolder.cdp.type.database.Error
- ErrorDocument - Enum constant in enum class io.webfolder.cdp.type.page.BackForwardCacheNotRestoredReason
- ErrorFetchingSignin - Enum constant in enum class io.webfolder.cdp.type.audits.FederatedAuthRequestIssueReason
- ErrorIdToken - Enum constant in enum class io.webfolder.cdp.type.audits.FederatedAuthRequestIssueReason
- Errormessage - Enum constant in enum class io.webfolder.cdp.type.accessibility.AXPropertyName
- ErrorPageEnable - Enum constant in enum class io.webfolder.cdp.session.VideoRecorder.VideoRecorderState
- ErrorReason - Enum Class in io.webfolder.cdp.type.network
-
Network level fetch failure reason.
- ErrorStartScreencast - Enum constant in enum class io.webfolder.cdp.session.VideoRecorder.VideoRecorderState
- ESC - Static variable in interface io.webfolder.cdp.session.Constant
- Ethernet - Enum constant in enum class io.webfolder.cdp.type.network.ConnectionType
- Eval - Enum constant in enum class io.webfolder.cdp.type.constant.ScopeType
- evaluate(String) - Method in interface io.webfolder.cdp.command.Runtime
-
Evaluates expression on global object.
- evaluate(String) - Method in interface io.webfolder.cdp.command.RuntimeAsync
-
Evaluates expression on global object.
- evaluate(String) - Method in interface io.webfolder.cdp.session.JavaScript
-
Evaluates JavaScript expression in global scope.
- evaluate(String, String, Boolean, Boolean, Integer, Boolean, Boolean, Boolean, Boolean, Boolean, Double, Boolean, Boolean, Boolean, String, Boolean) - Method in interface io.webfolder.cdp.command.Runtime
-
Evaluates expression on global object.
- evaluate(String, String, Boolean, Boolean, Integer, Boolean, Boolean, Boolean, Boolean, Boolean, Double, Boolean, Boolean, Boolean, String, Boolean) - Method in interface io.webfolder.cdp.command.RuntimeAsync
-
Evaluates expression on global object.
- evaluateOnCallFrame(String, String) - Method in interface io.webfolder.cdp.command.Debugger
-
Evaluates expression on a given call frame.
- evaluateOnCallFrame(String, String) - Method in interface io.webfolder.cdp.command.DebuggerAsync
-
Evaluates expression on a given call frame.
- evaluateOnCallFrame(String, String, String, Boolean, Boolean, Boolean, Boolean, Boolean, Double) - Method in interface io.webfolder.cdp.command.Debugger
-
Evaluates expression on a given call frame.
- evaluateOnCallFrame(String, String, String, Boolean, Boolean, Boolean, Boolean, Boolean, Double) - Method in interface io.webfolder.cdp.command.DebuggerAsync
-
Evaluates expression on a given call frame.
- EvaluateOnCallFrameResult - Class in io.webfolder.cdp.type.debugger
- EvaluateOnCallFrameResult() - Constructor for class io.webfolder.cdp.type.debugger.EvaluateOnCallFrameResult
- EvaluateResult - Class in io.webfolder.cdp.type.runtime
- EvaluateResult() - Constructor for class io.webfolder.cdp.type.runtime.EvaluateResult
- EventBreakpoints - Enum constant in enum class io.webfolder.cdp.session.Domain
- EventBreakpoints - Interface in io.webfolder.cdp.command
-
EventBreakpoints permits setting breakpoints on particular operations and events in targets that run JavaScript but do not have a DOM.
- EventBreakpoints_removeInstrumentationBreakpoint - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- EventBreakpoints_setInstrumentationBreakpoint - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- EventBreakpointsAsync - Interface in io.webfolder.cdp.command
-
EventBreakpoints permits setting breakpoints on particular operations and events in targets that run JavaScript but do not have a DOM.
- eventHandlerThreadPool() - Method in class io.webfolder.cdp.Options
- eventHandlerThreadPool(Executor) - Method in class io.webfolder.cdp.Options.Builder
- EventListener - Class in io.webfolder.cdp.type.domdebugger
-
Object event listener.
- EventListener - Enum constant in enum class io.webfolder.cdp.type.constant.PauseReason
- EventListener - Interface in io.webfolder.cdp.listener
- EventListener() - Constructor for class io.webfolder.cdp.type.domdebugger.EventListener
- EventMetadata - Class in io.webfolder.cdp.type.backgroundservice
-
A key-value pair for additional event information to pass along.
- EventMetadata() - Constructor for class io.webfolder.cdp.type.backgroundservice.EventMetadata
- EventParser - Interface in io.webfolder.cdp.serialization
- EventPath - Enum constant in enum class io.webfolder.cdp.type.audits.DeprecationIssueType
- Events - Enum Class in io.webfolder.cdp.event
- EventSource - Enum constant in enum class io.webfolder.cdp.type.audits.MixedContentResourceType
- EventSource - Enum constant in enum class io.webfolder.cdp.type.network.ResourceType
- EventSourceMessageReceived - Class in io.webfolder.cdp.event.network
-
Fired when EventSource message is received.
- EventSourceMessageReceived() - Constructor for class io.webfolder.cdp.event.network.EventSourceMessageReceived
- Exception - Enum constant in enum class io.webfolder.cdp.type.constant.PauseReason
- exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.webfolder.cdp.channel.NettyWebSocketListener
- ExceptionDetails - Class in io.webfolder.cdp.type.runtime
-
Detailed information about exception (or error) that was thrown during script compilation or execution.
- ExceptionDetails() - Constructor for class io.webfolder.cdp.type.runtime.ExceptionDetails
- ExceptionRevoked - Class in io.webfolder.cdp.event.runtime
-
Issued when unhandled exception was revoked.
- ExceptionRevoked() - Constructor for class io.webfolder.cdp.event.runtime.ExceptionRevoked
- ExceptionThrown - Class in io.webfolder.cdp.event.runtime
-
Issued when exception was thrown and unhandled.
- ExceptionThrown() - Constructor for class io.webfolder.cdp.event.runtime.ExceptionThrown
- ExcludeDomainNonASCII - Enum constant in enum class io.webfolder.cdp.type.audits.CookieExclusionReason
- ExcludeInvalidSameParty - Enum constant in enum class io.webfolder.cdp.type.audits.CookieExclusionReason
- ExcludeInvalidSameParty - Enum constant in enum class io.webfolder.cdp.type.audits.SameSiteCookieExclusionReason
- ExcludeSamePartyCrossPartyContext - Enum constant in enum class io.webfolder.cdp.type.audits.CookieExclusionReason
- ExcludeSamePartyCrossPartyContext - Enum constant in enum class io.webfolder.cdp.type.audits.SameSiteCookieExclusionReason
- ExcludeSameSiteLax - Enum constant in enum class io.webfolder.cdp.type.audits.CookieExclusionReason
- ExcludeSameSiteLax - Enum constant in enum class io.webfolder.cdp.type.audits.SameSiteCookieExclusionReason
- ExcludeSameSiteNoneInsecure - Enum constant in enum class io.webfolder.cdp.type.audits.CookieExclusionReason
- ExcludeSameSiteNoneInsecure - Enum constant in enum class io.webfolder.cdp.type.audits.SameSiteCookieExclusionReason
- ExcludeSameSiteStrict - Enum constant in enum class io.webfolder.cdp.type.audits.CookieExclusionReason
- ExcludeSameSiteStrict - Enum constant in enum class io.webfolder.cdp.type.audits.SameSiteCookieExclusionReason
- ExcludeSameSiteUnspecifiedTreatedAsLax - Enum constant in enum class io.webfolder.cdp.type.audits.CookieExclusionReason
- ExcludeSameSiteUnspecifiedTreatedAsLax - Enum constant in enum class io.webfolder.cdp.type.audits.SameSiteCookieExclusionReason
- executeBrowserCommand(BrowserCommandId) - Method in interface io.webfolder.cdp.command.Browser
-
Invoke custom browser commands used by telemetry.
- executeBrowserCommand(BrowserCommandId) - Method in interface io.webfolder.cdp.command.BrowserAsync
-
Invoke custom browser commands used by telemetry.
- executeSQL(String, String) - Method in interface io.webfolder.cdp.command.Database
- executeSQL(String, String) - Method in interface io.webfolder.cdp.command.DatabaseAsync
- ExecuteSQLResult - Class in io.webfolder.cdp.type.database
- ExecuteSQLResult() - Constructor for class io.webfolder.cdp.type.database.ExecuteSQLResult
- ExecutionContextCreated - Class in io.webfolder.cdp.event.runtime
-
Issued when new execution context is created.
- ExecutionContextCreated() - Constructor for class io.webfolder.cdp.event.runtime.ExecutionContextCreated
- ExecutionContextDescription - Class in io.webfolder.cdp.type.runtime
-
Description of an isolated world.
- ExecutionContextDescription() - Constructor for class io.webfolder.cdp.type.runtime.ExecutionContextDescription
- ExecutionContextDestroyed - Class in io.webfolder.cdp.event.runtime
-
Issued when execution context is destroyed.
- ExecutionContextDestroyed() - Constructor for class io.webfolder.cdp.event.runtime.ExecutionContextDestroyed
- ExecutionContextsCleared - Class in io.webfolder.cdp.event.runtime
-
Issued when all executionContexts were cleared in browser
- ExecutionContextsCleared() - Constructor for class io.webfolder.cdp.event.runtime.ExecutionContextsCleared
- ExecutionWhileNotRendered - Enum constant in enum class io.webfolder.cdp.type.page.PermissionsPolicyFeature
- ExecutionWhileOutOfViewport - Enum constant in enum class io.webfolder.cdp.type.page.PermissionsPolicyFeature
- Expanded - Enum constant in enum class io.webfolder.cdp.type.accessibility.AXPropertyName
- ExpectCTHeader - Enum constant in enum class io.webfolder.cdp.type.audits.DeprecationIssueType
- Experimental - Annotation Interface in io.webfolder.cdp.annotation
- Expired - Enum constant in enum class io.webfolder.cdp.type.page.OriginTrialTokenStatus
- Explicit - Enum constant in enum class io.webfolder.cdp.type.webaudio.ChannelCountMode
- exposeDevToolsProtocol(String) - Method in interface io.webfolder.cdp.command.Target
-
Inject object to the target's main frame that provides a communication channel with browser target.
- exposeDevToolsProtocol(String) - Method in interface io.webfolder.cdp.command.TargetAsync
-
Inject object to the target's main frame that provides a communication channel with browser target.
- exposeDevToolsProtocol(String, String) - Method in interface io.webfolder.cdp.command.Target
-
Inject object to the target's main frame that provides a communication channel with browser target.
- exposeDevToolsProtocol(String, String) - Method in interface io.webfolder.cdp.command.TargetAsync
-
Inject object to the target's main frame that provides a communication channel with browser target.
- ExternalDWARF - Enum constant in enum class io.webfolder.cdp.type.constant.DebugSymbolType
F
- Failed - Enum constant in enum class io.webfolder.cdp.type.network.ErrorReason
- FailedPrecondition - Enum constant in enum class io.webfolder.cdp.type.constant.TrustTokenStatus
- failRequest(String, ErrorReason) - Method in interface io.webfolder.cdp.command.Fetch
-
Causes the request to fail with specified reason.
- failRequest(String, ErrorReason) - Method in interface io.webfolder.cdp.command.FetchAsync
-
Causes the request to fail with specified reason.
- FailToGetMemoryUsage - Enum constant in enum class io.webfolder.cdp.type.page.PrerenderFinalStatus
- FallbackCode - Enum constant in enum class io.webfolder.cdp.type.network.ServiceWorkerResponseSource
- Favicon - Enum constant in enum class io.webfolder.cdp.type.audits.MixedContentResourceType
- FeatureDisabled - Enum constant in enum class io.webfolder.cdp.type.page.OriginTrialTokenStatus
- FeatureDisabledForUser - Enum constant in enum class io.webfolder.cdp.type.page.OriginTrialTokenStatus
- FederatedAuthRequestIssue - Enum constant in enum class io.webfolder.cdp.type.audits.InspectorIssueCode
- FederatedAuthRequestIssueDetails - Class in io.webfolder.cdp.type.audits
- FederatedAuthRequestIssueDetails() - Constructor for class io.webfolder.cdp.type.audits.FederatedAuthRequestIssueDetails
- FederatedAuthRequestIssueReason - Enum Class in io.webfolder.cdp.type.audits
-
Represents the failure reason when a federated authentication reason fails.
- FederatedCredentials - Enum constant in enum class io.webfolder.cdp.type.page.PermissionsPolicyFeature
- FencedFramesEmbedder - Enum constant in enum class io.webfolder.cdp.type.page.BackForwardCacheNotRestoredReason
- Fetch - Enum constant in enum class io.webfolder.cdp.session.Domain
- Fetch - Enum constant in enum class io.webfolder.cdp.type.network.ResourceType
- Fetch - Interface in io.webfolder.cdp.command
-
A domain for letting clients substitute browser's network layer with client code.
- Fetch_continueRequest - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Fetch_continueResponse - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Fetch_continueWithAuth - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Fetch_disable - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Fetch_enable - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Fetch_failRequest - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Fetch_fulfillRequest - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Fetch_getResponseBody - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- Fetch_takeResponseBodyAsStream - Enum constant in enum class io.webfolder.cdp.session.DomainCommand
- FetchAsync - Interface in io.webfolder.cdp.command
-
A domain for letting clients substitute browser's network layer with client code.
- FetchAuthRequired - Enum constant in enum class io.webfolder.cdp.event.Events
-
Issued when the domain is enabled with handleAuthRequests set to true.
- FetchRequestPaused - Enum constant in enum class io.webfolder.cdp.event.Events
-
Issued when the domain is enabled and the request URL matches the specified filter.
- ffmpegArgs() - Method in class io.webfolder.cdp.session.VideoRecorderOptions
- ffmpegArgs(List<String>) - Method in class io.webfolder.cdp.session.VideoRecorderOptions.Builder
- ffmpegExecutable() - Method in class io.webfolder.cdp.session.VideoRecorderOptions
- ffmpegExecutable(String) - Method in class io.webfolder.cdp.session.VideoRecorderOptions.Builder
- FIELD_CODE - Static variable in interface io.webfolder.cdp.session.MessageHandler
- FIELD_DATA - Static variable in interface io.webfolder.cdp.session.MessageHandler
- FIELD_ERROR - Static variable in interface io.webfolder.cdp.session.MessageHandler
- FIELD_ID - Static variable in interface io.webfolder.cdp.session.MessageHandler
- FIELD_MESSAGE - Static variable in interface io.webfolder.cdp.session.MessageHandler
- FIELD_METHOD - Static variable in interface io.webfolder.cdp.session.MessageHandler
- FIELD_PARAMS - Static variable in interface io.webfolder.cdp.session.MessageHandler
- FIELD_RESULT - Static variable in interface io.webfolder.cdp.session.MessageHandler
- FIELD_SESSION_ID - Static variable in interface io.webfolder.cdp.session.MessageHandler
- Figcaption - Enum constant in enum class io.webfolder.cdp.type.accessibility.AXValueNativeSourceType
- FileChooserInputMode - Enum Class in io.webfolder.cdp.type.constant
- FileChooserOpened - Class in io.webfolder.cdp.event.page
-
Emitted only when page.interceptFileChooser is enabled.
- FileChooserOpened() - Constructor for class io.webfolder.cdp.event.page.FileChooserOpened
- FileSystems - Enum constant in enum class io.webfolder.cdp.type.storage.StorageType
- FilterEntry - Class in io.webfolder.cdp.type.target
-
A filter used by target query/discovery/auto-attach operations.
- FilterEntry() - Constructor for class io.webfolder.cdp.type.target.FilterEntry
- findChrome() - Method in class io.webfolder.cdp.Launcher
- findChromeOsxPath() - Method in class io.webfolder.cdp.Launcher
- findChromeWinPath() - Method in class io.webfolder.cdp.Launcher
- FirstLetter - Enum constant in enum class io.webfolder.cdp.type.dom.PseudoType
- FirstLine - Enum constant in enum class io.webfolder.cdp.type.dom.PseudoType
- FirstLineInherited - Enum constant in enum class io.webfolder.cdp.type.dom.PseudoType
- Flash - Enum constant in enum class io.webfolder.cdp.type.browser.PermissionType
- FlexContainerHighlightConfig - Class in io.webfolder.cdp.type.overlay
-
Configuration data for the highlighting of Flex container elements.
- FlexContainerHighlightConfig() - Constructor for class io.webfolder.cdp.type.overlay.FlexContainerHighlightConfig
- FlexItemHighlightConfig - Class in io.webfolder.cdp.type.overlay
-
Configuration data for the highlighting of Flex item elements.
- FlexItemHighlightConfig() - Constructor for class io.webfolder.cdp.type.overlay.FlexItemHighlightConfig
- FlexNodeHighlightConfig - Class in io.webfolder.cdp.type.overlay
- FlexNodeHighlightConfig() - Constructor for class io.webfolder.cdp.type.overlay.FlexNodeHighlightConfig
- Flowto - Enum constant in enum class io.webfolder.cdp.type.accessibility.AXPropertyName
- focus() - Method in interface io.webfolder.cdp.command.DOM
-
Focuses the given element.
- focus() - Method in interface io.webfolder.cdp.command.DOMAsync
-
Focuses the given element.
- focus(Integer, Integer, String) - Method in interface io.webfolder.cdp.command.DOM
-
Focuses the given element.
- focus(Integer, Integer, String) - Method in interface io.webfolder.cdp.command.DOMAsync
-
Focuses the given element.
- focus(Integer, String) - Method in interface io.webfolder.cdp.session.Dom
-
The HTMLElement.focus() method sets focus on the specified element, if it can be focused.
- focus(Integer, String, Object...) - Method in interface io.webfolder.cdp.session.Dom
-
The HTMLElement.focus() method sets focus on the specified element, if it can be focused.
- focus(String) - Method in interface io.webfolder.cdp.session.Dom
-
The HTMLElement.focus() method sets focus on the specified element, if it can be focused.
- focus(String, Object...) - Method in interface io.webfolder.cdp.session.Dom
-
The HTMLElement.focus() method sets focus on the specified element, if it can be focused.
- Focusable - Enum constant in enum class io.webfolder.cdp.type.accessibility.AXPropertyName
- Focused - Enum constant in enum class io.webfolder.cdp.type.accessibility.AXPropertyName
- FocusWithoutUserActivation - Enum constant in enum class io.webfolder.cdp.type.page.PermissionsPolicyFeature
- Font - Enum constant in enum class io.webfolder.cdp.type.audits.MixedContentResourceType
- Font - Enum constant in enum class io.webfolder.cdp.type.network.ResourceType
- FontFace - Class in io.webfolder.cdp.type.css
-
Properties of a web font: https://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#font-descriptions and additional information such as platformFontFamily and fontVariationAxes.
- FontFace() - Constructor for class io.webfolder.cdp.type.css.FontFace
- FontFamilies - Class in io.webfolder.cdp.type.page
-
Generic font families collection.
- FontFamilies() - Constructor for class io.webfolder.cdp.type.page.FontFamilies
- FontSizes - Class in io.webfolder.cdp.type.page
-
Default font sizes.
- FontSizes() - Constructor for class io.webfolder.cdp.type.page.FontSizes
- FontsUpdated - Class in io.webfolder.cdp.event.css
-
Fires whenever a web font is updated.
- FontsUpdated() - Constructor for class io.webfolder.cdp.event.css.FontsUpdated
- FontVariationAxis - Class in io.webfolder.cdp.type.css
-
Information about font variation axes for variable fonts
- FontVariationAxis() - Constructor for class io.webfolder.cdp.type.css.FontVariationAxis
- forcePseudoState(Integer, List<String>) - Method in interface io.webfolder.cdp.command.CSS
-
Ensures that the given node will have specified pseudo-classes whenever its style is computed by the browser.
- forcePseudoState(Integer, List<String>) - Method in interface io.webfolder.cdp.command.CSSAsync
-
Ensures that the given node will have specified pseudo-classes whenever its style is computed by the browser.
- forciblyPurgeJavaScriptMemory() - Method in interface io.webfolder.cdp.command.Memory
-
Simulate OomIntervention by purging V8 memory.
- forciblyPurgeJavaScriptMemory() - Method in interface io.webfolder.cdp.command.MemoryAsync
-
Simulate OomIntervention by purging V8 memory.
- ForegroundCacheLimit - Enum constant in enum class io.webfolder.cdp.type.page.BackForwardCacheNotRestoredReason
- Form - Enum constant in enum class io.webfolder.cdp.type.audits.MixedContentResourceType
- FormSubmissionGet - Enum constant in enum class io.webfolder.cdp.type.page.ClientNavigationReason
- FormSubmissionPost - Enum constant in enum class io.webfolder.cdp.type.page.ClientNavigationReason
- FormSubmit - Enum constant in enum class io.webfolder.cdp.type.page.TransitionType
- forward() - Method in interface io.webfolder.cdp.session.Navigator
-
Moves the window one document forward in the history
- Forward - Enum constant in enum class io.webfolder.cdp.type.input.MouseButton
- Frame - Class in io.webfolder.cdp.type.page
-
Information about the Frame on the page.
- Frame - Enum constant in enum class io.webfolder.cdp.type.audits.MixedContentResourceType
- Frame() - Constructor for class io.webfolder.cdp.type.page.Frame
- FrameAttached - Class in io.webfolder.cdp.event.page
-
Fired when frame has been attached to its parent.
- FrameAttached() - Constructor for class io.webfolder.cdp.event.page.FrameAttached
- FrameClearedScheduledNavigation - Class in io.webfolder.cdp.event.page
-
Fired when frame no longer has a scheduled navigation.
- FrameClearedScheduledNavigation() - Constructor for class io.webfolder.cdp.event.page.FrameClearedScheduledNavigation
- FrameDetached - Class in io.webfolder.cdp.event.page
-
Fired when frame has been detached from its parent.
- FrameDetached() - Constructor for class io.webfolder.cdp.event.page.FrameDetached
- FrameDetachedReason - Enum Class in io.webfolder.cdp.type.constant
- FrameNavigated - Class in io.webfolder.cdp.event.page
-
Fired once navigation of the frame has completed.
- FrameNavigated() - Constructor for class io.webfolder.cdp.event.page.FrameNavigated
- FrameRequestedNavigation - Class in io.webfolder.cdp.event.page
-
Fired when a renderer-initiated navigation is requested.
- FrameRequestedNavigation() - Constructor for class io.webfolder.cdp.event.page.FrameRequestedNavigation
- FrameResized - Class in io.webfolder.cdp.event.page
- FrameResized() - Constructor for class io.webfolder.cdp.event.page.FrameResized
- FrameResource - Class in io.webfolder.cdp.type.page
-
Information about the Resource on the page.
- FrameResource() - Constructor for class io.webfolder.cdp.type.page.FrameResource
- FrameResourceTree - Class in io.webfolder.cdp.type.page
-
Information about the Frame hierarchy along with their cached resources.
- FrameResourceTree() - Constructor for class io.webfolder.cdp.type.page.FrameResourceTree
- frames - Variable in class io.webfolder.cdp.session.Session
- FrameScheduledNavigation - Class in io.webfolder.cdp.event.page
-
Fired when frame schedules a potential navigation.
- FrameScheduledNavigation() - Constructor for class io.webfolder.cdp.event.page.FrameScheduledNavigation
- FrameStartedLoading - Class in io.webfolder.cdp.event.page
-
Fired when frame has started loading.
- FrameStartedLoading() - Constructor for class io.webfolder.cdp.event.page.FrameStartedLoading
- FrameStoppedLoading - Class in io.webfolder.cdp.event.page
-
Fired when frame has stopped loading.
- FrameStoppedLoading() - Constructor for class io.webfolder.cdp.event.page.FrameStoppedLoading
- FrameTree - Class in io.webfolder.cdp.type.page
-
Information about the Frame hierarchy.
- FrameTree() - Constructor for class io.webfolder.cdp.type.page.FrameTree
- Frobulate - Enum constant in enum class io.webfolder.cdp.type.page.PermissionsPolicyFeature
- fromJson(InputStream, Class<T>) - Method in class io.webfolder.cdp.serialization.GsonMapper
- fromJson(InputStream, Class<T>) - Method in class io.webfolder.cdp.serialization.JacksonMapper
- fromJson(InputStream, Class<T>) - Method in interface io.webfolder.cdp.serialization.JsonMapper
- fromJsonResult(String, Class<?>) - Method in class io.webfolder.cdp.serialization.GsonMapper
- fromJsonResult(String, Class<?>) - Method in class io.webfolder.cdp.serialization.JacksonMapper
- fromJsonResult(String, Class<?>) - Method in interface io.webfolder.cdp.serialization.JsonMapper
- fromObject(Object, Class<T>) - Method in class io.webfolder.cdp.serialization.GsonMapper
- fromObject(Object, Class<T>) - Method in class io.webfolder.cdp.serialization.JacksonMapper
- fromObject(Object, Class<T>) - Method in interface io.webfolder.cdp.serialization.JsonMapper
- Frozen - Enum constant in enum class io.webfolder.cdp.type.constant.TargetLifecycleState
- Frozen - Enum constant in enum class io.webfolder.cdp.type.constant.WebLifecycleState
- FulfilledLocally - Enum constant in enum class io.webfolder.cdp.type.constant.TrustTokenStatus
- fulfillRequest(String, Integer) - Method in interface io.webfolder.cdp.command.Fetch
-
Provides response to the request.
- fulfillRequest(String, Integer) - Method in interface io.webfolder.cdp.command.FetchAsync
-
Provides response to the request.
- fulfillRequest(String, Integer, List<HeaderEntry>, String, String, String) - Method in interface io.webfolder.cdp.command.Fetch
-
Provides response to the request.
- fulfillRequest(String, Integer, List<HeaderEntry>, String, String, String) - Method in interface io.webfolder.cdp.command.FetchAsync
-
Provides response to the request.
- Fullscreen - Enum constant in enum class io.webfolder.cdp.type.browser.WindowState
- Fullscreen - Enum constant in enum class io.webfolder.cdp.type.page.PermissionsPolicyFeature
- Function - Enum constant in enum class io.webfolder.cdp.type.constant.ObjectType
- Function - Enum constant in enum class io.webfolder.cdp.type.constant.PropertyPreviewType
- Function - Enum constant in enum class io.webfolder.cdp.type.constant.WebDriverValueType
- FunctionCoverage - Class in io.webfolder.cdp.type.profiler
-
Coverage data for a JavaScript function.
- FunctionCoverage() - Constructor for class io.webfolder.cdp.type.profiler.FunctionCoverage
G
- Gamepad - Enum constant in enum class io.webfolder.cdp.type.page.PermissionsPolicyFeature
- GatedAPIFeatures - Enum Class in io.webfolder.cdp.type.page
- Generated - Enum constant in enum class io.webfolder.cdp.type.page.TransitionType
- generateTestReport(String) - Method in interface io.webfolder.cdp.command.Page
-
Generates a report for testing.
- generateTestReport(String) - Method in interface io.webfolder.cdp.command.PageAsync
-
Generates a report for testing.
- generateTestReport(String, String) - Method in interface io.webfolder.cdp.command.Page
-
Generates a report for testing.
- generateTestReport(String, String) - Method in interface io.webfolder.cdp.command.PageAsync
-
Generates a report for testing.
- Generator - Enum constant in enum class io.webfolder.cdp.type.constant.ObjectSubtypeHint
- GenericIssue - Enum constant in enum class io.webfolder.cdp.type.audits.InspectorIssueCode
- GenericIssueDetails - Class in io.webfolder.cdp.type.audits
-
Depending on the concrete errorType, different properties are set.
- GenericIssueDetails() - Constructor for class io.webfolder.cdp.type.audits.GenericIssueDetails
- GenericIssueErrorType - Enum Class in io.webfolder.cdp.type.audits
- Geolocation - Enum constant in enum class io.webfolder.cdp.type.browser.PermissionType
- Geolocation - Enum constant in enum class io.webfolder.cdp.type.page.PermissionsPolicyFeature
- GeolocationInsecureOrigin - Enum constant in enum class io.webfolder.cdp.type.audits.DeprecationIssueType
- GeolocationInsecureOriginDeprecatedNotRemoved - Enum constant in enum class io.webfolder.cdp.type.audits.DeprecationIssueType
- GestureSourceType - Enum Class in io.webfolder.cdp.type.input
- getA() - Method in class io.webfolder.cdp.type.dom.RGBA
-
The alpha component, in the [0-1] range (default: 1).
- getAccessibility() - Method in class io.webfolder.cdp.command.AsyncCommandFactory
- getAccessibility() - Method in class io.webfolder.cdp.command.CommandFactory
- getAccessibility() - Method in class io.webfolder.cdp.session.AsyncCommand
- getAccessibility() - Method in class io.webfolder.cdp.session.Command
- getAccessTime() - Method in class io.webfolder.cdp.event.storage.InterestGroupAccessed
- getActualLocation() - Method in class io.webfolder.cdp.type.debugger.SetBreakpointResult
-
Location this breakpoint resolved into.
- getAdComponents() - Method in class io.webfolder.cdp.type.storage.InterestGroupDetails
- getAdFrameStatus() - Method in class io.webfolder.cdp.type.page.Frame
-
Indicates whether this frame was tagged as an ad and why.
- getAdFrameType() - Method in class io.webfolder.cdp.type.page.AdFrameStatus
- getAds() - Method in class io.webfolder.cdp.type.storage.InterestGroupDetails
- getAdScriptId() - Method in class io.webfolder.cdp.event.page.FrameAttached
-
Identifies the bottom-most script which caused the frame to be labelled as an ad.
- getAffectedFrame() - Method in class io.webfolder.cdp.type.audits.DeprecationIssueDetails
- getAllCookies() - Method in interface io.webfolder.cdp.command.Network
-
Returns all browser cookies.
- getAllCookies() - Method in interface io.webfolder.cdp.command.NetworkAsync
-
Returns all browser cookies.
- getAllTimeSamplingProfile() - Method in interface io.webfolder.cdp.command.Memory
-
Retrieve native memory allocations profile collected since renderer process startup.
- getAllTimeSamplingProfile() - Method in interface io.webfolder.cdp.command.MemoryAsync
-
Retrieve native memory allocations profile collected since renderer process startup.
- getAnchorX() - Method in class io.webfolder.cdp.type.layertree.Layer
-
Transform anchor point X, absent if no transform specified
- getAnchorY() - Method in class io.webfolder.cdp.type.layertree.Layer
-
Transform anchor point Y, absent if no transform specified
- getAnchorZ() - Method in class io.webfolder.cdp.type.layertree.Layer
-
Transform anchor point Z, absent if no transform specified
- getAngle() - Method in class io.webfolder.cdp.type.emulation.ScreenOrientation
-
Orientation angle.
- getAnimation() - Method in class io.webfolder.cdp.command.AsyncCommandFactory
- getAnimation() - Method in class io.webfolder.cdp.command.CommandFactory
- getAnimation() - Method in class io.webfolder.cdp.event.animation.AnimationStarted
-
Animation that was started.
- getAnimation() - Method in class io.webfolder.cdp.session.AsyncCommand
- getAnimation() - Method in class io.webfolder.cdp.session.Command
- getAnimationName() - Method in class io.webfolder.cdp.type.css.CSSKeyframesRule
-
Animation name.
- getAppId() - Method in interface io.webfolder.cdp.command.Page
-
Returns the unique (PWA) app id.
- getAppId() - Method in interface io.webfolder.cdp.command.PageAsync
-
Returns the unique (PWA) app id.
- getAppId() - Method in class io.webfolder.cdp.type.page.GetAppIdResult
-
App id, either from manifest's id attribute or computed from start_url
- GetAppIdResult - Class in io.webfolder.cdp.type.page
- GetAppIdResult() - Constructor for class io.webfolder.cdp.type.page.GetAppIdResult
- getAppManifest() - Method in interface io.webfolder.cdp.command.Page
- getAppManifest() - Method in interface io.webfolder.cdp.command.PageAsync
- GetAppManifestResult - Class in io.webfolder.cdp.type.page
- GetAppManifestResult() - Constructor for class io.webfolder.cdp.type.page.GetAppManifestResult
- getArchitecture() - Method in class io.webfolder.cdp.type.emulation.UserAgentMetadata
- getAreaBorderColor() - Method in class io.webfolder.cdp.type.overlay.GridHighlightConfig
-
The named grid areas border color (Default: transparent).
- getArgs() - Method in class io.webfolder.cdp.event.runtime.ConsoleAPICalled
-
Call arguments.
- getArgs() - Method in class io.webfolder.cdp.type.log.LogEntry
-
Call arguments.
- getArray() - Method in class io.webfolder.cdp.type.indexeddb.Key
-
Array value.
- getArray() - Method in class io.webfolder.cdp.type.indexeddb.KeyPath
-
Array value.
- getAssignedSlot() - Method in class io.webfolder.cdp.type.dom.Node
- getAssociatedCookies() - Method in class io.webfolder.cdp.event.network.RequestWillBeSentExtraInfo
-
A list of cookies potentially associated to the requested URL.
- getAsyncCallStackTraceId() - Method in class io.webfolder.cdp.event.debugger.Paused
-
Never present, will be removed.
- getAsyncCommand() - Method in class io.webfolder.cdp.session.Session
- getAsyncStackTrace() - Method in class io.webfolder.cdp.event.debugger.Paused
-
Async stack trace, if any.
- getAsyncStackTrace() - Method in class io.webfolder.cdp.type.debugger.RestartFrameResult
-
Async stack trace, if any.
- getAsyncStackTrace() - Method in class io.webfolder.cdp.type.debugger.SetScriptSourceResult
-
Async stack trace, if any.
- getAsyncStackTraceId() - Method in class io.webfolder.cdp.event.debugger.Paused
-
Async stack trace, if any.
- getAsyncStackTraceId() - Method in class io.webfolder.cdp.type.debugger.RestartFrameResult
-
Async stack trace, if any.
- getAsyncStackTraceId() - Method in class io.webfolder.cdp.type.debugger.SetScriptSourceResult
-
Async stack trace, if any.
- getAttribute() - Method in class io.webfolder.cdp.type.accessibility.AXValueSource
-
The name of the relevant attribute, if any.
- getAttribute(Integer, String, String, Object...) - Method in interface io.webfolder.cdp.session.Dom
-
Retrieves an attribute value by name.
- getAttribute(String, String) - Method in interface io.webfolder.cdp.session.Dom
-
Retrieves an attribute value by name.
- getAttribute(String, String, Object...) - Method in interface io.webfolder.cdp.session.Dom
-
Retrieves an attribute value by name.
- getAttributes() - Method in class io.webfolder.cdp.type.dom.Node
-
Attributes of the Element node in the form of flat array [name1, value1, name2, value2].
- getAttributes() - Method in class io.webfolder.cdp.type.domsnapshot.DOMNode
-
Attributes of an Element node.
- getAttributes() - Method in class io.webfolder.cdp.type.domsnapshot.NodeTreeSnapshot
-
Attributes of an Element node.
- getAttributes(Integer) - Method in interface io.webfolder.cdp.command.DOM
-
Returns attributes for the specified node.
- getAttributes(Integer) - Method in interface io.webfolder.cdp.command.DOMAsync
-
Returns attributes for the specified node.
- getAttributes(Integer, String, Object...) - Method in interface io.webfolder.cdp.session.Dom
-
Gets attributes of the node or
Collections.emptyMap()
otherwise. - getAttributes(String) - Method in interface io.webfolder.cdp.session.Dom
-
Gets attributes of the node or
Collections.emptyMap()
otherwise. - getAttributes(String, Object...) - Method in interface io.webfolder.cdp.session.Dom
-
Gets attributes of the node or
Collections.emptyMap()
otherwise. - getAttributesStyle() - Method in class io.webfolder.cdp.type.css.GetInlineStylesForNodeResult
-
Attribute-defined element style (e.g.
- getAttributesStyle() - Method in class io.webfolder.cdp.type.css.GetMatchedStylesForNodeResult
-
Attribute-defined element style (e.g.
- getAttributeValue() - Method in class io.webfolder.cdp.type.accessibility.AXValueSource
-
The value of the relevant attribute, if any.
- getAttributionReportingIssueDetails() - Method in class io.webfolder.cdp.type.audits.InspectorIssueDetails
- getAudits() - Method in class io.webfolder.cdp.command.AsyncCommandFactory
- getAudits() - Method in class io.webfolder.cdp.command.CommandFactory
- getAudits() - Method in class io.webfolder.cdp.session.AsyncCommand
- getAudits() - Method in class io.webfolder.cdp.session.Command
- getAuthChallenge() - Method in class io.webfolder.cdp.event.fetch.AuthRequired
-
Details of the Authorization Challenge encountered.
- getAuthChallenge() - Method in class io.webfolder.cdp.event.network.RequestIntercepted
-
Details of the Authorization Challenge encountered.
- getAuxAttributes() - Method in class io.webfolder.cdp.type.systeminfo.GPUInfo
-
An optional dictionary of additional GPU related attributes.
- getAuxData() - Method in class io.webfolder.cdp.type.runtime.ExecutionContextDescription
-
Embedder-specific auxiliary data.
- getAXNodeAndAncestors() - Method in interface io.webfolder.cdp.command.Accessibility
-
Fetches a node and all ancestors up to and including the root.
- getAXNodeAndAncestors() - Method in interface io.webfolder.cdp.command.AccessibilityAsync
-
Fetches a node and all ancestors up to and including the root.
- getAXNodeAndAncestors(Integer, Integer, String) - Method in interface io.webfolder.cdp.command.Accessibility
-
Fetches a node and all ancestors up to and including the root.
- getAXNodeAndAncestors(Integer, Integer, String) - Method in interface io.webfolder.cdp.command.AccessibilityAsync
-
Fetches a node and all ancestors up to and including the root.
- getB() - Method in class io.webfolder.cdp.type.dom.RGBA
-
The blue component, in the [0-255] range.
- getBackendDOMNodeId() - Method in class io.webfolder.cdp.type.accessibility.AXNode
-
The backend ID for the associated DOM node, if any.
- getBackendDOMNodeId() - Method in class io.webfolder.cdp.type.accessibility.AXRelatedNode
-
The BackendNodeId of the related DOM node.
- getBackendNodeId() - Method in class io.webfolder.cdp.event.overlay.InspectNodeRequested
-
Id of the node to inspect.
- getBackendNodeId() - Method in class io.webfolder.cdp.event.page.FileChooserOpened
-
Input node id.
- getBackendNodeId() - Method in class io.webfolder.cdp.type.animation.AnimationEffect
-
AnimationEffect's target node.
- getBackendNodeId() - Method in class io.webfolder.cdp.type.dom.BackendNode
- getBackendNodeId() - Method in class io.webfolder.cdp.type.dom.GetFrameOwnerResult
-
Resulting node.
- getBackendNodeId() - Method in class io.webfolder.cdp.type.dom.GetNodeForLocationResult
-
Resulting node.
- getBackendNodeId() - Method in class io.webfolder.cdp.type.dom.Node
-
The BackendNodeId for this node.
- getBackendNodeId() - Method in class io.webfolder.cdp.type.domdebugger.EventListener
-
Node the listener is added to (if any).
- getBackendNodeId() - Method in class io.webfolder.cdp.type.domsnapshot.DOMNode
-
Node's id, corresponds to DOM.Node.backendNodeId.
- getBackendNodeId() - Method in class io.webfolder.cdp.type.domsnapshot.NodeTreeSnapshot
-
Node's id, corresponds to DOM.Node.backendNodeId.
- getBackendNodeId() - Method in class io.webfolder.cdp.type.layertree.Layer
-
The backend id for the node associated with this layer.
- getBackgroundColors(Integer) - Method in interface io.webfolder.cdp.command.CSS
- getBackgroundColors(Integer) - Method in interface io.webfolder.cdp.command.CSSAsync
- GetBackgroundColorsResult - Class in io.webfolder.cdp.type.css
- GetBackgroundColorsResult() - Constructor for class io.webfolder.cdp.type.css.GetBackgroundColorsResult
- getBackgroundService() - Method in class io.webfolder.cdp.command.AsyncCommandFactory
- getBackgroundService() - Method in class io.webfolder.cdp.command.CommandFactory
- getBackgroundService() - Method in class io.webfolder.cdp.session.AsyncCommand
- getBackgroundService() - Method in class io.webfolder.cdp.session.Command
- getBackgroundServiceEvent() - Method in class io.webfolder.cdp.event.backgroundservice.BackgroundServiceEventReceived
- getBase64Encoded() - Method in class io.webfolder.cdp.type.fetch.GetResponseBodyResult
-
True, if content was sent as base64.
- getBase64Encoded() - Method in class io.webfolder.cdp.type.io.ReadResult
-
Set if the data is base64-encoded
- getBase64Encoded() - Method in class io.webfolder.cdp.type.network.GetResponseBodyForInterceptionResult
-
True, if content was sent as base64.
- getBase64Encoded() - Method in class io.webfolder.cdp.type.network.GetResponseBodyResult
-
True, if content was sent as base64.
- getBase64Encoded() - Method in class io.webfolder.cdp.type.page.GetResourceContentResult
-
True, if content was served as base64.
- getBaseAddress() - Method in class io.webfolder.cdp.type.memory.Module
-
Base address where the module is loaded into memory.
- getBaseSizeBorder() - Method in class io.webfolder.cdp.type.overlay.FlexItemHighlightConfig
-
Style of the border around the box representing the item's base size
- getBaseSizeBox() - Method in class io.webfolder.cdp.type.overlay.FlexItemHighlightConfig
-
Style of the box representing the item's base size
- getBaseUrl() - Method in class io.webfolder.cdp.session.DocumentSnapshot
- getBaseURL() - Method in class io.webfolder.cdp.type.dom.Node
-
Base URL that Document or FrameOwner node uses for URL completion.
- getBaseURL() - Method in class io.webfolder.cdp.type.domsnapshot.DocumentSnapshot
-
Base URL that Document or FrameOwner node uses for URL completion.
- getBaseURL() - Method in class io.webfolder.cdp.type.domsnapshot.DOMNode
-
Base URL that Document or FrameOwner node uses for URL completion.
- getBaseURL() - Method in class io.webfolder.cdp.type.input.DragDataItem
-
Stores the base URL for the contained markup.
- getBestEffortCoverage() - Method in interface io.webfolder.cdp.command.Profiler
-
Collect coverage data for the current isolate.
- getBestEffortCoverage() - Method in interface io.webfolder.cdp.command.ProfilerAsync
-
Collect coverage data for the current isolate.
- getBiddingUrl() - Method in class io.webfolder.cdp.type.storage.InterestGroupDetails
- getBiddingWasmHelperUrl() - Method in class io.webfolder.cdp.type.storage.InterestGroupDetails
- getBitness() - Method in class io.webfolder.cdp.type.emulation.UserAgentMetadata
- getBlendedBackgroundColors() - Method in class io.webfolder.cdp.type.domsnapshot.LayoutTreeSnapshot
-
The list of background colors that are blended with colors of overlapping elements.
- getBlockedByResponseIssueDetails() - Method in class io.webfolder.cdp.type.audits.InspectorIssueDetails
- getBlockedCookies() - Method in class io.webfolder.cdp.event.network.ResponseReceivedExtraInfo
-
A list of cookies which were not stored from the response along with the corresponding reasons for blocking.
- getBlockedFrame() - Method in class io.webfolder.cdp.type.audits.BlockedByResponseIssueDetails
- getBlockedReason() - Method in class io.webfolder.cdp.event.network.LoadingFailed
-
The reason why loading was blocked, if any.
- getBlockedReasons() - Method in class io.webfolder.cdp.type.network.BlockedCookieWithReason
-
The reason(s) the cookie was blocked.
- getBlockedReasons() - Method in class io.webfolder.cdp.type.network.BlockedSetCookieWithReason
-
The reason(s) this cookie was blocked.
- getBlockedURL() - Method in class io.webfolder.cdp.type.audits.ContentSecurityPolicyIssueDetails
-
The url not included in allowed sources.
- getBlockReason() - Method in class io.webfolder.cdp.type.page.PermissionsPolicyBlockLocator
- getBody() - Method in class io.webfolder.cdp.type.audits.GetEncodedResponseResult
-
The encoded body as a base64 string.
- getBody() - Method in class io.webfolder.cdp.type.cachestorage.CachedResponse
-
Entry content, base64-encoded.
- getBody() - Method in class io.webfolder.cdp.type.fetch.GetResponseBodyResult
-
Response body.
- getBody() - Method in class io.webfolder.cdp.type.network.GetResponseBodyForInterceptionResult
-
Response body.
- getBody() - Method in class io.webfolder.cdp.type.network.GetResponseBodyResult
-
Response body.
- getBody() - Method in class io.webfolder.cdp.type.network.ReportingApiReport
- getBodyGetterId() - Method in class io.webfolder.cdp.type.runtime.CustomPreview
-
If formatter returns true as a result of formatter.hasBody call then bodyGetterId will contain RemoteObjectId for the function that returns result of formatter.body(object, config) call.
- getBodySize() - Method in class io.webfolder.cdp.type.network.CachedResource
-
Cached response body size.
- getBorder() - Method in class io.webfolder.cdp.type.dom.BoxModel
-
Border box
- getBorderColor() - Method in class io.webfolder.cdp.type.overlay.HighlightConfig
-
The border highlight fill color (default: transparent).
- getBoundingBox() - Method in class io.webfolder.cdp.type.domsnapshot.InlineTextBox
-
The bounding box in document coordinates.
- getBoundingBox() - Method in class io.webfolder.cdp.type.domsnapshot.LayoutTreeNode
-
The bounding box in document coordinates.
- getBounds() - Method in class io.webfolder.cdp.type.browser.GetWindowForTargetResult
-
Bounds information of the window.
- getBounds() - Method in class io.webfolder.cdp.type.dom.ShapeOutsideInfo
-
Shape bounds
- getBounds() - Method in class io.webfolder.cdp.type.domsnapshot.LayoutTreeSnapshot
-
The absolute position bounding box.
- getBounds() - Method in class io.webfolder.cdp.type.domsnapshot.TextBoxSnapshot
-
The absolute position bounding box.
- getBoxModel() - Method in interface io.webfolder.cdp.command.DOM
-
Returns boxes for the given node.
- getBoxModel() - Method in interface io.webfolder.cdp.command.DOMAsync
-
Returns boxes for the given node.
- getBoxModel(Integer, Integer, String) - Method in interface io.webfolder.cdp.command.DOM
-
Returns boxes for the given node.
- getBoxModel(Integer, Integer, String) - Method in interface io.webfolder.cdp.command.DOMAsync
-
Returns boxes for the given node.
- getBoxModel(Integer, String, Object...) - Method in interface io.webfolder.cdp.session.Dom
-
Gets box model of an element Box model hold the height, width and coordinate of the element
- getBoxModel(String, Object...) - Method in interface io.webfolder.cdp.session.Dom
-
Gets box model of an element Box model hold the height, width and coordinate of the element
- getBrand() - Method in class io.webfolder.cdp.type.emulation.UserAgentBrandVersion
- getBrands() - Method in class io.webfolder.cdp.type.emulation.UserAgentMetadata
- getBreakpointId() - Method in class io.webfolder.cdp.event.debugger.BreakpointResolved
-
Breakpoint unique identifier.
- getBreakpointId() - Method in class io.webfolder.cdp.type.debugger.SetBreakpointByUrlResult
-
Id of the created breakpoint for further reference.
- getBreakpointId() - Method in class io.webfolder.cdp.type.debugger.SetBreakpointResult
-
Id of the created breakpoint for further reference.
- getBrowser() - Method in class io.webfolder.cdp.command.AsyncCommandFactory
- getBrowser() - Method in class io.webfolder.cdp.command.CommandFactory
- getBrowser() - Method in class io.webfolder.cdp.session.AsyncCommand
- getBrowser() - Method in class io.webfolder.cdp.session.Command
- getBrowserCommandLine() - Method in interface io.webfolder.cdp.command.Browser
-
Returns the command line switches for the browser process if, and only if --enable-automation is on the commandline.
- getBrowserCommandLine() - Method in interface io.webfolder.cdp.command.BrowserAsync
-
Returns the command line switches for the browser process if, and only if --enable-automation is on the commandline.
- getBrowserContextId() - Method in class io.webfolder.cdp.session.Session
- getBrowserContextId() - Method in class io.webfolder.cdp.type.target.TargetInfo
- getBrowserContexts() - Method in interface io.webfolder.cdp.command.Target
-
Returns all browser contexts created with Target.createBrowserContext method.
- getBrowserContexts() - Method in interface io.webfolder.cdp.command.TargetAsync
-
Returns all browser contexts created with Target.createBrowserContext method.
- getBrowserSamplingProfile() - Method in interface io.webfolder.cdp.command.Memory
-
Retrieve native memory allocations profile collected since browser process startup.
- getBrowserSamplingProfile() - Method in interface io.webfolder.cdp.command.MemoryAsync
-
Retrieve native memory allocations profile collected since browser process startup.
- getBrowserSession() - Method in class io.webfolder.cdp.session.SessionFactory
- getBuckets() - Method in class io.webfolder.cdp.type.browser.Histogram
-
Buckets.
- getBundleRequestId() - Method in class io.webfolder.cdp.event.network.SubresourceWebBundleInnerResponseError
-
Bundle request identifier.
- getBundleRequestId() - Method in class io.webfolder.cdp.event.network.SubresourceWebBundleInnerResponseParsed
-
Bundle request identifier.
- getBytecode() - Method in class io.webfolder.cdp.type.debugger.GetScriptSourceResult
-
Wasm bytecode.
- getBytecodeOffsets() - Method in class io.webfolder.cdp.type.debugger.WasmDisassemblyChunk
-
The bytecode offsets describing the start of each line.
- getBytes() - Method in class io.webfolder.cdp.type.network.PostDataEntry
- getCacheDataEntries() - Method in class io.webfolder.cdp.type.cachestorage.RequestEntriesResult
-
Array of object store data entries.
- getCacheId() - Method in class io.webfolder.cdp.type.cachestorage.Cache
-
An opaque unique id of the cache.
- getCacheName() - Method in class io.webfolder.cdp.event.storage.CacheStorageContentUpdated
-
Name of cache in origin.
- getCacheName() - Method in class io.webfolder.cdp.type.cachestorage.Cache
-
The name of the cache.
- getCacheStorage() - Method in class io.webfolder.cdp.command.AsyncCommandFactory
- getCacheStorage() - Method in class io.webfolder.cdp.command.CommandFactory
- getCacheStorage() - Method in class io.webfolder.cdp.session.AsyncCommand
- getCacheStorage() - Method in class io.webfolder.cdp.session.Command
- getCacheStorageCacheName() - Method in class io.webfolder.cdp.type.network.Response
-
Cache Storage Cache Name.
- getCallbackBufferSize() - Method in class io.webfolder.cdp.type.webaudio.BaseAudioContext
-
Platform-dependent callback buffer size.
- getCallbackIntervalMean() - Method in class io.webfolder.cdp.type.webaudio.ContextRealtimeData
-
A running mean of callback interval.
- getCallbackIntervalVariance() - Method in class io.webfolder.cdp.type.webaudio.ContextRealtimeData
-
A running variance of callback interval.
- getCallFrame() - Method in class io.webfolder.cdp.type.heapprofiler.SamplingHeapProfileNode
-
Function location.
- getCallFrame() - Method in class io.webfolder.cdp.type.profiler.ProfileNode
-
Function location.
- getCallFrameId() - Method in class io.webfolder.cdp.type.debugger.CallFrame
-
Call frame identifier.
- getCallFrames() - Method in class io.webfolder.cdp.event.debugger.Paused
-
Call stack the virtual machine stopped on.
- getCallFrames() - Method in class io.webfolder.cdp.type.debugger.RestartFrameResult
-
New stack trace.
- getCallFrames() - Method in class io.webfolder.cdp.type.debugger.SetScriptSourceResult
-
New stack trace in case editing has happened while VM was stopped.
- getCallFrames() - Method in class io.webfolder.cdp.type.runtime.StackTrace
-
JavaScript function name.
- getCast() - Method in class io.webfolder.cdp.command.AsyncCommandFactory
- getCast() - Method in class io.webfolder.cdp.command.CommandFactory
- getCast() - Method in class io.webfolder.cdp.session.AsyncCommand
- getCast() - Method in class io.webfolder.cdp.session.Command
- getCategories() - Method in interface io.webfolder.cdp.command.Tracing
-
Gets supported tracing categories.
- getCategories() - Method in interface io.webfolder.cdp.command.TracingAsync
-
Gets supported tracing categories.
- getCategory() - Method in class io.webfolder.cdp.type.log.LogEntry
- getCause() - Method in class io.webfolder.cdp.type.media.PlayerError
-
Errors potentially have a root cause error, ie, a DecoderError might be caused by an WindowsError
- getCdp4jProcessId() - Method in class io.webfolder.cdp.process.CdpProcess
- getCellBorderColor() - Method in class io.webfolder.cdp.type.overlay.GridHighlightConfig
-
Deprecated.
- getCertificate() - Method in class io.webfolder.cdp.type.security.CertificateSecurityState
-
Page certificate.
- getCertificate() - Method in class io.webfolder.cdp.type.security.SecurityStateExplanation
-
Page certificate.
- getCertificate(String) - Method in interface io.webfolder.cdp.command.Network
-
Returns the DER-encoded certificate.
- getCertificate(String) - Method in interface io.webfolder.cdp.command.NetworkAsync
-
Returns the DER-encoded certificate.
- getCertificateId() - Method in class io.webfolder.cdp.type.network.SecurityDetails
-
Certificate ID value.
- getCertificateNetworkError() - Method in class io.webfolder.cdp.type.security.CertificateSecurityState
-
The highest priority network error code, if the certificate has an error.
- getCertificates() - Method in class io.webfolder.cdp.type.network.SignedExchangeSignature
-
The encoded certificates.
- getCertificateSecurityState() - Method in class io.webfolder.cdp.type.security.VisibleSecurityState
-
Security state details about the page certificate.
- getCertificateTransparencyCompliance() - Method in class io.webfolder.cdp.type.network.SecurityDetails
-
Whether the request complied with Certificate Transparency policy
- getCertSha256() - Method in class io.webfolder.cdp.type.network.SignedExchangeSignature
-
The hex string of signed exchange signature cert sha256.
- getCertUrl() - Method in class io.webfolder.cdp.type.network.SignedExchangeSignature
-
Signed exchange signature cert Url.
- getChannel() - Method in class io.webfolder.cdp.chromium.ChromiumVersion
- getChannelCount() - Method in class io.webfolder.cdp.type.webaudio.AudioNode
- getChannelCountMode() - Method in class io.webfolder.cdp.type.webaudio.AudioNode
- getChannelInterpretation() - Method in class io.webfolder.cdp.type.webaudio.AudioNode
- getCharacterData() - Method in class io.webfolder.cdp.event.dom.CharacterDataModified
-
New text value.
- getChildAXNodes(String) - Method in interface io.webfolder.cdp.command.Accessibility
-
Fetches a particular accessibility node by AXNodeId.
- getChildAXNodes(String) - Method in interface io.webfolder.cdp.command.AccessibilityAsync
-
Fetches a particular accessibility node by AXNodeId.
- getChildAXNodes(String, String) - Method in interface io.webfolder.cdp.command.Accessibility
-
Fetches a particular accessibility node by AXNodeId.
- getChildAXNodes(String, String) - Method in interface io.webfolder.cdp.command.AccessibilityAsync
-
Fetches a particular accessibility node by AXNodeId.
- getChildFrameExecutionContextId() - Method in class io.webfolder.cdp.session.Session
-
Return the executionContextId of the child frame.
- getChildFrameId() - Method in class io.webfolder.cdp.session.Session
-
Return the child frame id for the context.
- getChildFrames() - Method in class io.webfolder.cdp.type.page.FrameResourceTree
-
Child frames.
- getChildFrames() - Method in class io.webfolder.cdp.type.page.FrameTree
-
Child frames.
- getChildIds() - Method in class io.webfolder.cdp.type.accessibility.AXNode
-
IDs for each of this node's child nodes.
- getChildNodeCount() - Method in class io.webfolder.cdp.event.dom.ChildNodeCountUpdated
-
New node count.
- getChildNodeCount() - Method in class io.webfolder.cdp.type.dom.Node
-
Child count for Container nodes.
- getChildNodeIndexes() - Method in class io.webfolder.cdp.type.domsnapshot.DOMNode
-
The indexes of the node's child nodes in the domNodes array returned by getSnapshot, if any.
- getChildOutlineColor() - Method in class io.webfolder.cdp.type.overlay.SourceOrderConfig
-
the color to outline the child elements in.
- getChildren() - Method in class io.webfolder.cdp.type.dom.Node
-
Child nodes of this node when requested with children.
- getChildren() - Method in class io.webfolder.cdp.type.heapprofiler.SamplingHeapProfileNode
-
Child nodes.
- getChildren() - Method in class io.webfolder.cdp.type.page.BackForwardCacheNotRestoredExplanationTree
-
Array of children frame
- getChildren() - Method in class io.webfolder.cdp.type.profiler.ProfileNode
-
Child node ids.
- getChromeOsxPaths() - Method in class io.webfolder.cdp.Launcher
- getChromeRole() - Method in class io.webfolder.cdp.type.accessibility.AXNode
-
This Node's Chrome raw role.
- getChromeWinPaths() - Method in class io.webfolder.cdp.Launcher
- getChunk() - Method in class io.webfolder.cdp.event.heapprofiler.AddHeapSnapshotChunk
- getChunk() - Method in class io.webfolder.cdp.type.debugger.DisassembleWasmModuleResult
-
The first chunk of disassembly.
- getCipher() - Method in class io.webfolder.cdp.type.network.SecurityDetails
-
Cipher name.
- getCipher() - Method in class io.webfolder.cdp.type.security.CertificateSecurityState
-
Cipher name.
- getClassName() - Method in class io.webfolder.cdp.type.runtime.RemoteObject
-
Object class (constructor) name.
- getClickablePoint(String) - Method in interface io.webfolder.cdp.session.Dom
- getClickablePoint(String, Object...) - Method in interface io.webfolder.cdp.session.Dom
- getClickablePointWithObjectId(String, String, Object...) - Method in interface io.webfolder.cdp.session.Dom
- getClientHeight() - Method in class io.webfolder.cdp.type.page.LayoutViewport
-
Height (CSS pixels), excludes scrollbar if present.
- getClientHeight() - Method in class io.webfolder.cdp.type.page.VisualViewport
-
Height (CSS pixels), excludes scrollbar if present.
- getClientHintIssueDetails() - Method in class io.webfolder.cdp.type.audits.InspectorIssueDetails
- getClientHintIssueReason() - Method in class io.webfolder.cdp.type.audits.ClientHintIssueDetails
- getClientRects() - Method in class io.webfolder.cdp.type.domsnapshot.LayoutTreeSnapshot
-
The client rect of nodes.
- getClientSecurityState() - Method in class io.webfolder.cdp.event.network.RequestWillBeSentExtraInfo
-
The client security state set for the request.
- getClientSecurityState() - Method in class io.webfolder.cdp.type.audits.CorsIssueDetails
- getClientWidth() - Method in class io.webfolder.cdp.type.page.LayoutViewport
-
Width (CSS pixels), excludes scrollbar if present.
- getClientWidth() - Method in class io.webfolder.cdp.type.page.VisualViewport
-
Width (CSS pixels), excludes scrollbar if present.
- getClip() - Method in class io.webfolder.cdp.event.layertree.LayerPainted
-
Clip rectangle.
- getCode() - Method in exception class io.webfolder.cdp.exception.CommandException
- getCode() - Method in class io.webfolder.cdp.type.audits.InspectorIssue
- getCode() - Method in class io.webfolder.cdp.type.database.Error
-
Error code.
- getCode() - Method in class io.webfolder.cdp.type.media.PlayerError
-
Code is the numeric enum entry for a specific set of error codes, such as PipelineStatusCodes in media/base/pipeline_status.h
- getCodeOffset() - Method in class io.webfolder.cdp.event.debugger.ScriptFailedToParse
-
If the scriptLanguage is WebAssembly, the code section offset in the module.
- getCodeOffset() - Method in class io.webfolder.cdp.event.debugger.ScriptParsed
-
If the scriptLanguage is WebAssembly, the code section offset in the module.
- getCoep() - Method in class io.webfolder.cdp.type.network.SecurityIsolationStatus
- getColor() - Method in class io.webfolder.cdp.type.overlay.LineStyle
-
The color of the line (default: transparent)
- getColorFormat() - Method in class io.webfolder.cdp.type.overlay.HighlightConfig
-
The color format used to format color styles (default: hex).
- getColumn() - Method in class io.webfolder.cdp.type.console.ConsoleMessage
-
Column number in the resource that generated this message (1-based).
- getColumn() - Method in class io.webfolder.cdp.type.page.AppManifestError
-
Error column.
- getColumnGapColor() - Method in class io.webfolder.cdp.type.overlay.GridHighlightConfig
-
The column gap highlight fill color (default: transparent).
- getColumnGapSpace() - Method in class io.webfolder.cdp.type.overlay.FlexContainerHighlightConfig
-
Style of empty space caused by columns gaps (gap/column-gap).
- getColumnHatchColor() - Method in class io.webfolder.cdp.type.overlay.GridHighlightConfig
-
The column gap hatching fill color (default: transparent).
- getColumnLineColor() - Method in class io.webfolder.cdp.type.overlay.GridHighlightConfig
-
The column line color (default: transparent).
- getColumnNumber() - Method in class io.webfolder.cdp.type.audits.SourceCodeLocation
- getColumnNumber() - Method in class io.webfolder.cdp.type.debugger.BreakLocation
-
Column number in the script (0-based).
- getColumnNumber() - Method in class io.webfolder.cdp.type.debugger.Location
-
Column number in the script (0-based).
- getColumnNumber() - Method in class io.webfolder.cdp.type.debugger.ScriptPosition
- getColumnNumber() - Method in class io.webfolder.cdp.type.domdebugger.EventListener
-
Column number in the script (0-based).
- getColumnNumber() - Method in class io.webfolder.cdp.type.network.Initiator
-
Initiator column number, set for Parser type or for Script type (when script is importing module) (0-based).
- getColumnNumber() - Method in class io.webfolder.cdp.type.runtime.CallFrame
-
JavaScript script column number (0-based).
- getColumnNumber() - Method in class io.webfolder.cdp.type.runtime.ExceptionDetails
-
Column number of the exception location (0-based).
- getColumnNumber() - Method in class io.webfolder.cdp.type.serviceworker.ServiceWorkerErrorMessage
- getCommand() - Method in class io.webfolder.cdp.session.Session
- getCommandLine() - Method in class io.webfolder.cdp.type.systeminfo.GetInfoResult
-
The command line string used to launch the browser.
- getCommonParameters(String, List<String>) - Method in class io.webfolder.cdp.Launcher
- getCompatibilityMode() - Method in class io.webfolder.cdp.type.dom.Node
- getCompletedAttempts() - Method in class io.webfolder.cdp.type.network.ReportingApiReport
-
The number of delivery attempts made so far, not including an active attempt.
- getComputedFontSize() - Method in class io.webfolder.cdp.type.css.GetBackgroundColorsResult
-
The computed font size for this node, as a CSS computed value string (e.g.
- getComputedFontWeight() - Method in class io.webfolder.cdp.type.css.GetBackgroundColorsResult
-
The computed font weight for this node, as a CSS computed value string (e.g.
- getComputedLength() - Method in class io.webfolder.cdp.type.css.MediaQueryExpression
-
Computed length of media query expression (if applicable).
- getComputedStyleForNode(Integer) - Method in interface io.webfolder.cdp.command.CSS
-
Returns the computed style for a DOM node identified by nodeId.
- getComputedStyleForNode(Integer) - Method in interface io.webfolder.cdp.command.CSSAsync
-
Returns the computed style for a DOM node identified by nodeId.
- getComputedStyles() - Method in class io.webfolder.cdp.type.domsnapshot.GetSnapshotResult
-
Whitelisted ComputedStyle properties for each node in the layout tree.
- getConnectEnd() - Method in class io.webfolder.cdp.type.network.ResourceTiming
-
Connected to the remote host.
- getConnectionId() - Method in class io.webfolder.cdp.event.tethering.Accepted
-
Connection id to be used.
- getConnectionId() - Method in class io.webfolder.cdp.type.network.Response
-
Physical connection id that was actually used for this request.
- getConnectStart() - Method in class io.webfolder.cdp.type.network.ResourceTiming
-
Started connecting to the remote host.
- getConnectTiming() - Method in class io.webfolder.cdp.event.network.RequestWillBeSentExtraInfo
-
Connection timing information for the request.
- getContainerBorder() - Method in class io.webfolder.cdp.type.overlay.ContainerQueryContainerHighlightConfig
-
The style of the container border.
- getContainerBorder() - Method in class io.webfolder.cdp.type.overlay.FlexContainerHighlightConfig
-
The style of the container border
- getContainerForNode(Integer) - Method in interface io.webfolder.cdp.command.DOM
-
Returns the container of the given node based on container query conditions.
- getContainerForNode(Integer) - Method in interface io.webfolder.cdp.command.DOMAsync
-
Returns the container of the given node based on container query conditions.
- getContainerForNode(Integer, String) - Method in interface io.webfolder.cdp.command.DOM
-
Returns the container of the given node based on container query conditions.
- getContainerForNode(Integer, String) - Method in interface io.webfolder.cdp.command.DOMAsync
-
Returns the container of the given node based on container query conditions.
- getContainerQueries() - Method in class io.webfolder.cdp.type.css.CSSRule
-
Container query list array (for rules involving container queries).
- getContainerQueryContainerHighlightConfig() - Method in class io.webfolder.cdp.type.overlay.ContainerQueryHighlightConfig
-
A descriptor for the highlight appearance of container query containers.
- getContainerQueryContainerHighlightConfig() - Method in class io.webfolder.cdp.type.overlay.HighlightConfig
-
The container query container highlight configuration (default: all transparent).
- getContainingBlockRect() - Method in class io.webfolder.cdp.type.layertree.StickyPositionConstraint
-
Layout rectangle of the containing block of the sticky element
- getContent() - Method in class io.webfolder.cdp.session.DocumentSnapshot
- getContent() - Method in interface io.webfolder.cdp.session.Navigator
-
Gets the full HTML contents of the page, including the doctype.
- getContent() - Method in class io.webfolder.cdp.type.dom.BoxModel
-
Content box
- getContent() - Method in class io.webfolder.cdp.type.page.GetResourceContentResult
-
Resource content.
- getContentColor() - Method in class io.webfolder.cdp.type.overlay.HighlightConfig
-
The content box highlight fill color (default: transparent).
- getContentColor() - Method in class io.webfolder.cdp.type.overlay.HingeConfig
-
The content box highlight fill color (default: a dark color).
- getContentDocument() - Method in class io.webfolder.cdp.type.dom.Node
-
Content document for frame owner elements.
- getContentDocumentIndex() - Method in class io.webfolder.cdp.type.domsnapshot.DOMNode
-
The index of a frame owner element's content document in the domNodes array returned by getSnapshot, if any.
- getContentDocumentIndex() - Method in class io.webfolder.cdp.type.domsnapshot.NodeTreeSnapshot
-
The index of the document in the list of the snapshot documents.
- getContentHeight() - Method in class io.webfolder.cdp.type.domsnapshot.DocumentSnapshot
-
Document content height.
- getContentLanguage() - Method in class io.webfolder.cdp.type.domsnapshot.DocumentSnapshot
-
Contains the document's content language.
- getContentLanguage() - Method in class io.webfolder.cdp.type.domsnapshot.DOMNode
-
Only set for documents, contains the document's content language.
- getContentQuads() - Method in interface io.webfolder.cdp.command.DOM
-
Returns quads that describe node position on the page.
- getContentQuads() - Method in interface io.webfolder.cdp.command.DOMAsync
-
Returns quads that describe node position on the page.
- getContentQuads(Integer, Integer, String) - Method in interface io.webfolder.cdp.command.DOM
-
Returns quads that describe node position on the page.
- getContentQuads(Integer, Integer, String) - Method in interface io.webfolder.cdp.command.DOMAsync
-
Returns quads that describe node position on the page.
- getContentSecurityPolicyIssueDetails() - Method in class io.webfolder.cdp.type.audits.InspectorIssueDetails
- getContentSecurityPolicyViolationType() - Method in class io.webfolder.cdp.type.audits.ContentSecurityPolicyIssueDetails
- getContentSize() - Method in class io.webfolder.cdp.type.page.FrameResource
-
Resource content size.
- getContentSize() - Method in class io.webfolder.cdp.type.page.GetLayoutMetricsResult
-
Deprecated size of scrollable area.
- getContentWidth() - Method in class io.webfolder.cdp.type.domsnapshot.DocumentSnapshot
-
Document content width.
- getContext() - Method in class io.webfolder.cdp.event.runtime.ConsoleAPICalled
-
Console context descriptor for calls on non-default console context (not console.*): 'anonymous#unique-logger-id' for call on unnamed context, 'name#unique-logger-id' for call on named context.
- getContext() - Method in class io.webfolder.cdp.event.runtime.ExecutionContextCreated
-
A newly created execution context.
- getContext() - Method in class io.webfolder.cdp.event.webaudio.ContextChanged
- getContext() - Method in class io.webfolder.cdp.event.webaudio.ContextCreated
- getContext() - Method in class io.webfolder.cdp.type.page.BackForwardCacheNotRestoredExplanation
-
Context associated with the reason.
- getContextId() - Method in class io.webfolder.cdp.event.webaudio.AudioListenerWillBeDestroyed
- getContextId() - Method in class io.webfolder.cdp.event.webaudio.AudioNodeWillBeDestroyed
- getContextId() - Method in class io.webfolder.cdp.event.webaudio.AudioParamWillBeDestroyed
- getContextId() - Method in class io.webfolder.cdp.event.webaudio.ContextWillBeDestroyed
- getContextId() - Method in class io.webfolder.cdp.event.webaudio.NodeParamConnected
- getContextId() - Method in class io.webfolder.cdp.event.webaudio.NodeParamDisconnected
- getContextId() - Method in class io.webfolder.cdp.event.webaudio.NodesConnected
- getContextId() - Method in class io.webfolder.cdp.event.webaudio.NodesDisconnected
- getContextId() - Method in class io.webfolder.cdp.type.webaudio.AudioListener
- getContextId() - Method in class io.webfolder.cdp.type.webaudio.AudioNode
- getContextId() - Method in class io.webfolder.cdp.type.webaudio.AudioParam
- getContextId() - Method in class io.webfolder.cdp.type.webaudio.BaseAudioContext
- getContextState() - Method in class io.webfolder.cdp.type.webaudio.BaseAudioContext
- getContextType() - Method in class io.webfolder.cdp.type.webaudio.BaseAudioContext
- getContrastAlgorithm() - Method in class io.webfolder.cdp.type.overlay.HighlightConfig
-
The contrast algorithm to use for the contrast ratio (default: aa).
- getContrastRatio() - Method in class io.webfolder.cdp.type.audits.LowTextContrastIssueDetails
- getControlledClients() - Method in class io.webfolder.cdp.type.serviceworker.ServiceWorkerVersion
- getCookie() - Method in class io.webfolder.cdp.type.audits.CookieIssueDetails
-
If AffectedCookie is not set then rawCookieLine contains the raw Set-Cookie header string.
- getCookie() - Method in class io.webfolder.cdp.type.audits.SameSiteCookieIssueDetails
-
If AffectedCookie is not set then rawCookieLine contains the raw Set-Cookie header string.
- getCookie() - Method in class io.webfolder.cdp.type.network.BlockedCookieWithReason
-
The cookie object representing the cookie which was not sent.
- getCookie() - Method in class io.webfolder.cdp.type.network.BlockedSetCookieWithReason
-
The cookie object which represents the cookie which was not stored.
- getCookieExclusionReasons() - Method in class io.webfolder.cdp.type.audits.CookieIssueDetails
- getCookieExclusionReasons() - Method in class io.webfolder.cdp.type.audits.SameSiteCookieIssueDetails
- getCookieIssueDetails() - Method in class io.webfolder.cdp.type.audits.InspectorIssueDetails
- getCookieLine() - Method in class io.webfolder.cdp.type.network.BlockedSetCookieWithReason
-
The string representing this individual cookie as it would appear in the header.
- getCookies() - Method in interface io.webfolder.cdp.command.Network
-
Returns all browser cookies for the current URL.
- getCookies() - Method in interface io.webfolder.cdp.command.NetworkAsync
-
Returns all browser cookies for the current URL.
- getCookies() - Method in interface io.webfolder.cdp.command.Page
-
Deprecated.
- getCookies() - Method in interface io.webfolder.cdp.command.PageAsync
-
Deprecated.
- getCookies() - Method in interface io.webfolder.cdp.command.Storage
-
Returns all browser cookies.
- getCookies() - Method in interface io.webfolder.cdp.command.StorageAsync
-
Returns all browser cookies.
- getCookies(String) - Method in interface io.webfolder.cdp.command.Storage
-
Returns all browser cookies.
- getCookies(String) - Method in interface io.webfolder.cdp.command.StorageAsync
-
Returns all browser cookies.
- getCookies(List<String>) - Method in interface io.webfolder.cdp.command.Network
-
Returns all browser cookies for the current URL.
- getCookies(List<String>) - Method in interface io.webfolder.cdp.command.NetworkAsync
-
Returns all browser cookies for the current URL.
- getCookieUrl() - Method in class io.webfolder.cdp.type.audits.CookieIssueDetails
- getCookieUrl() - Method in class io.webfolder.cdp.type.audits.SameSiteCookieIssueDetails
- getCookieWarningReasons() - Method in class io.webfolder.cdp.type.audits.CookieIssueDetails
- getCookieWarningReasons() - Method in class io.webfolder.cdp.type.audits.SameSiteCookieIssueDetails
- getCoop() - Method in class io.webfolder.cdp.type.network.SecurityIsolationStatus
- getCorsError() - Method in class io.webfolder.cdp.type.network.CorsErrorStatus
- getCorsErrorStatus() - Method in class io.webfolder.cdp.event.network.LoadingFailed
-
The reason why loading was blocked by CORS, if any.
- getCorsErrorStatus() - Method in class io.webfolder.cdp.type.audits.CorsIssueDetails
- getCorsIssueDetails() - Method in class io.webfolder.cdp.type.audits.InspectorIssueDetails
- getCount() - Method in class io.webfolder.cdp.type.browser.Bucket
-
Number of samples.
- getCount() - Method in class io.webfolder.cdp.type.browser.Histogram
-
Total number of samples.
- getCount() - Method in class io.webfolder.cdp.type.profiler.CoverageRange
-
Collected execution count of the source range.
- getCount() - Method in class io.webfolder.cdp.type.storage.TrustTokens
- getCoverage() - Method in class io.webfolder.cdp.type.css.TakeCoverageDeltaResult
- getCpuTime() - Method in class io.webfolder.cdp.type.systeminfo.ProcessInfo
-
Specifies cumulative CPU usage in seconds across all threads of the process since the process start.
- getCredential(String, String) - Method in interface io.webfolder.cdp.command.WebAuthn
-
Returns a single credential stored in the given virtual authenticator that matches the credential ID.
- getCredential(String, String) - Method in interface io.webfolder.cdp.command.WebAuthnAsync
-
Returns a single credential stored in the given virtual authenticator that matches the credential ID.
- getCredentialId() - Method in class io.webfolder.cdp.type.webauthn.Credential
- getCredentials(String) - Method in interface io.webfolder.cdp.command.WebAuthn
-
Returns all the credentials stored in the given virtual authenticator.
- getCredentials(String) - Method in interface io.webfolder.cdp.command.WebAuthnAsync
-
Returns all the credentials stored in the given virtual authenticator.
- getCritical() - Method in class io.webfolder.cdp.type.page.AppManifestError
-
If criticial, this is a non-recoverable parse error.
- getCrossAlignment() - Method in class io.webfolder.cdp.type.overlay.FlexContainerHighlightConfig
-
Style of the self-alignment line (align-items).
- getCrossDistributedSpace() - Method in class io.webfolder.cdp.type.overlay.FlexContainerHighlightConfig
-
Style of content-distribution space on the cross axis (align-content).
- getCrossOriginIsolatedContextType() - Method in class io.webfolder.cdp.type.page.Frame
-
Indicates whether this is a cross origin isolated context.
- getCSS() - Method in class io.webfolder.cdp.command.AsyncCommandFactory
- getCSS() - Method in class io.webfolder.cdp.command.CommandFactory
- getCSS() - Method in class io.webfolder.cdp.session.AsyncCommand
- getCSS() - Method in class io.webfolder.cdp.session.Command
- getCssContentSize() - Method in class io.webfolder.cdp.type.page.GetLayoutMetricsResult
-
Size of scrollable area in CSS pixels.
- getCssGridColor() - Method in class io.webfolder.cdp.type.overlay.HighlightConfig
-
The grid layout color (default: transparent).
- getCssId() - Method in class io.webfolder.cdp.type.animation.Animation
-
A unique ID for Animation representing the sources that triggered this CSS animation/transition.
- getCssKeyframesRules() - Method in class io.webfolder.cdp.type.css.GetMatchedStylesForNodeResult
-
A list of CSS keyframed animations matching this node.
- getCssLayoutViewport() - Method in class io.webfolder.cdp.type.page.GetLayoutMetricsResult
-
Metrics relating to the layout viewport in CSS pixels.
- getCssProperties() - Method in class io.webfolder.cdp.type.css.CSSStyle
-
CSS properties in the style.
- getCssText() - Method in class io.webfolder.cdp.type.css.CSSStyle
-
Style declaration text (if available).
- getCssVisualViewport() - Method in class io.webfolder.cdp.type.page.GetLayoutMetricsResult
-
Metrics relating to the visual viewport in CSS pixels.
- getCtap2Version() - Method in class io.webfolder.cdp.type.webauthn.VirtualAuthenticatorOptions
-
Defaults to ctap2_0.
- getCurrentIndex() - Method in class io.webfolder.cdp.type.page.GetNavigationHistoryResult
-
Index of the current navigation history entry.
- getCurrentRect() - Method in class io.webfolder.cdp.type.performancetimeline.LayoutShiftAttribution
- getCurrentSourceURL() - Method in class io.webfolder.cdp.type.domsnapshot.DOMNode
-
The selected url for nodes with a srcset attribute.
- getCurrentSourceURL() - Method in class io.webfolder.cdp.type.domsnapshot.NodeTreeSnapshot
-
The selected url for nodes with a srcset attribute.
- getCurrentTime() - Method in class io.webfolder.cdp.type.animation.Animation
-
Animation's current time.
- getCurrentTime() - Method in class io.webfolder.cdp.type.webaudio.ContextRealtimeData
-
The current context time in second in BaseAudioContext.
- getCurrentTime(String) - Method in interface io.webfolder.cdp.command.Animation
-
Returns the current time of the an animation.
- getCurrentTime(String) - Method in interface io.webfolder.cdp.command.AnimationAsync
-
Returns the current time of the an animation.
- getCursive() - Method in class io.webfolder.cdp.type.page.FontFamilies
-
The cursive font-family.
- getCustomCommand() - Method in class io.webfolder.cdp.command.CommandFactory
- getCustomPreview() - Method in class io.webfolder.cdp.type.runtime.RemoteObject
- getData() - Method in class io.webfolder.cdp.event.debugger.Paused
-
Object containing break-specific auxiliary properties.
- getData() - Method in class io.webfolder.cdp.event.input.DragIntercepted
- getData() - Method in class io.webfolder.cdp.event.network.EventSourceMessageReceived
-
Message content.
- getData() - Method in class io.webfolder.cdp.event.page.CompilationCacheProduced
-
Base64-encoded data (Encoded as a base64 string when passed over JSON)
- getData() - Method in class io.webfolder.cdp.event.page.ScreencastFrame
-
Base64-encoded compressed image.
- getData() - Method in class io.webfolder.cdp.type.input.DragDataItem
-
Depending of the value of mimeType, it contains the dragged link, text, HTML markup or any other data.
- getData() - Method in class io.webfolder.cdp.type.io.ReadResult
-
Data that were read.
- getData() - Method in class io.webfolder.cdp.type.media.PlayerError
-
Extra data attached to an error, such as an HRESULT, Video Codec, etc.
- getData() - Method in class io.webfolder.cdp.type.page.GetAppManifestResult
-
Manifest content.
- getData() - Method in class io.webfolder.cdp.type.page.PrintToPDFResult
-
Base64-encoded pdf data.
- getDatabase() - Method in class io.webfolder.cdp.command.AsyncCommandFactory
- getDatabase() - Method in class io.webfolder.cdp.command.CommandFactory
- getDatabase() - Method in class io.webfolder.cdp.event.database.AddDatabase
- getDatabase() - Method in class io.webfolder.cdp.session.AsyncCommand
- getDatabase() - Method in class io.webfolder.cdp.session.Command
- getDatabaseName() - Method in class io.webfolder.cdp.event.storage.IndexedDBContentUpdated
-
Database to update.
- getDatabaseTableNames(String) - Method in interface io.webfolder.cdp.command.Database
- getDatabaseTableNames(String) - Method in interface io.webfolder.cdp.command.DatabaseAsync
- getDataLength() - Method in class io.webfolder.cdp.event.network.DataReceived
-
Data chunk length.
- getDate() - Method in class io.webfolder.cdp.type.indexeddb.Key
-
Date value.
- getDate() - Method in class io.webfolder.cdp.type.network.SignedExchangeSignature
-
Signed exchange signature date.
- getDebugger() - Method in class io.webfolder.cdp.command.AsyncCommandFactory
- getDebugger() - Method in class io.webfolder.cdp.command.CommandFactory
- getDebugger() - Method in class io.webfolder.cdp.session.AsyncCommand
- getDebugger() - Method in class io.webfolder.cdp.session.Command
- getDebuggerId() - Method in class io.webfolder.cdp.type.page.AdScriptId
-
Id of adScriptId's debugger.
- getDebuggerId() - Method in class io.webfolder.cdp.type.runtime.StackTraceId
- getDebugSymbols() - Method in class io.webfolder.cdp.event.debugger.ScriptParsed
-
If the scriptLanguage is WebASsembly, the source of debug symbols for the module.
- getDefaultPrompt() - Method in class io.webfolder.cdp.event.page.JavascriptDialogOpening
-
Default dialog prompt.
- getDefaultValue() - Method in class io.webfolder.cdp.type.css.FontVariationAxis
-
The default value.
- getDefaultValue() - Method in class io.webfolder.cdp.type.webaudio.AudioParam
- getDelay() - Method in class io.webfolder.cdp.event.page.FrameScheduledNavigation
-
Delay (in seconds) until the navigation is scheduled to begin.
- getDelay() - Method in class io.webfolder.cdp.type.animation.AnimationEffect
-
AnimationEffect's delay.
- getDeoptReason() - Method in class io.webfolder.cdp.type.profiler.ProfileNode
-
The reason of being not optimized.
- getDeprecationIssueDetails() - Method in class io.webfolder.cdp.type.audits.InspectorIssueDetails
- getDepth() - Method in class io.webfolder.cdp.type.network.ReportingApiReport
-
How many uploads deep the related request was.
- getDescendantBorder() - Method in class io.webfolder.cdp.type.overlay.ContainerQueryContainerHighlightConfig
-
The style of the descendants' borders.
- getDescription() - Method in class io.webfolder.cdp.type.accessibility.AXNode
-
The accessible description for this Node.
- getDescription() - Method in class io.webfolder.cdp.type.runtime.ObjectPreview
-
String representation of the object.
- getDescription() - Method in class io.webfolder.cdp.type.runtime.RemoteObject
-
String representation of the object.
- getDescription() - Method in class io.webfolder.cdp.type.runtime.StackTrace
-
String label of this stack trace.
- getDescription() - Method in class io.webfolder.cdp.type.security.SecurityStateExplanation
-
Full text explanation of the factor.
- getDestination() - Method in class io.webfolder.cdp.type.network.ReportingApiReport
-
The name of the endpoint group that should be used to deliver the report.
- getDestinationId() - Method in class io.webfolder.cdp.event.webaudio.NodeParamConnected
- getDestinationId() - Method in class io.webfolder.cdp.event.webaudio.NodeParamDisconnected
- getDestinationId() - Method in class io.webfolder.cdp.event.webaudio.NodesConnected
- getDestinationId() - Method in class io.webfolder.cdp.event.webaudio.NodesDisconnected
- getDestinationInputIndex() - Method in class io.webfolder.cdp.event.webaudio.NodesConnected
- getDestinationInputIndex() - Method in class io.webfolder.cdp.event.webaudio.NodesDisconnected
- getDetails() - Method in class io.webfolder.cdp.type.audits.InspectorIssue
- getDeviceHeight() - Method in class io.webfolder.cdp.type.page.ScreencastFrameMetadata
-
Device screen height in DIP.
- getDeviceId() - Method in class io.webfolder.cdp.type.systeminfo.GPUDevice
-
PCI ID of the GPU device, if available; 0 otherwise.
- getDeviceOrientation() - Method in class io.webfolder.cdp.command.AsyncCommandFactory
- getDeviceOrientation() - Method in class io.webfolder.cdp.command.CommandFactory
- getDeviceOrientation() - Method in class io.webfolder.cdp.session.AsyncCommand
- getDeviceOrientation() - Method in class io.webfolder.cdp.session.Command
- getDevices() - Method in class io.webfolder.cdp.type.systeminfo.GPUInfo
-
The graphics devices on the system.
- getDeviceString() - Method in class io.webfolder.cdp.type.systeminfo.GPUDevice
-
String description of the GPU device, if the PCI ID is not available.
- getDeviceWidth() - Method in class io.webfolder.cdp.type.page.ScreencastFrameMetadata
-
Device screen width in DIP.
- getDirection() - Method in class io.webfolder.cdp.type.animation.AnimationEffect
-
AnimationEffect's playback direction.
- getDisallowedApiMethod() - Method in class io.webfolder.cdp.event.page.PrerenderAttemptCompleted
-
This is used to give users more information about the name of the API call that is incompatible with prerender and has caused the cancellation of the attempt
- getDisplayedInsecureContentStyle() - Method in class io.webfolder.cdp.type.security.InsecureContentStatus
-
Always set to unknown.
- getDisposition() - Method in class io.webfolder.cdp.event.page.FrameRequestedNavigation
-
The disposition for the navigation.
- getDistributedNodes() - Method in class io.webfolder.cdp.event.dom.DistributedNodesUpdated
-
Distributed nodes for given insertion point.
- getDistributedNodes() - Method in class io.webfolder.cdp.type.dom.Node
-
Distributed nodes for given insertion point.
- getDnsEnd() - Method in class io.webfolder.cdp.type.network.ResourceTiming
-
Finished DNS address resolve.
- getDnsStart() - Method in class io.webfolder.cdp.type.network.ResourceTiming
-
Started DNS address resolve.
- getDocument() - Method in interface io.webfolder.cdp.command.DOM
-
Returns the root DOM node (and optionally the subtree) to the caller.
- getDocument() - Method in interface io.webfolder.cdp.command.DOMAsync
-
Returns the root DOM node (and optionally the subtree) to the caller.
- getDocument(Integer, Boolean) - Method in interface io.webfolder.cdp.command.DOM
-
Returns the root DOM node (and optionally the subtree) to the caller.
- getDocument(Integer, Boolean) - Method in interface io.webfolder.cdp.command.DOMAsync
-
Returns the root DOM node (and optionally the subtree) to the caller.
- getDocumentEncoding() - Method in class io.webfolder.cdp.type.domsnapshot.DOMNode
-
Only set for documents, contains the document's character set encoding.
- getDocumentNodeId() - Method in class io.webfolder.cdp.type.audits.QuirksModeIssueDetails
- getDocuments() - Method in class io.webfolder.cdp.type.domsnapshot.CaptureSnapshotResult
-
The nodes in the DOM tree.
- getDocuments() - Method in class io.webfolder.cdp.type.memory.GetDOMCountersResult
- getDocumentSnapshot() - Method in interface io.webfolder.cdp.session.Dom
-
Returns a document snapshot, including the full DOM tree of the root node (including iframes, template contents, and imported documents).
- getDocumentUrl() - Method in class io.webfolder.cdp.session.DocumentSnapshot
- getDocumentURL() - Method in class io.webfolder.cdp.event.network.RequestWillBeSent
-
URL of the document this request is loaded for.
- getDocumentURL() - Method in class io.webfolder.cdp.type.dom.Node
-
Document URL that Document or FrameOwner node points to.
- getDocumentURL() - Method in class io.webfolder.cdp.type.domsnapshot.DocumentSnapshot
-
Document URL that Document or FrameOwner node points to.
- getDocumentURL() - Method in class io.webfolder.cdp.type.domsnapshot.DOMNode
-
Document URL that Document or FrameOwner node points to.
- getDOM() - Method in class io.webfolder.cdp.command.AsyncCommandFactory
- getDOM() - Method in class io.webfolder.cdp.command.CommandFactory
- getDOM() - Method in class io.webfolder.cdp.session.AsyncCommand
- getDOM() - Method in class io.webfolder.cdp.session.Command
- getDomain() - Method in class io.webfolder.cdp.type.audits.AffectedCookie
- getDomain() - Method in class io.webfolder.cdp.type.database.Database
-
Database domain.
- getDomain() - Method in class io.webfolder.cdp.type.network.Cookie
-
Cookie domain.
- getDomain() - Method in class io.webfolder.cdp.type.network.CookieParam
-
Cookie domain.
- getDomainAndRegistry() - Method in class io.webfolder.cdp.type.page.Frame
-
Frame document's registered domain, taking the public suffixes list into account.
- getDomains() - Method in interface io.webfolder.cdp.command.Schema
-
Returns supported domains.
- getDomains() - Method in interface io.webfolder.cdp.command.SchemaAsync
-
Returns supported domains.
- getDOMCounters() - Method in interface io.webfolder.cdp.command.Memory
- getDOMCounters() - Method in interface io.webfolder.cdp.command.MemoryAsync
- GetDOMCountersResult - Class in io.webfolder.cdp.type.memory
- GetDOMCountersResult() - Constructor for class io.webfolder.cdp.type.memory.GetDOMCountersResult
- getDOMDebugger() - Method in class io.webfolder.cdp.command.AsyncCommandFactory
- getDOMDebugger() - Method in class io.webfolder.cdp.command.CommandFactory
- getDOMDebugger() - Method in class io.webfolder.cdp.session.AsyncCommand
- getDOMDebugger() - Method in class io.webfolder.cdp.session.Command
- getDomNodeIndex() - Method in class io.webfolder.cdp.type.domsnapshot.LayoutTreeNode
-
The index of the related DOM node in the domNodes array returned by getSnapshot.
- getDomNodes() - Method in class io.webfolder.cdp.type.domsnapshot.GetSnapshotResult
-
The nodes in the DOM tree.
- getDOMSnapshot() - Method in class io.webfolder.cdp.command.AsyncCommandFactory
- getDOMSnapshot() - Method in class io.webfolder.cdp.command.CommandFactory
- getDOMSnapshot() - Method in class io.webfolder.cdp.session.AsyncCommand
- getDOMSnapshot() - Method in class io.webfolder.cdp.session.Command
- getDOMSnapshot() - Method in interface io.webfolder.cdp.session.Dom
-
Returns a document snapshot, including the full DOM tree of the root node (including iframes, template contents, and imported documents).
- getDOMStorage() - Method in class io.webfolder.cdp.command.AsyncCommandFactory
- getDOMStorage() - Method in class io.webfolder.cdp.command.CommandFactory
- getDOMStorage() - Method in class io.webfolder.cdp.session.AsyncCommand
- getDOMStorage() - Method in class io.webfolder.cdp.session.Command
- getDOMStorageItems(StorageId) - Method in interface io.webfolder.cdp.command.DOMStorage
- getDOMStorageItems(StorageId) - Method in interface io.webfolder.cdp.command.DOMStorageAsync
- getDone() - Method in class io.webfolder.cdp.event.heapprofiler.ReportHeapSnapshotProgress
- getDragOperationsMask() - Method in class io.webfolder.cdp.type.input.DragData
-
Bit field representing allowed drag operations.
- getDriverBugWorkarounds() - Method in class io.webfolder.cdp.type.systeminfo.GPUInfo
-
An optional array of GPU driver bug workarounds.
- getDriverVendor() - Method in class io.webfolder.cdp.type.systeminfo.GPUDevice
-
String description of the GPU driver vendor.
- getDriverVersion() - Method in class io.webfolder.cdp.type.systeminfo.GPUDevice
-
String description of the GPU driver version.
- getDumpGuid() - Method in class io.webfolder.cdp.type.tracing.RequestMemoryDumpResult
-
GUID of the resulting global memory dump.
- getDuration() - Method in class io.webfolder.cdp.type.animation.AnimationEffect
-
AnimationEffect's iteration duration.
- getDuration() - Method in class io.webfolder.cdp.type.performancetimeline.TimelineEvent
-
Event duration, if applicable.
- getEasing() - Method in class io.webfolder.cdp.type.animation.AnimationEffect
-
AnimationEffect's timing function.
- getEasing() - Method in class io.webfolder.cdp.type.animation.KeyframeStyle
-
AnimationEffect's timing function.
- getElementId() - Method in class io.webfolder.cdp.type.performancetimeline.LargestContentfulPaint
-
The id attribute of the element, if available.
- getEmbedderName() - Method in class io.webfolder.cdp.event.debugger.ScriptFailedToParse
-
The name the embedder supplied for this script.
- getEmbedderName() - Method in class io.webfolder.cdp.event.debugger.ScriptParsed
-
The name the embedder supplied for this script.
- getEmulation() - Method in class io.webfolder.cdp.command.AsyncCommandFactory
- getEmulation() - Method in class io.webfolder.cdp.command.CommandFactory
- getEmulation() - Method in class io.webfolder.cdp.session.AsyncCommand
- getEmulation() - Method in class io.webfolder.cdp.session.Command
- getEncodedDataLength() - Method in class io.webfolder.cdp.event.network.DataReceived
-
Actual bytes received (might be less than dataLength for compressed encodings).
- getEncodedDataLength() - Method in class io.webfolder.cdp.event.network.LoadingFinished
-
Total number of bytes received for this request.
- getEncodedDataLength() - Method in class io.webfolder.cdp.type.network.Response
-
Total number of bytes received for this request so far.
- getEncodedResponse(String, Encoding) - Method in interface io.webfolder.cdp.command.Audits
-
Returns the response body and size if it were re-encoded with the specified settings.
- getEncodedResponse(String, Encoding) - Method in interface io.webfolder.cdp.command.AuditsAsync
-
Returns the response body and size if it were re-encoded with the specified settings.
- getEncodedResponse(String, Encoding, Double, Boolean) - Method in interface io.webfolder.cdp.command.Audits
-
Returns the response body and size if it were re-encoded with the specified settings.
- getEncodedResponse(String, Encoding, Double, Boolean) - Method in interface io.webfolder.cdp.command.AuditsAsync
-
Returns the response body and size if it were re-encoded with the specified settings.
- GetEncodedResponseResult - Class in io.webfolder.cdp.type.audits
- GetEncodedResponseResult() - Constructor for class io.webfolder.cdp.type.audits.GetEncodedResponseResult
- getEncodedSize() - Method in class io.webfolder.cdp.type.audits.GetEncodedResponseResult
-
Size after re-encoding.
- getEncodingName() - Method in class io.webfolder.cdp.type.domsnapshot.DocumentSnapshot
-
Contains the document's character set encoding.
- getEnd() - Method in class io.webfolder.cdp.type.debugger.LocationRange
- getEndColumn() - Method in class io.webfolder.cdp.event.debugger.ScriptFailedToParse
-
Length of the last line of the script.
- getEndColumn() - Method in class io.webfolder.cdp.event.debugger.ScriptParsed
-
Length of the last line of the script.
- getEndColumn() - Method in class io.webfolder.cdp.type.css.CSSStyleSheetHeader
-
Column offset of the end of the stylesheet within the resource (zero based).
- getEndColumn() - Method in class io.webfolder.cdp.type.css.SourceRange
-
End column of range (exclusive).
- getEndDelay() - Method in class io.webfolder.cdp.type.animation.AnimationEffect
-
AnimationEffect's end delay.
- getEndLine() - Method in class io.webfolder.cdp.event.debugger.ScriptFailedToParse
-
Last line of the script.
- getEndLine() - Method in class io.webfolder.cdp.event.debugger.ScriptParsed
-
Last line of the script.
- getEndLine() - Method in class io.webfolder.cdp.type.css.CSSStyleSheetHeader
-
Line offset of the end of the stylesheet within the resource (zero based).
- getEndLine() - Method in class io.webfolder.cdp.type.css.SourceRange
-
End line of range
- getEndLocation() - Method in class io.webfolder.cdp.type.debugger.Scope
-
Location in the source code where scope ends
- getEndOffset() - Method in class io.webfolder.cdp.type.css.RuleUsage
-
Offset of the end of the rule body from the beginning of the stylesheet.
- getEndOffset() - Method in class io.webfolder.cdp.type.profiler.CoverageRange
-
JavaScript script source offset for the range end.
- getEndpoints() - Method in class io.webfolder.cdp.event.network.ReportingApiEndpointsChangedForOrigin
- getEndTime() - Method in class io.webfolder.cdp.type.profiler.Profile
-
Profiling end timestamp in microseconds.
- getEntries() - Method in class io.webfolder.cdp.type.page.GetNavigationHistoryResult
-
Array of navigation history entries.
- getEntries() - Method in class io.webfolder.cdp.type.profiler.ScriptTypeProfile
-
Type profile entries for parameters and return values of the functions in the script.
- getEntries() - Method in class io.webfolder.cdp.type.runtime.ObjectPreview
-
List of the entries.
- getEntriesCount() - Method in class io.webfolder.cdp.type.indexeddb.GetMetadataResult
-
the entries count
- getEntry() - Method in class io.webfolder.cdp.event.log.EntryAdded
-
The entry.
- getEof() - Method in class io.webfolder.cdp.type.io.ReadResult
-
Set if the end-of-file condition occurred while reading.
- getErrorArguments() - Method in class io.webfolder.cdp.type.page.InstallabilityError
-
The list of error arguments (e.g.
- getErrorCode() - Method in class io.webfolder.cdp.event.target.TargetCrashed
-
Termination error code.
- getErrorField() - Method in class io.webfolder.cdp.type.network.SignedExchangeError
-
The field which caused the error.
- getErrorId() - Method in class io.webfolder.cdp.type.page.InstallabilityError
-
The error id (e.g.
- getErrorMessage() - Method in class io.webfolder.cdp.event.network.SubresourceWebBundleInnerResponseError
-
Error message
- getErrorMessage() - Method in class io.webfolder.cdp.event.network.SubresourceWebBundleMetadataError
-
Error message
- getErrorMessage() - Method in class io.webfolder.cdp.event.network.WebSocketFrameError
-
WebSocket error message.
- getErrorMessage() - Method in class io.webfolder.cdp.event.serviceworker.WorkerErrorReported
- getErrorMessage() - Method in class io.webfolder.cdp.type.serviceworker.ServiceWorkerErrorMessage
- getErrors() - Method in class io.webfolder.cdp.event.media.PlayerErrorsRaised
- getErrors() - Method in class io.webfolder.cdp.type.network.SignedExchangeInfo
-
Errors occurred while handling the signed exchagne.
- getErrors() - Method in class io.webfolder.cdp.type.page.GetAppManifestResult
- getErrorText() - Method in class io.webfolder.cdp.event.network.LoadingFailed
-
User friendly error message.
- getErrorText() - Method in class io.webfolder.cdp.type.page.NavigateResult
-
User friendly error message, present if and only if navigation has failed.
- getErrorType() - Method in class io.webfolder.cdp.event.security.CertificateError
-
The type of the error.
- getErrorType() - Method in class io.webfolder.cdp.type.audits.GenericIssueDetails
-
Issues with the same errorType are aggregated in the frontend.
- getErrorType() - Method in class io.webfolder.cdp.type.media.PlayerError
- getEvent() - Method in class io.webfolder.cdp.event.performancetimeline.TimelineEventAdded
- getEventBreakpoints() - Method in class io.webfolder.cdp.command.AsyncCommandFactory
- getEventBreakpoints() - Method in class io.webfolder.cdp.command.CommandFactory
- getEventBreakpoints() - Method in class io.webfolder.cdp.session.AsyncCommand
- getEventBreakpoints() - Method in class io.webfolder.cdp.session.Command
- getEventCount() - Method in class io.webfolder.cdp.event.tracing.BufferUsage
-
An approximate number of events in the trace log.
- getEventId() - Method in class io.webfolder.cdp.event.network.EventSourceMessageReceived
-
Message identifier.
- getEventId() - Method in class io.webfolder.cdp.event.security.CertificateError
-
The ID of the event.
- getEventListeners() - Method in class io.webfolder.cdp.type.domsnapshot.DOMNode
-
Details of the node's event listeners, if any.
- getEventListeners(String) - Method in interface io.webfolder.cdp.command.DOMDebugger
-
Returns event listeners of the given object.
- getEventListeners(String) - Method in interface io.webfolder.cdp.command.DOMDebuggerAsync
-
Returns event listeners of the given object.
- getEventListeners(String, Integer, Boolean) - Method in interface io.webfolder.cdp.command.DOMDebugger
-
Returns event listeners of the given object.
- getEventListeners(String, Integer, Boolean) - Method in interface io.webfolder.cdp.command.DOMDebuggerAsync
-
Returns event listeners of the given object.
- getEventMetadata() - Method in class io.webfolder.cdp.type.backgroundservice.BackgroundServiceEvent
-
A list of event-specific information.
- getEventName() - Method in class io.webfolder.cdp.event.network.EventSourceMessageReceived
-
Message type.
- getEventName() - Method in class io.webfolder.cdp.type.backgroundservice.BackgroundServiceEvent
-
A description of the event.
- getEventParser() - Method in class io.webfolder.cdp.session.Session
- getEvents() - Method in class io.webfolder.cdp.event.media.PlayerEventsAdded
- getEventTargetColor() - Method in class io.webfolder.cdp.type.overlay.HighlightConfig
-
The event target element highlight fill color (default: transparent).
- getException() - Method in class io.webfolder.cdp.type.runtime.ExceptionDetails
-
Exception object if available.
- getExceptionDetails() - Method in class io.webfolder.cdp.event.runtime.ExceptionThrown
- getExceptionDetails() - Method in class io.webfolder.cdp.type.debugger.EvaluateOnCallFrameResult
-
Exception details.
- getExceptionDetails() - Method in class io.webfolder.cdp.type.debugger.SetScriptSourceResult
-
Exception details if any.
- getExceptionDetails() - Method in class io.webfolder.cdp.type.runtime.AwaitPromiseResult
-
Exception details if stack strace is available.
- getExceptionDetails() - Method in class io.webfolder.cdp.type.runtime.CallFunctionOnResult
-
Exception details.
- getExceptionDetails() - Method in class io.webfolder.cdp.type.runtime.CompileScriptResult
-
Exception details.
- getExceptionDetails() - Method in class io.webfolder.cdp.type.runtime.EvaluateResult
-
Exception details.
- getExceptionDetails() - Method in class io.webfolder.cdp.type.runtime.GetPropertiesResult
-
Exception details.
- getExceptionDetails() - Method in class io.webfolder.cdp.type.runtime.RunScriptResult
-
Exception details.
- getExceptionDetails(String) - Method in interface io.webfolder.cdp.command.Runtime
-
This method tries to lookup and populate exception details for a JavaScript Error object.
- getExceptionDetails(String) - Method in interface io.webfolder.cdp.command.RuntimeAsync
-
This method tries to lookup and populate exception details for a JavaScript Error object.
- getExceptionId() - Method in class io.webfolder.cdp.event.runtime.ExceptionRevoked
-
The id of revoked exception, as reported in exceptionThrown.
- getExceptionId() - Method in class io.webfolder.cdp.type.runtime.ExceptionDetails
-
Exception id.
- getExceptionMetaData() - Method in class io.webfolder.cdp.type.runtime.ExceptionDetails
-
Dictionary with entries of meta data that the client associated with this exception, such as information about associated network requests, etc.
- getExcludedCategories() - Method in class io.webfolder.cdp.type.tracing.TraceConfig
-
Excluded category filters.
- getExecutablePath(ChromiumVersion) - Method in class io.webfolder.cdp.chromium.Chromium
- getExecutionContextAuxData() - Method in class io.webfolder.cdp.event.debugger.ScriptFailedToParse
-
Embedder-specific auxiliary data.
- getExecutionContextAuxData() - Method in class io.webfolder.cdp.event.debugger.ScriptParsed
-
Embedder-specific auxiliary data.
- getExecutionContextId() - Method in class io.webfolder.cdp.event.debugger.ScriptFailedToParse
-
Specifies script creation context.
- getExecutionContextId() - Method in class io.webfolder.cdp.event.debugger.ScriptParsed
-
Specifies script creation context.
- getExecutionContextId() - Method in class io.webfolder.cdp.event.runtime.BindingCalled
-
Identifier of the context where the call was made.
- getExecutionContextId() - Method in class io.webfolder.cdp.event.runtime.ConsoleAPICalled
-
Identifier of the context where the call was made.
- getExecutionContextId() - Method in class io.webfolder.cdp.event.runtime.ExecutionContextDestroyed
-
Id of the destroyed context
- getExecutionContextId() - Method in class io.webfolder.cdp.event.runtime.InspectRequested
-
Identifier of the context where the call was made.
- getExecutionContextId() - Method in class io.webfolder.cdp.session.Session
- getExecutionContextId() - Method in class io.webfolder.cdp.type.runtime.ExceptionDetails
-
Identifier of the context where exception happened.
- getExpirationTime() - Method in class io.webfolder.cdp.type.storage.InterestGroupDetails
- getExpires() - Method in class io.webfolder.cdp.type.network.Cookie
-
Cookie expiration date as the number of seconds since the UNIX epoch.
- getExpires() - Method in class io.webfolder.cdp.type.network.CookieParam
-
Cookie expiration date, session cookie if not set
- getExpires() - Method in class io.webfolder.cdp.type.network.SignedExchangeSignature
-
Signed exchange signature expires.
- getExpiryTime() - Method in class io.webfolder.cdp.type.page.OriginTrialToken
- getExplanations() - Method in class io.webfolder.cdp.event.security.SecurityStateChanged
-
Previously a list of explanations for the security state.
- getExplanations() - Method in class io.webfolder.cdp.type.page.AdFrameStatus
- getExplanations() - Method in class io.webfolder.cdp.type.page.BackForwardCacheNotRestoredExplanationTree
-
Not restored reasons of each frame
- getExpressions() - Method in class io.webfolder.cdp.type.css.MediaQuery
-
Array of media query expressions.
- getExternalURL() - Method in class io.webfolder.cdp.type.debugger.DebugSymbols
-
URL of the external symbol source.
- getFailedParameter() - Method in class io.webfolder.cdp.type.network.CorsErrorStatus
- getFamilyName() - Method in class io.webfolder.cdp.type.css.PlatformFontUsage
-
Font's family name reported by platform.
- getFantasy() - Method in class io.webfolder.cdp.type.page.FontFamilies
-
The fantasy font-family.
- getFeature() - Method in class io.webfolder.cdp.type.css.MediaQueryExpression
-
Media query expression feature.
- getFeature() - Method in class io.webfolder.cdp.type.page.PermissionsPolicyFeatureState
- getFeatureStatus() - Method in class io.webfolder.cdp.type.systeminfo.GPUInfo
-
An optional dictionary of graphics features and their status.
- getFederatedAuthRequestIssueDetails() - Method in class io.webfolder.cdp.type.audits.InspectorIssueDetails
- getFederatedAuthRequestIssueReason() - Method in class io.webfolder.cdp.type.audits.FederatedAuthRequestIssueDetails
- getFetch() - Method in class io.webfolder.cdp.command.AsyncCommandFactory
- getFetch() - Method in class io.webfolder.cdp.command.CommandFactory
- getFetch() - Method in class io.webfolder.cdp.session.AsyncCommand
- getFetch() - Method in class io.webfolder.cdp.session.Command
- getFile() - Method in class io.webfolder.cdp.type.media.PlayerErrorSourceLocation
- getFileInfo(String) - Method in interface io.webfolder.cdp.command.DOM
-
Returns file information for the given File wrapper.
- getFileInfo(String) - Method in interface io.webfolder.cdp.command.DOMAsync
-
Returns file information for the given File wrapper.
- getFiles() - Method in class io.webfolder.cdp.type.input.DragData
-
List of filenames that should be included when dropping
- getFill() - Method in class io.webfolder.cdp.type.animation.AnimationEffect
-
AnimationEffect's fill mode.
- getFillColor() - Method in class io.webfolder.cdp.type.overlay.BoxStyle
-
The background color for the box (default: transparent)
- getFinalStatus() - Method in class io.webfolder.cdp.event.page.PrerenderAttemptCompleted
- getFixed() - Method in class io.webfolder.cdp.type.page.FontFamilies
-
The fixed font-family.
- getFixed() - Method in class io.webfolder.cdp.type.page.FontSizes
-
Default fixed font size.
- getFlattenedDocument() - Method in interface io.webfolder.cdp.command.DOM
-
Deprecated.
- getFlattenedDocument() - Method in interface io.webfolder.cdp.command.DOMAsync
-
Deprecated.
- getFlattenedDocument(Integer, Boolean) - Method in interface io.webfolder.cdp.command.DOM
-
Deprecated.
- getFlattenedDocument(Integer, Boolean) - Method in interface io.webfolder.cdp.command.DOMAsync
-
Deprecated.
- getFlexContainerHighlightConfig() - Method in class io.webfolder.cdp.type.overlay.FlexNodeHighlightConfig
-
A descriptor for the highlight appearance of flex containers.
- getFlexContainerHighlightConfig() - Method in class io.webfolder.cdp.type.overlay.HighlightConfig
-
The flex container highlight configuration (default: all transparent).
- getFlexibilityArrow() - Method in class io.webfolder.cdp.type.overlay.FlexItemHighlightConfig
-
Style of the arrow representing if the item grew or shrank
- getFlexItemHighlightConfig() - Method in class io.webfolder.cdp.type.overlay.HighlightConfig
-
The flex item highlight configuration (default: all transparent).
- getFont() - Method in class io.webfolder.cdp.event.css.FontsUpdated
-
The web font that has loaded.
- getFontDisplay() - Method in class io.webfolder.cdp.type.css.FontFace
-
The font-display.
- getFontFamilies() - Method in class io.webfolder.cdp.type.page.ScriptFontFamilies
-
Generic font families collection for the script.
- getFontFamily() - Method in class io.webfolder.cdp.type.css.FontFace
-
The font-family.
- getFontSize() - Method in class io.webfolder.cdp.type.audits.LowTextContrastIssueDetails
- getFontStretch() - Method in class io.webfolder.cdp.type.css.FontFace
-
The font-stretch.
- getFontStyle() - Method in class io.webfolder.cdp.type.css.FontFace
-
The font-style.
- getFontVariant() - Method in class io.webfolder.cdp.type.css.FontFace
-
The font-variant.
- getFontVariationAxes() - Method in class io.webfolder.cdp.type.css.FontFace
-
Available variation settings (a.k.a.
- getFontWeight() - Method in class io.webfolder.cdp.type.audits.LowTextContrastIssueDetails
- getFontWeight() - Method in class io.webfolder.cdp.type.css.FontFace
-
The font-weight.
- getForce() - Method in class io.webfolder.cdp.type.input.TouchPoint
-
Force (default: 1.0).
- getFormat() - Method in class io.webfolder.cdp.type.headlessexperimental.ScreenshotParams
-
Image compression format (defaults to png).
- getFrame() - Method in class io.webfolder.cdp.event.page.DocumentOpened
-
Frame object.
- getFrame() - Method in class io.webfolder.cdp.event.page.FrameNavigated
-
Frame object.
- getFrame() - Method in class io.webfolder.cdp.type.audits.HeavyAdIssueDetails
-
The frame that was blocked.
- getFrame() - Method in class io.webfolder.cdp.type.audits.MixedContentIssueDetails
-
Optional because not every mixed content issue is necessarily linked to a frame.
- getFrame() - Method in class io.webfolder.cdp.type.page.FrameResourceTree
-
Frame information for this tree item.
- getFrame() - Method in class io.webfolder.cdp.type.page.FrameTree
-
Frame information for this tree item.
- getFrameAncestor() - Method in class io.webfolder.cdp.type.audits.ContentSecurityPolicyIssueDetails
- getFrameId() - Method in class io.webfolder.cdp.event.browser.DownloadWillBegin
-
Id of the frame that caused the download to begin.
- getFrameId() - Method in class io.webfolder.cdp.event.fetch.AuthRequired
-
The id of the frame that initiated the request.
- getFrameId() - Method in class io.webfolder.cdp.event.fetch.RequestPaused
-
The id of the frame that initiated the request.
- getFrameId() - Method in class io.webfolder.cdp.event.network.RequestIntercepted
-
The id of the frame that initiated the request.
- getFrameId() - Method in class io.webfolder.cdp.event.network.RequestWillBeSent
-
Frame identifier.
- getFrameId() - Method in class io.webfolder.cdp.event.network.ResponseReceived
-
Frame identifier.
- getFrameId() - Method in class io.webfolder.cdp.event.page.BackForwardCacheNotUsed
-
The frame id of the associated frame.
- getFrameId() - Method in class io.webfolder.cdp.event.page.DownloadWillBegin
-
Id of the frame that caused download to begin.
- getFrameId() - Method in class io.webfolder.cdp.event.page.FileChooserOpened
-
Id of the frame containing input node.
- getFrameId() - Method in class io.webfolder.cdp.event.page.FrameAttached
-
Id of the frame that has been attached.
- getFrameId() - Method in class io.webfolder.cdp.event.page.FrameClearedScheduledNavigation
-
Id of the frame that has cleared its scheduled navigation.
- getFrameId() - Method in class io.webfolder.cdp.event.page.FrameDetached
-
Id of the frame that has been detached.
- getFrameId() - Method in class io.webfolder.cdp.event.page.FrameRequestedNavigation
-
Id of the frame that is being navigated.
- getFrameId() - Method in class io.webfolder.cdp.event.page.FrameScheduledNavigation
-
Id of the frame that has scheduled a navigation.
- getFrameId() - Method in class io.webfolder.cdp.event.page.FrameStartedLoading
-
Id of the frame that has started loading.
- getFrameId() - Method in class io.webfolder.cdp.event.page.FrameStoppedLoading
-
Id of the frame that has stopped loading.
- getFrameId() - Method in class io.webfolder.cdp.event.page.LifecycleEvent
-
Id of the frame.
- getFrameId() - Method in class io.webfolder.cdp.event.page.NavigatedWithinDocument
-
Id of the frame.
- getFrameId() - Method in class io.webfolder.cdp.session.DocumentSnapshot
- getFrameId() - Method in class io.webfolder.cdp.session.Session
- getFrameId() - Method in class io.webfolder.cdp.type.accessibility.AXNode
-
The frame ID for the frame associated with this nodes document.
- getFrameId() - Method in class io.webfolder.cdp.type.audits.AffectedFrame
- getFrameId() - Method in class io.webfolder.cdp.type.audits.GenericIssueDetails
- getFrameId() - Method in class io.webfolder.cdp.type.audits.QuirksModeIssueDetails
- getFrameId() - Method in class io.webfolder.cdp.type.css.CSSStyleSheetHeader
-
Owner frame identifier.
- getFrameId() - Method in class io.webfolder.cdp.type.dom.GetNodeForLocationResult
-
Frame this node belongs to.
- getFrameId() - Method in class io.webfolder.cdp.type.dom.Node
-
Frame ID for frame owner elements.
- getFrameId() - Method in class io.webfolder.cdp.type.domsnapshot.DocumentSnapshot
-
Frame ID for frame owner elements and also for the document node.
- getFrameId() - Method in class io.webfolder.cdp.type.domsnapshot.DOMNode
-
Frame ID for frame owner elements and also for the document node.
- getFrameId() - Method in class io.webfolder.cdp.type.page.NavigateResult
-
Frame id that has navigated (or failed to navigate)
- getFrameId() - Method in class io.webfolder.cdp.type.page.PermissionsPolicyBlockLocator
- getFrameId() - Method in class io.webfolder.cdp.type.performancetimeline.TimelineEvent
-
Identifies the frame that this event is related to.
- getFrameOwner(String) - Method in interface io.webfolder.cdp.command.DOM
-
Returns iframe node that owns iframe with the given domain.
- getFrameOwner(String) - Method in interface io.webfolder.cdp.command.DOMAsync
-
Returns iframe node that owns iframe with the given domain.
- GetFrameOwnerResult - Class in io.webfolder.cdp.type.dom
- GetFrameOwnerResult() - Constructor for class io.webfolder.cdp.type.dom.GetFrameOwnerResult
- getFrames() - Method in class io.webfolder.cdp.session.Session
-
Returns flat list of child frames.
- getFrameTree() - Method in interface io.webfolder.cdp.command.Page
-
Returns present frame tree structure.
- getFrameTree() - Method in interface io.webfolder.cdp.command.PageAsync
-
Returns present frame tree structure.
- getFullAXTree() - Method in interface io.webfolder.cdp.command.Accessibility
-
Fetches the entire accessibility tree for the root Document
- getFullAXTree() - Method in interface io.webfolder.cdp.command.AccessibilityAsync
-
Fetches the entire accessibility tree for the root Document
- getFullAXTree(Integer, String) - Method in interface io.webfolder.cdp.command.Accessibility
-
Fetches the entire accessibility tree for the root Document
- getFullAXTree(Integer, String) - Method in interface io.webfolder.cdp.command.AccessibilityAsync
-
Fetches the entire accessibility tree for the root Document
- getFullVersion() - Method in class io.webfolder.cdp.type.emulation.UserAgentMetadata
-
Deprecated.
- getFullVersionList() - Method in class io.webfolder.cdp.type.emulation.UserAgentMetadata
- getFunctionLocation() - Method in class io.webfolder.cdp.type.debugger.CallFrame
-
Location in the source code.
- getFunctionName() - Method in class io.webfolder.cdp.type.debugger.CallFrame
-
Name of the JavaScript function called on this call frame.
- getFunctionName() - Method in class io.webfolder.cdp.type.profiler.FunctionCoverage
-
JavaScript function name.
- getFunctionName() - Method in class io.webfolder.cdp.type.runtime.CallFrame
-
JavaScript function name.
- getFunctions() - Method in class io.webfolder.cdp.type.profiler.ScriptCoverage
-
Functions contained in the script that has coverage data.
- getG() - Method in class io.webfolder.cdp.type.dom.RGBA
-
The green component, in the [0-255] range.
- getGatedAPIFeatures() - Method in class io.webfolder.cdp.type.page.Frame
-
Indicated which gated APIs / features are available.
- getGenericIssueDetails() - Method in class io.webfolder.cdp.type.audits.InspectorIssueDetails
- getGet() - Method in class io.webfolder.cdp.type.runtime.PrivatePropertyDescriptor
-
A function which serves as a getter for the private property, or undefined if there is no getter (accessor descriptors only).
- getGet() - Method in class io.webfolder.cdp.type.runtime.PropertyDescriptor
-
A function which serves as a getter for the property, or undefined if there is no getter (accessor descriptors only).
- getGlyphCount() - Method in class io.webfolder.cdp.type.css.PlatformFontUsage
-
Amount of glyphs that were rendered with this font.
- getGpu() - Method in class io.webfolder.cdp.type.systeminfo.GetInfoResult
-
Information about the GPUs on the system.
- getGridBackgroundColor() - Method in class io.webfolder.cdp.type.overlay.GridHighlightConfig
-
The grid container background color (Default: transparent).
- getGridBorderColor() - Method in class io.webfolder.cdp.type.overlay.GridHighlightConfig
-
The grid container border highlight color (default: transparent).
- getGridHighlightConfig() - Method in class io.webfolder.cdp.type.overlay.GridNodeHighlightConfig
-
A descriptor for the highlight appearance.
- getGridHighlightConfig() - Method in class io.webfolder.cdp.type.overlay.HighlightConfig
-
The grid layout highlight configuration (default: all transparent).
- getGroup() - Method in class io.webfolder.cdp.session.Option
- getGroupName() - Method in class io.webfolder.cdp.type.network.ReportingApiEndpoint
-
Name of the endpoint group.
- getGuid() - Method in class io.webfolder.cdp.event.browser.DownloadProgress
-
Global unique identifier of the download.
- getGuid() - Method in class io.webfolder.cdp.event.browser.DownloadWillBegin
-
Global unique identifier of the download.
- getGuid() - Method in class io.webfolder.cdp.event.page.DownloadProgress
-
Global unique identifier of the download.
- getGuid() - Method in class io.webfolder.cdp.event.page.DownloadWillBegin
-
Global unique identifier of the download.
- getHandler() - Method in class io.webfolder.cdp.type.domdebugger.EventListener
-
Event handler function value.
- getHasDamage() - Method in class io.webfolder.cdp.type.headlessexperimental.BeginFrameResult
-
Whether the BeginFrame resulted in damage and, thus, a new frame was committed to the display.
- getHash() - Method in class io.webfolder.cdp.event.debugger.ScriptFailedToParse
-
Content hash of the script, SHA-256.
- getHash() - Method in class io.webfolder.cdp.event.debugger.ScriptParsed
-
Content hash of the script, SHA-256.
- getHashAlgorithm() - Method in class io.webfolder.cdp.type.network.SignedCertificateTimestamp
-
Hash algorithm.
- getHasMore() - Method in class io.webfolder.cdp.type.indexeddb.RequestDataResult
-
If true, there are more entries to fetch in the given range.
- getHatchColor() - Method in class io.webfolder.cdp.type.overlay.BoxStyle
-
The hatching color for the box (default: transparent)
- getHead() - Method in class io.webfolder.cdp.type.heapprofiler.SamplingHeapProfile
- getHeader() - Method in class io.webfolder.cdp.event.css.StyleSheetAdded
-
Added stylesheet metainfo.
- getHeader() - Method in class io.webfolder.cdp.type.network.SignedExchangeInfo
-
Information about the signed exchange header.
- getHeader() - Method in class io.webfolder.cdp.type.runtime.CustomPreview
-
The JSON-stringified result of formatter.header(object, config) call.
- getHeaderIntegrity() - Method in class io.webfolder.cdp.type.network.SignedExchangeHeader
-
Signed exchange header integrity hash in the form of "sha256-invalid input: '<'base64-hash-value>".
- getHeaders() - Method in class io.webfolder.cdp.event.network.RequestWillBeSentExtraInfo
-
Raw request headers as they will be sent over the wire.
- getHeaders() - Method in class io.webfolder.cdp.event.network.ResponseReceivedExtraInfo
-
Raw response headers as they were received over the wire.
- getHeaders() - Method in class io.webfolder.cdp.type.network.LoadNetworkResourcePageResult
-
Response headers.
- getHeaders() - Method in class io.webfolder.cdp.type.network.Request
-
HTTP request headers.
- getHeaders() - Method in class io.webfolder.cdp.type.network.Response
-
HTTP response headers.
- getHeaders() - Method in class io.webfolder.cdp.type.network.WebSocketRequest
-
HTTP request headers.
- getHeaders() - Method in class io.webfolder.cdp.type.network.WebSocketResponse
-
HTTP response headers.
- getHeadersText() - Method in class io.webfolder.cdp.event.network.ResponseReceivedExtraInfo
-
Raw response header text as it was received over the wire.
- getHeadersText() - Method in class io.webfolder.cdp.type.network.Response
-
Deprecated.
- getHeadersText() - Method in class io.webfolder.cdp.type.network.WebSocketResponse
-
HTTP response headers text.
- getHeadlessExperimental() - Method in class io.webfolder.cdp.command.AsyncCommandFactory
- getHeadlessExperimental() - Method in class io.webfolder.cdp.command.CommandFactory
- getHeadlessExperimental() - Method in class io.webfolder.cdp.session.AsyncCommand
- getHeadlessExperimental() - Method in class io.webfolder.cdp.session.Command
- getHeapObjectId(String) - Method in interface io.webfolder.cdp.command.HeapProfiler
- getHeapObjectId(String) - Method in interface io.webfolder.cdp.command.HeapProfilerAsync
- getHeapProfiler() - Method in class io.webfolder.cdp.command.AsyncCommandFactory
- getHeapProfiler() - Method in class io.webfolder.cdp.command.CommandFactory
- getHeapProfiler() - Method in class io.webfolder.cdp.session.AsyncCommand
- getHeapProfiler() - Method in class io.webfolder.cdp.session.Command
- getHeapUsage() - Method in interface io.webfolder.cdp.command.Runtime
-
Returns the JavaScript heap usage.
- getHeapUsage() - Method in interface io.webfolder.cdp.command.RuntimeAsync
-
Returns the JavaScript heap usage.
- GetHeapUsageResult - Class in io.webfolder.cdp.type.runtime
- GetHeapUsageResult() - Constructor for class io.webfolder.cdp.type.runtime.GetHeapUsageResult
- getHeavyAdIssueDetails() - Method in class io.webfolder.cdp.type.audits.InspectorIssueDetails
- getHeight() - Method in class io.webfolder.cdp.type.browser.Bounds
-
The window height in pixels.
- getHeight() - Method in class io.webfolder.cdp.type.dom.BoxModel
-
Node height
- getHeight() - Method in class io.webfolder.cdp.type.dom.Rect
-
Rectangle height
- getHeight() - Method in class io.webfolder.cdp.type.layertree.Layer
-
Layer height.
- getHeight() - Method in class io.webfolder.cdp.type.page.Viewport
-
Rectangle height in device independent pixels (dip).
- getHeight() - Method in class io.webfolder.cdp.type.systeminfo.Size
-
Height in pixels.
- getHigh() - Method in class io.webfolder.cdp.type.browser.Bucket
-
Maximum value (exclusive).
- getHints() - Method in class io.webfolder.cdp.event.runtime.InspectRequested
- getHistogram(String) - Method in interface io.webfolder.cdp.command.Browser
-
Get a Chrome histogram by name.
- getHistogram(String) - Method in interface io.webfolder.cdp.command.BrowserAsync
-
Get a Chrome histogram by name.
- getHistogram(String, Boolean) - Method in interface io.webfolder.cdp.command.Browser
-
Get a Chrome histogram by name.
- getHistogram(String, Boolean) - Method in interface io.webfolder.cdp.command.BrowserAsync
-
Get a Chrome histogram by name.
- getHistograms() - Method in interface io.webfolder.cdp.command.Browser
-
Get Chrome histograms.
- getHistograms() - Method in interface io.webfolder.cdp.command.BrowserAsync
-
Get Chrome histograms.
- getHistograms(String, Boolean) - Method in interface io.webfolder.cdp.command.Browser
-
Get Chrome histograms.
- getHistograms(String, Boolean) - Method in interface io.webfolder.cdp.command.BrowserAsync
-
Get Chrome histograms.
- getHitBreakpoints() - Method in class io.webfolder.cdp.event.debugger.Paused
-
Hit breakpoints IDs
- getHitCount() - Method in class io.webfolder.cdp.type.profiler.ProfileNode
-
Number of samples where this node was on top of the call stack.
- getHost() - Method in class io.webfolder.cdp.channel.DevToolsProfileConnection
- getHost() - Method in class io.webfolder.cdp.type.target.RemoteLocation
- getHostId() - Method in class io.webfolder.cdp.event.dom.ShadowRootPopped
-
Host element id.
- getHostId() - Method in class io.webfolder.cdp.event.dom.ShadowRootPushed
-
Host element id.
- getHttpStatusCode() - Method in class io.webfolder.cdp.type.audits.TrustedWebActivityIssueDetails
- getHttpStatusCode() - Method in class io.webfolder.cdp.type.network.LoadNetworkResourcePageResult
- getId() - Method in class io.webfolder.cdp.event.animation.AnimationCanceled
-
Id of the animation that was cancelled.
- getId() - Method in class io.webfolder.cdp.event.animation.AnimationCreated
-
Id of the animation that was created.
- getId() - Method in class io.webfolder.cdp.event.profiler.ConsoleProfileFinished
- getId() - Method in class io.webfolder.cdp.event.profiler.ConsoleProfileStarted
- getId() - Method in class io.webfolder.cdp.session.Session
-
Gets the session identifier.
- getId() - Method in class io.webfolder.cdp.type.animation.Animation
-
Animation's id.
- getId() - Method in class io.webfolder.cdp.type.cast.Sink
- getId() - Method in class io.webfolder.cdp.type.database.Database
-
Database ID.
- getId() - Method in class io.webfolder.cdp.type.heapprofiler.SamplingHeapProfileNode
-
Node id.
- getId() - Method in class io.webfolder.cdp.type.input.TouchPoint
-
Identifier used to track touch sources between events, must be unique within an event.
- getId() - Method in class io.webfolder.cdp.type.network.ReportingApiReport
- getId() - Method in class io.webfolder.cdp.type.page.Frame
-
Frame unique identifier.
- getId() - Method in class io.webfolder.cdp.type.page.NavigationEntry
-
Unique id of the navigation history entry.
- getId() - Method in class io.webfolder.cdp.type.profiler.ProfileNode
-
Unique id of the node.
- getId() - Method in class io.webfolder.cdp.type.runtime.ExecutionContextDescription
-
Unique id of the execution context.
- getId() - Method in class io.webfolder.cdp.type.runtime.StackTraceId
- getId() - Method in class io.webfolder.cdp.type.systeminfo.ProcessInfo
-
Specifies process id.
- getIdref() - Method in class io.webfolder.cdp.type.accessibility.AXRelatedNode
-
The IDRef value provided, if any.
- getIgnoredReasons() - Method in class io.webfolder.cdp.type.accessibility.AXNode
-
Collection of reasons why this node is hidden.
- getImageDecoding() - Method in class io.webfolder.cdp.type.systeminfo.GPUInfo
-
Supported accelerated image decoding capabilities.
- getImageType() - Method in class io.webfolder.cdp.type.systeminfo.ImageDecodeAcceleratorCapability
-
Image coded, e.g.
- getImportedDocument() - Method in class io.webfolder.cdp.type.dom.Node
-
Deprecated.
- getIncludedCategories() - Method in class io.webfolder.cdp.type.tracing.TraceConfig
-
Included category filters.
- getIndex() - Method in class io.webfolder.cdp.session.Option
- getIndex() - Method in class io.webfolder.cdp.type.domsnapshot.RareBooleanData
- getIndex() - Method in class io.webfolder.cdp.type.domsnapshot.RareIntegerData
- getIndex() - Method in class io.webfolder.cdp.type.domsnapshot.RareStringData
- getIndexedDB() - Method in class io.webfolder.cdp.command.AsyncCommandFactory
- getIndexedDB() - Method in class io.webfolder.cdp.command.CommandFactory
- getIndexedDB() - Method in class io.webfolder.cdp.session.AsyncCommand
- getIndexedDB() - Method in class io.webfolder.cdp.session.Command
- getIndexes() - Method in class io.webfolder.cdp.type.indexeddb.ObjectStore
-
Indexes in this object store.
- getInfo() - Method in interface io.webfolder.cdp.command.SystemInfo
-
Returns information about the system.
- getInfo() - Method in interface io.webfolder.cdp.command.SystemInfoAsync
-
Returns information about the system.
- getInfo() - Method in class io.webfolder.cdp.event.network.SignedExchangeReceived
-
Information about the signed exchange response.
- GetInfoResult - Class in io.webfolder.cdp.type.systeminfo
- GetInfoResult() - Constructor for class io.webfolder.cdp.type.systeminfo.GetInfoResult
- getInherited() - Method in class io.webfolder.cdp.type.css.GetMatchedStylesForNodeResult
-
A chain of inherited styles (from the immediate node parent up to the DOM tree root).
- getInheritedPseudoElements() - Method in class io.webfolder.cdp.type.css.GetMatchedStylesForNodeResult
-
A chain of inherited pseudo element styles (from the immediate node parent up to the DOM tree root).
- getInitialPriority() - Method in class io.webfolder.cdp.type.network.Request
-
Priority of the resource request at the time request is sent.
- getInitiatingFrameId() - Method in class io.webfolder.cdp.event.page.PrerenderAttemptCompleted
-
The frame id of the frame initiating prerendering.
- getInitiator() - Method in class io.webfolder.cdp.event.network.RequestWillBeSent
-
Request initiator.
- getInitiator() - Method in class io.webfolder.cdp.event.network.WebSocketCreated
-
Request initiator.
- getInitiator() - Method in class io.webfolder.cdp.event.network.WebTransportCreated
-
Request initiator.
- getInitiatorIPAddressSpace() - Method in class io.webfolder.cdp.type.network.ClientSecurityState
- getInitiatorOrigin() - Method in class io.webfolder.cdp.type.audits.CorsIssueDetails
- getInitiatorUrl() - Method in class io.webfolder.cdp.type.network.ReportingApiReport
-
The URL of the document that triggered the report.
- getInlineStyle() - Method in class io.webfolder.cdp.type.css.GetInlineStylesForNodeResult
-
Inline style for the specified DOM node.
- getInlineStyle() - Method in class io.webfolder.cdp.type.css.GetMatchedStylesForNodeResult
-
Inline style for the specified DOM node.
- getInlineStyle() - Method in class io.webfolder.cdp.type.css.InheritedStyleEntry
-
The ancestor node's inline style, if any, in the style inheritance chain.
- getInlineStylesForNode(Integer) - Method in interface io.webfolder.cdp.command.CSS
-
Returns the styles defined inline (explicitly in the "style" attribute and implicitly, using DOM attributes) for a DOM node identified by nodeId.
- getInlineStylesForNode(Integer) - Method in interface io.webfolder.cdp.command.CSSAsync
-
Returns the styles defined inline (explicitly in the "style" attribute and implicitly, using DOM attributes) for a DOM node identified by nodeId.
- GetInlineStylesForNodeResult - Class in io.webfolder.cdp.type.css
- GetInlineStylesForNodeResult() - Constructor for class io.webfolder.cdp.type.css.GetInlineStylesForNodeResult
- getInlineTextNodes() - Method in class io.webfolder.cdp.type.domsnapshot.LayoutTreeNode
-
The post-layout inline text nodes, if any.
- getInnerHtml(String) - Method in interface io.webfolder.cdp.session.Dom
-
Returns
element.innerHTML
. - getInnerHtml(String, Object...) - Method in interface io.webfolder.cdp.session.Dom
-
Returns
element.innerHTML
. - getInnerRequestId() - Method in class io.webfolder.cdp.event.network.SubresourceWebBundleInnerResponseError
-
Request identifier of the subresource request
- getInnerRequestId() - Method in class io.webfolder.cdp.event.network.SubresourceWebBundleInnerResponseParsed
-
Request identifier of the subresource request
- getInnerRequestURL() - Method in class io.webfolder.cdp.event.network.SubresourceWebBundleInnerResponseError
-
URL of the subresource resource.
- getInnerRequestURL() - Method in class io.webfolder.cdp.event.network.SubresourceWebBundleInnerResponseParsed
-
URL of the subresource resource.
- getInput() - Method in class io.webfolder.cdp.command.AsyncCommandFactory
- getInput() - Method in class io.webfolder.cdp.command.CommandFactory
- getInput() - Method in class io.webfolder.cdp.session.AsyncCommand
- getInput() - Method in class io.webfolder.cdp.session.Command
- getInputChecked() - Method in class io.webfolder.cdp.type.domsnapshot.NodeTreeSnapshot
-
Only set for radio and checkbox input elements, indicates if the element has been checked
- getInputValue() - Method in class io.webfolder.cdp.type.domsnapshot.DOMNode
-
Only set for input elements, contains the input's associated text value.
- getInputValue() - Method in class io.webfolder.cdp.type.domsnapshot.NodeTreeSnapshot
-
Only set for input elements, contains the input's associated text value.
- getInsecureContentStatus() - Method in class io.webfolder.cdp.event.security.SecurityStateChanged
-
Information about insecure content on the page.
- getInsecureURL() - Method in class io.webfolder.cdp.type.audits.MixedContentIssueDetails
-
The unsafe http url causing the mixed content issue.
- getInsertionPointId() - Method in class io.webfolder.cdp.event.dom.DistributedNodesUpdated
-
Insertion point where distributed nodes were updated.
- getInspector() - Method in class io.webfolder.cdp.command.AsyncCommandFactory
- getInspector() - Method in class io.webfolder.cdp.command.CommandFactory
- getInspector() - Method in class io.webfolder.cdp.session.AsyncCommand
- getInspector() - Method in class io.webfolder.cdp.session.Command
- getInstallabilityErrors() - Method in interface io.webfolder.cdp.command.Page
- getInstallabilityErrors() - Method in interface io.webfolder.cdp.command.PageAsync
- getInstanceId() - Method in class io.webfolder.cdp.type.backgroundservice.BackgroundServiceEvent
-
An identifier that groups related events together.
- getIntegrity() - Method in class io.webfolder.cdp.type.network.SignedExchangeSignature
-
Signed exchange signature integrity.
- getInterceptionId() - Method in class io.webfolder.cdp.event.network.RequestIntercepted
-
Each request the page makes will have a unique id, however if any redirects are encountered while processing that fetch, they will be reported with the same id as the original fetch.
- getInterceptionStage() - Method in class io.webfolder.cdp.type.network.RequestPattern
-
Stage at which to begin intercepting requests.
- getInterestGroupDetails(String, String) - Method in interface io.webfolder.cdp.command.Storage
-
Gets details for a named interest group.
- getInterestGroupDetails(String, String) - Method in interface io.webfolder.cdp.command.StorageAsync
-
Gets details for a named interest group.
- getInternalProperties() - Method in class io.webfolder.cdp.type.runtime.GetPropertiesResult
-
Internal object properties (only of the element itself).
- getInternalSubset() - Method in class io.webfolder.cdp.type.dom.Node
-
DocumentType's internalSubset.
- getInvalidParameter() - Method in class io.webfolder.cdp.type.audits.AttributionReportingIssueDetails
- getInvalidReason() - Method in class io.webfolder.cdp.type.accessibility.AXValueSource
-
Reason for the value being invalid, if it is.
- getIO() - Method in class io.webfolder.cdp.command.AsyncCommandFactory
- getIO() - Method in class io.webfolder.cdp.command.CommandFactory
- getIO() - Method in class io.webfolder.cdp.session.AsyncCommand
- getIO() - Method in class io.webfolder.cdp.session.Command
- getIsClickable() - Method in class io.webfolder.cdp.type.domsnapshot.NodeTreeSnapshot
-
Whether this DOM node responds to mouse clicks.
- getIsolateId() - Method in interface io.webfolder.cdp.command.Runtime
-
Returns the isolate id.
- getIsolateId() - Method in interface io.webfolder.cdp.command.RuntimeAsync
-
Returns the isolate id.
- getIsolationModeHighlightConfig() - Method in class io.webfolder.cdp.type.overlay.IsolatedElementHighlightConfig
-
A descriptor for the highlight appearance of an element in isolation mode.
- getIssue() - Method in class io.webfolder.cdp.event.audits.IssueAdded
- getIssuedTokenCount() - Method in class io.webfolder.cdp.event.network.TrustTokenOperationDone
-
The number of obtained Trust Tokens on a successful "Issuance" operation.
- getIssueId() - Method in class io.webfolder.cdp.type.audits.InspectorIssue
-
A unique id for this issue.
- getIssueMessage() - Method in class io.webfolder.cdp.event.cast.IssueUpdated
- getIssuer() - Method in class io.webfolder.cdp.type.network.SecurityDetails
-
Name of the issuing CA.
- getIssuer() - Method in class io.webfolder.cdp.type.security.CertificateSecurityState
-
Name of the issuing CA.
- getIssuerOrigin() - Method in class io.webfolder.cdp.event.network.TrustTokenOperationDone
-
Origin of the issuer in case of a "Issuance" or "Redemption" operation.
- getIssuerOrigin() - Method in class io.webfolder.cdp.type.storage.TrustTokens
- getIssuers() - Method in class io.webfolder.cdp.type.network.TrustTokenParams
-
Origins of issuers from whom to request tokens or redemption records.
- getItems() - Method in class io.webfolder.cdp.type.input.DragData
- getItemSeparator() - Method in class io.webfolder.cdp.type.overlay.FlexContainerHighlightConfig
-
The style of the separator between items
- getIterations() - Method in class io.webfolder.cdp.type.animation.AnimationEffect
-
AnimationEffect's iterations.
- getIterationStart() - Method in class io.webfolder.cdp.type.animation.AnimationEffect
-
AnimationEffect's iteration start.
- getJoiningOrigin() - Method in class io.webfolder.cdp.type.storage.InterestGroupDetails
- getJsEventListeners() - Method in class io.webfolder.cdp.type.memory.GetDOMCountersResult
- getJsFunction(Class<T>) - Method in class io.webfolder.cdp.session.Session
- getJsonMapper() - Method in class io.webfolder.cdp.session.Session
- getJsVersion() - Method in class io.webfolder.cdp.type.browser.GetVersionResult
-
V8 version.
- getKey() - Method in class io.webfolder.cdp.event.domstorage.DomStorageItemAdded
- getKey() - Method in class io.webfolder.cdp.event.domstorage.DomStorageItemRemoved
- getKey() - Method in class io.webfolder.cdp.event.domstorage.DomStorageItemUpdated
- getKey() - Method in class io.webfolder.cdp.type.backgroundservice.EventMetadata
- getKey() - Method in class io.webfolder.cdp.type.indexeddb.DataEntry
-
Key object.
- getKey() - Method in class io.webfolder.cdp.type.runtime.EntryPreview
-
Preview of the key.
- getKeyExchange() - Method in class io.webfolder.cdp.type.network.SecurityDetails
-
Key Exchange used by the connection, or the empty string if not applicable.
- getKeyExchange() - Method in class io.webfolder.cdp.type.security.CertificateSecurityState
-
Key Exchange used by the connection, or the empty string if not applicable.
- getKeyExchangeGroup() - Method in class io.webfolder.cdp.type.network.SecurityDetails
-
(EC)DH group used by the connection, if applicable.
- getKeyExchangeGroup() - Method in class io.webfolder.cdp.type.security.CertificateSecurityState
-
(EC)DH group used by the connection, if applicable.
- getKeyframes() - Method in class io.webfolder.cdp.type.animation.KeyframesRule
-
List of animation keyframes.
- getKeyframes() - Method in class io.webfolder.cdp.type.css.CSSKeyframesRule
-
List of keyframes.
- getKeyframesRule() - Method in class io.webfolder.cdp.type.animation.AnimationEffect
-
AnimationEffect's keyframes.
- getKeyGeneratorValue() - Method in class io.webfolder.cdp.type.indexeddb.GetMetadataResult
-
the current value of key generator, to become the next inserted key into the object store.
- getKeyPath() - Method in class io.webfolder.cdp.type.indexeddb.ObjectStore
-
Object store key path.
- getKeyPath() - Method in class io.webfolder.cdp.type.indexeddb.ObjectStoreIndex
-
Index key path.
- getKeyText() - Method in class io.webfolder.cdp.type.css.CSSKeyframeRule
-
Associated key text.
- getLabel() - Method in class io.webfolder.cdp.type.network.SignedExchangeSignature
-
Signed exchange signature label.
- getLargeBlob() - Method in class io.webfolder.cdp.type.webauthn.Credential
-
The large blob associated with the credential.
- getLastInputTime() - Method in class io.webfolder.cdp.type.performancetimeline.LayoutShift
- getLastModified() - Method in class io.webfolder.cdp.type.page.FrameResource
-
last-modified timestamp as reported by server.
- getLastSeenObjectId() - Method in class io.webfolder.cdp.event.heapprofiler.LastSeenObjectId
- getLayerId() - Method in class io.webfolder.cdp.event.layertree.LayerPainted
-
The id of the painted layer.
- getLayerId() - Method in class io.webfolder.cdp.type.layertree.Layer
-
The unique id for this layer.
- getLayers() - Method in class io.webfolder.cdp.event.layertree.LayerTreeDidChange
-
Layer tree, absent if not in the comspositing mode.
- getLayers() - Method in class io.webfolder.cdp.type.css.CSSRule
-
Cascade layer array.
- getLayersForNode(Integer) - Method in interface io.webfolder.cdp.command.CSS
-
Returns all layers parsed by the rendering engine for the tree scope of a node.
- getLayersForNode(Integer) - Method in interface io.webfolder.cdp.command.CSSAsync
-
Returns all layers parsed by the rendering engine for the tree scope of a node.
- getLayerTree() - Method in class io.webfolder.cdp.command.AsyncCommandFactory
- getLayerTree() - Method in class io.webfolder.cdp.command.CommandFactory
- getLayerTree() - Method in class io.webfolder.cdp.session.AsyncCommand
- getLayerTree() - Method in class io.webfolder.cdp.session.Command
- getLayout() - Method in class io.webfolder.cdp.type.domsnapshot.DocumentSnapshot
-
The nodes in the layout tree.
- getLayoutIndex() - Method in class io.webfolder.cdp.type.domsnapshot.TextBoxSnapshot
-
Index of the layout tree node that owns this box collection.
- getLayoutMetrics() - Method in interface io.webfolder.cdp.command.Page
-
Returns metrics relating to the layouting of the page, such as viewport bounds/scale.
- getLayoutMetrics() - Method in interface io.webfolder.cdp.command.PageAsync
-
Returns metrics relating to the layouting of the page, such as viewport bounds/scale.
- GetLayoutMetricsResult - Class in io.webfolder.cdp.type.page
- GetLayoutMetricsResult() - Constructor for class io.webfolder.cdp.type.page.GetLayoutMetricsResult
- getLayoutNodeIndex() - Method in class io.webfolder.cdp.type.domsnapshot.DOMNode
-
The index of the node's related layout tree node in the layoutTreeNodes array returned by getSnapshot, if any.
- getLayoutShiftDetails() - Method in class io.webfolder.cdp.type.performancetimeline.TimelineEvent
- getLayoutText() - Method in class io.webfolder.cdp.type.domsnapshot.LayoutTreeNode
-
Contents of the LayoutText, if any.
- getLayoutTreeNodes() - Method in class io.webfolder.cdp.type.domsnapshot.GetSnapshotResult
-
The nodes in the layout tree.
- getLayoutViewport() - Method in class io.webfolder.cdp.type.page.GetLayoutMetricsResult
-
Deprecated metrics relating to the layout viewport.
- getLcpDetails() - Me