_id
stringlengths
2
7
text
stringlengths
6
2.61k
title
stringclasses
1 value
c179400
// WithSamplingInterval average sample interval in bytes. Poisson // distribution is used for the intervals. The default value is 32768 bytes.
c179401
// Do executes HeapProfiler.startTrackingHeapObjects against the provided context.
c179402
// WithReportProgress if true 'reportHeapSnapshotProgress' events will be // generated while snapshot is being taken when the tracking is stopped.
c179403
// Do executes HeapProfiler.stopTrackingHeapObjects against the provided context.
c179404
// WithReportProgress if true 'reportHeapSnapshotProgress' events will be // generated while snapshot is being taken.
c179405
// Do executes HeapProfiler.takeHeapSnapshot against the provided context.
c179406
// WithBrowserContextID browserContext to override permissions. When omitted, // default browser context is used.
c179407
// Do executes Browser.grantPermissions against the provided context.
c179408
// WithBrowserContextID browserContext to reset permissions. When omitted, // default browser context is used.
c179409
// Do executes Browser.resetPermissions against the provided context.
c179410
// Do executes Browser.crash against the provided context.
c179411
// Do executes Browser.crashGpuProcess against the provided context.
c179412
// WithQuery requested substring in name. Only histograms which have query as // a substring in their name are extracted. An empty or absent query returns all // histograms.
c179413
// WithTargetID devtools agent host id. If called as a part of the session, // associated targetId is used.
c179414
// Do executes Browser.setWindowBounds against the provided context.
c179415
// WithImage png encoded image.
c179416
// Do executes Browser.setDockTile against the provided context.
c179417
// Do executes CacheStorage.deleteCache against the provided context.
c179418
// Do executes CacheStorage.deleteEntry against the provided context.
c179419
// WithPathFilter if present, only return the entries containing this // substring in the path.
c179420
// Do executes DOM.discardSearchResults against the provided context.
c179421
// Do executes DOM.focus against the provided context.
c179422
// Do executes DOM.markUndoableState against the provided context.
c179423
// WithIncludeUserAgentShadowDOM true to search in user agent shadow DOM.
c179424
// Do executes DOM.redo against the provided context.
c179425
// Do executes DOM.removeAttribute against the provided context.
c179426
// Do executes DOM.removeNode against the provided context.
c179427
// Do executes DOM.requestChildNodes against the provided context.
c179428
// WithNodeID ID of the node to resolve.
c179429
// WithBackendNodeID backend identifier of the node to resolve.
c179430
// WithExecutionContextID execution context in which to resolve the node.
c179431
// Do executes DOM.setAttributeValue against the provided context.
c179432
// WithName attribute name to replace with new attributes derived from text // in case text parsed successfully.
c179433
// Do executes DOM.setAttributesAsText against the provided context.
c179434
// Do executes DOM.setFileInputFiles against the provided context.
c179435
// Do executes DOM.setInspectedNode against the provided context.
c179436
// Do executes DOM.setNodeValue against the provided context.
c179437
// Do executes DOM.setOuterHTML against the provided context.
c179438
// Do executes DOM.undo against the provided context.
c179439
// Do executes CSS.forcePseudoState against the provided context.
c179440
// Do executes CSS.setEffectivePropertyValueForNode against the provided context.
c179441
// Do executes CSS.startRuleUsageTracking against the provided context.
c179442
// Do executes IO.close against the provided context.
c179443
// Do executes Storage.clearDataForOrigin against the provided context.
c179444
// Do executes Storage.trackCacheStorageForOrigin against the provided context.
c179445
// Do executes Storage.trackIndexedDBForOrigin against the provided context.
c179446
// Do executes Storage.untrackCacheStorageForOrigin against the provided context.
c179447
// Do executes Storage.untrackIndexedDBForOrigin against the provided context.
c179448
// Do executes Overlay.hideHighlight against the provided context.
c179449
// Do executes Overlay.highlightFrame against the provided context.
c179450
// WithNodeID identifier of the node to highlight.
c179451
// WithBackendNodeID identifier of the backend node to highlight.
c179452
// WithObjectID JavaScript object id of the node to be highlighted.
c179453
// WithSelector selectors to highlight relevant nodes.
c179454
// Do executes Overlay.highlightNode against the provided context.
c179455
// Do executes Overlay.highlightQuad against the provided context.
c179456
// Do executes Overlay.highlightRect against the provided context.
c179457
// WithHighlightConfig a descriptor for the highlight appearance of // hovered-over nodes. May be omitted if enabled == false.
c179458
// Do executes Overlay.setInspectMode against the provided context.
c179459
// Do executes Overlay.setShowAdHighlights against the provided context.
c179460
// WithMessage the message to display, also triggers resume and step over // controls.
c179461
// Do executes Overlay.setPausedInDebuggerMessage against the provided context.
c179462
// Do executes Overlay.setShowDebugBorders against the provided context.
c179463
// Do executes Overlay.setShowFPSCounter against the provided context.
c179464
// Do executes Overlay.setShowPaintRects against the provided context.
c179465
// Do executes Overlay.setShowScrollBottleneckRects against the provided context.
c179466
// Do executes Overlay.setShowHitTestBorders against the provided context.
c179467
// Do executes Overlay.setShowViewportSizeOnResize against the provided context.
c179468
// Do executes Network.clearBrowserCache against the provided context.
c179469
// Do executes Network.clearBrowserCookies against the provided context.
c179470
// WithErrorReason if set this causes the request to fail with the given // reason. Passing Aborted for requests marked with isNavigationRequest also // cancels the navigation. Must not be set in response to an authChallenge.
c179471
// WithRawResponse if set the requests completes using with the provided // base64 encoded raw response, including HTTP status line and headers etc... // Must not be set in response to an authChallenge.
c179472
// WithURL if set the request url will be modified in a way that's not // observable by page. Must not be set in response to an authChallenge.
c179473
// WithMethod if set this allows the request method to be overridden. Must // not be set in response to an authChallenge.
c179474
// WithPostData if set this allows postData to be set. Must not be set in // response to an authChallenge.
c179475
// WithHeaders if set this allows the request headers to be changed. Must not // be set in response to an authChallenge.
c179476
// WithAuthChallengeResponse response to a requestIntercepted with an // authChallenge. Must not be set otherwise.
c179477
// Do executes Network.continueInterceptedRequest against the provided context.
c179478
// WithURL if specified, deletes all the cookies with the given name where // domain and path match provided URL.
c179479
// WithDomain if specified, deletes only cookies with the exact domain.
c179480
// WithPath if specified, deletes only cookies with the exact path.
c179481
// Do executes Network.deleteCookies against the provided context.
c179482
// WithConnectionType connection type if known.
c179483
// Do executes Network.emulateNetworkConditions against the provided context.
c179484
// Do executes Network.enable against the provided context.
c179485
// WithUrls the list of URLs for which applicable cookies will be fetched.
c179486
// Do executes Network.replayXHR against the provided context.
c179487
// Do executes Network.setBlockedURLs against the provided context.
c179488
// Do executes Network.setBypassServiceWorker against the provided context.
c179489
// Do executes Network.setCacheDisabled against the provided context.
c179490
// WithURL the request-URI to associate with the setting of the cookie. This // value can affect the default domain and path values of the created cookie.
c179491
// WithDomain cookie domain.
c179492
// WithPath cookie path.
c179493
// WithSecure true if cookie is secure.
c179494
// WithHTTPOnly true if cookie is http-only.
c179495
// WithSameSite cookie SameSite type.
c179496
// WithExpires cookie expiration date, session cookie if not set.
c179497
// Do executes Network.setCookies against the provided context.
c179498
// Do executes Network.setDataSizeLimitsForTest against the provided context.
c179499
// Do executes Network.setExtraHTTPHeaders against the provided context.