Source code
Revision control
Copy as Markdown
Other Tools
[DEFAULT]
tags = "cdp"
subsuite = "remote"
args = [
"--remote-debugging-port",
"--remote-allow-origins=null",
]
prefs = [
# CDP protocol is not Fission compatible
"fission.bfcacheInParent=false",
"fission.webContentIsolationStrategy=0",
# Only enable CDP protocol
"remote.active-protocols=2",
]
skip-if = [
]
support-files = [
"!/remote/cdp/test/browser/chrome-remote-interface.js",
"!/remote/cdp/test/browser/head.js",
"doc_console_events.html",
"doc_console_events_onload.html",
"doc_empty.html",
"doc_frame.html",
"doc_frameset_single.html",
"head.js",
]
["browser_callFunctionOn.js"]
["browser_callFunctionOn_awaitPromise.js"]
["browser_callFunctionOn_returnByValue.js"]
["browser_consoleAPICalled.js"]
https_first_disabled = true
["browser_evaluate.js"]
["browser_evaluate_awaitPromise.js"]
["browser_evaluate_returnByValue.js"]
["browser_exceptionThrown.js"]
https_first_disabled = true
["browser_executionContextEvents.js"]
["browser_getProperties.js"]
["browser_remoteObjects.js"]