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",
"head.js",
]
["browser_getProcessInfo.js"]