_id
stringlengths
2
7
title
stringclasses
1 value
partition
stringclasses
3 values
text
stringlengths
6
2.61k
language
stringclasses
1 value
meta_information
dict
c179500
test
// Do executes Network.setRequestInterception against the provided context.
{ "resource": "" }
c179501
test
// Do executes Emulation.clearDeviceMetricsOverride against the provided context.
{ "resource": "" }
c179502
test
// Do executes Emulation.clearGeolocationOverride against the provided context.
{ "resource": "" }
c179503
test
// Do executes Emulation.resetPageScaleFactor against the provided context.
{ "resource": "" }
c179504
test
// Do executes Emulation.setFocusEmulationEnabled against the provided context.
{ "resource": "" }
c179505
test
// Do executes Emulation.setCPUThrottlingRate against the provided context.
{ "resource": "" }
c179506
test
// WithColor rGBA of the default background color. If not specified, any // existing override will be cleared.
{ "resource": "" }
c179507
test
// Do executes Emulation.setDefaultBackgroundColorOverride against the provided context.
{ "resource": "" }
c179508
test
// WithScale scale to apply to resulting view image.
{ "resource": "" }
c179509
test
// WithDontSetVisibleSize do not set visible view size, rely upon explicit // setVisibleSize call.
{ "resource": "" }
c179510
test
// WithScreenOrientation screen orientation override.
{ "resource": "" }
c179511
test
// Do executes Emulation.setDeviceMetricsOverride against the provided context.
{ "resource": "" }
c179512
test
// Do executes Emulation.setScrollbarsHidden against the provided context.
{ "resource": "" }
c179513
test
// Do executes Emulation.setDocumentCookieDisabled against the provided context.
{ "resource": "" }
c179514
test
// Do executes Emulation.setEmitTouchEventsForMouse against the provided context.
{ "resource": "" }
c179515
test
// Do executes Emulation.setEmulatedMedia against the provided context.
{ "resource": "" }
c179516
test
// WithLatitude mock latitude.
{ "resource": "" }
c179517
test
// WithLongitude mock longitude.
{ "resource": "" }
c179518
test
// WithAccuracy mock accuracy.
{ "resource": "" }
c179519
test
// Do executes Emulation.setGeolocationOverride against the provided context.
{ "resource": "" }
c179520
test
// Do executes Emulation.setPageScaleFactor against the provided context.
{ "resource": "" }
c179521
test
// Do executes Emulation.setScriptExecutionDisabled against the provided context.
{ "resource": "" }
c179522
test
// WithMaxTouchPoints maximum touch points supported. Defaults to one.
{ "resource": "" }
c179523
test
// Do executes Emulation.setTouchEmulationEnabled against the provided context.
{ "resource": "" }
c179524
test
// WithBudget if set, after this many virtual milliseconds have elapsed // virtual time will be paused and a virtualTimeBudgetExpired event is sent.
{ "resource": "" }
c179525
test
// WithMaxVirtualTimeTaskStarvationCount if set this specifies the maximum // number of tasks that can be run before virtual is forced forwards to prevent // deadlock.
{ "resource": "" }
c179526
test
// WithWaitForNavigation if set the virtual time policy change should be // deferred until any frame starts navigating. Note any previous deferred policy // change is superseded.
{ "resource": "" }
c179527
test
// WithAcceptLanguage browser langugage to emulate.
{ "resource": "" }
c179528
test
// WithPlatform the platform navigator.platform should return.
{ "resource": "" }
c179529
test
// Do executes Emulation.setUserAgentOverride against the provided context.
{ "resource": "" }
c179530
test
// Do executes Input.dispatchKeyEvent against the provided context.
{ "resource": "" }
c179531
test
// Do executes Input.insertText against the provided context.
{ "resource": "" }
c179532
test
// WithButtons a number indicating which buttons are pressed on the mouse // when a mouse event is triggered. Left=1, Right=2, Middle=4, Back=8, // Forward=16, None=0.
{ "resource": "" }
c179533
test
// Do executes Input.dispatchMouseEvent against the provided context.
{ "resource": "" }
c179534
test
// Do executes Input.dispatchTouchEvent against the provided context.
{ "resource": "" }
c179535
test
// Do executes Input.emulateTouchFromMouseEvent against the provided context.
{ "resource": "" }
c179536
test
// Do executes Input.setIgnoreInputEvents against the provided context.
{ "resource": "" }
c179537
test
// Do executes Input.synthesizePinchGesture against the provided context.
{ "resource": "" }
c179538
test
// WithXOverscroll the number of additional pixels to scroll back along the X // axis, in addition to the given distance.
{ "resource": "" }
c179539
test
// WithYOverscroll the number of additional pixels to scroll back along the Y // axis, in addition to the given distance.
{ "resource": "" }
c179540
test
// Do executes Input.synthesizeScrollGesture against the provided context.
{ "resource": "" }
c179541
test
// Do executes Input.synthesizeTapGesture against the provided context.
{ "resource": "" }
c179542
test
// Domain returns the Chrome DevTools Protocol domain of the event or command.
{ "resource": "" }
c179543
test
// WithDepth the maximum depth at which Node children should be retrieved, // defaults to 1. Use -1 for the entire subtree or provide an integer larger // than 0.
{ "resource": "" }
c179544
test
// Do executes DOMDebugger.removeDOMBreakpoint against the provided context.
{ "resource": "" }
c179545
test
// WithTargetName eventTarget interface name.
{ "resource": "" }
c179546
test
// Do executes DOMDebugger.removeEventListenerBreakpoint against the provided context.
{ "resource": "" }
c179547
test
// Do executes DOMDebugger.removeInstrumentationBreakpoint against the provided context.
{ "resource": "" }
c179548
test
// Do executes DOMDebugger.removeXHRBreakpoint against the provided context.
{ "resource": "" }
c179549
test
// Do executes DOMDebugger.setDOMBreakpoint against the provided context.
{ "resource": "" }
c179550
test
// Do executes DOMDebugger.setEventListenerBreakpoint against the provided context.
{ "resource": "" }
c179551
test
// Do executes DOMDebugger.setInstrumentationBreakpoint against the provided context.
{ "resource": "" }
c179552
test
// Do executes DOMDebugger.setXHRBreakpoint against the provided context.
{ "resource": "" }
c179553
test
// WithExecutor sets the message executor for the context.
{ "resource": "" }
c179554
test
// Execute uses the context's message executor to send a command or event // method marshaling the provided parameters, and unmarshaling to res.
{ "resource": "" }
c179555
test
// AttributeValue returns the named attribute for the node.
{ "resource": "" }
c179556
test
// xpath builds the xpath string.
{ "resource": "" }
c179557
test
// String returns the NodeType as string value.
{ "resource": "" }
c179558
test
// Do executes Cast.setSinkToUse against the provided context.
{ "resource": "" }
c179559
test
// Do executes Cast.startTabMirroring against the provided context.
{ "resource": "" }
c179560
test
// Do executes Cast.stopCasting against the provided context.
{ "resource": "" }
c179561
test
// Do executes BackgroundService.startObserving against the provided context.
{ "resource": "" }
c179562
test
// Do executes BackgroundService.stopObserving against the provided context.
{ "resource": "" }
c179563
test
// Do executes BackgroundService.setRecording against the provided context.
{ "resource": "" }
c179564
test
// Do executes BackgroundService.clearEvents against the provided context.
{ "resource": "" }
c179565
test
// WithObjectID identifier of the object to call function on. Either objectId // or executionContextId should be specified.
{ "resource": "" }
c179566
test
// WithArguments call arguments. All call arguments must belong to the same // JavaScript world as the target object.
{ "resource": "" }
c179567
test
// WithExecutionContextID specifies execution context which global object // will be used to call function on. Either executionContextId or objectId // should be specified.
{ "resource": "" }
c179568
test
// WithObjectGroup symbolic group name that can be used to release multiple // objects. If objectGroup is not specified and objectId is, objectGroup will be // inherited from object.
{ "resource": "" }
c179569
test
// Do executes Runtime.discardConsoleEntries against the provided context.
{ "resource": "" }
c179570
test
// WithContextID specifies in which execution context to perform evaluation. // If the parameter is omitted the evaluation will be performed in the context // of the inspected page.
{ "resource": "" }
c179571
test
// WithOwnProperties if true, returns properties belonging only to the // element itself, not to its prototype chain.
{ "resource": "" }
c179572
test
// WithGeneratePreview whether preview should be generated for the results.
{ "resource": "" }
c179573
test
// WithExecutionContextID specifies in which execution context to lookup // global scope variables.
{ "resource": "" }
c179574
test
// WithObjectGroup symbolic group name that can be used to release the // results.
{ "resource": "" }
c179575
test
// Do executes Runtime.releaseObject against the provided context.
{ "resource": "" }
c179576
test
// Do executes Runtime.releaseObjectGroup against the provided context.
{ "resource": "" }
c179577
test
// Do executes Runtime.runIfWaitingForDebugger against the provided context.
{ "resource": "" }
c179578
test
// Do executes Runtime.setCustomObjectFormatterEnabled against the provided context.
{ "resource": "" }
c179579
test
// Do executes Runtime.setMaxCallStackSizeToCapture against the provided context.
{ "resource": "" }
c179580
test
// Do executes Runtime.terminateExecution against the provided context.
{ "resource": "" }
c179581
test
// Do executes Runtime.addBinding against the provided context.
{ "resource": "" }
c179582
test
// Do executes Runtime.removeBinding against the provided context.
{ "resource": "" }
c179583
test
// Do executes Tracing.end against the provided context.
{ "resource": "" }
c179584
test
// Do executes Tracing.recordClockSyncMarker against the provided context.
{ "resource": "" }
c179585
test
// WithBufferUsageReportingInterval if set, the agent will issue bufferUsage // events at this interval, specified in milliseconds.
{ "resource": "" }
c179586
test
// WithNoDisplayUpdates whether updates should not be committed and drawn // onto the display. False by default. If true, only side effects of the // BeginFrame will be run, such as layout and animations, but any visual updates // may not be visible on the display or in screenshots.
{ "resource": "" }
c179587
test
// WithScreenshot if set, a screenshot of the frame will be captured and // returned in the response. Otherwise, no screenshot will be captured. Note // that capturing a screenshot can fail, for example, during renderer // initialization. In such a case, no screenshot data will be returned.
{ "resource": "" }
c179588
test
// Do executes Page.bringToFront against the provided context.
{ "resource": "" }
c179589
test
// WithClip capture the screenshot of a given region only.
{ "resource": "" }
c179590
test
// WithFromSurface capture the screenshot from the surface, rather than the // view. Defaults to true.
{ "resource": "" }
c179591
test
// WithWorldName an optional name which is reported in the Execution Context.
{ "resource": "" }
c179592
test
// WithGrantUniveralAccess whether or not universal access should be granted // to the isolated world. This is a powerful option, use with caution.
{ "resource": "" }
c179593
test
// Do executes Page.resetNavigationHistory against the provided context.
{ "resource": "" }
c179594
test
// WithPromptText the text to enter into the dialog prompt before accepting. // Used only if this is a prompt dialog.
{ "resource": "" }
c179595
test
// Do executes Page.handleJavaScriptDialog against the provided context.
{ "resource": "" }
c179596
test
// WithReferrer referrer URL.
{ "resource": "" }
c179597
test
// WithTransitionType intended transition type.
{ "resource": "" }
c179598
test
// WithFrameID frame id to navigate, if not specified navigates the top // frame.
{ "resource": "" }
c179599
test
// Do executes Page.navigateToHistoryEntry against the provided context.
{ "resource": "" }