chore: enable screencast for BiDi+ (#11171)
This commit is contained in:
parent
8dc3969bc2
commit
511614fe44
@ -73,6 +73,7 @@ export class BidiBrowser extends Browser {
|
||||
// TODO: subscribe to all CDP events in the future.
|
||||
'cdp.Network.requestWillBeSent',
|
||||
'cdp.Debugger.scriptParsed',
|
||||
'cdp.Page.screencastFrame',
|
||||
];
|
||||
|
||||
static async create(opts: BidiBrowserOptions): Promise<BidiBrowser> {
|
||||
|
@ -1205,6 +1205,12 @@
|
||||
"parameters": ["cdp", "firefox"],
|
||||
"expectations": ["FAIL", "SKIP"]
|
||||
},
|
||||
{
|
||||
"testIdPattern": "[screencast.spec] *",
|
||||
"platforms": ["darwin", "linux", "win32"],
|
||||
"parameters": ["chrome", "webDriverBiDi"],
|
||||
"expectations": ["PASS"]
|
||||
},
|
||||
{
|
||||
"testIdPattern": "[screencast.spec] Screencasts Page.screencast should validate options",
|
||||
"platforms": ["darwin", "linux", "win32"],
|
||||
@ -3327,7 +3333,7 @@
|
||||
"testIdPattern": "[prerender.spec] Prerender can screencast",
|
||||
"platforms": ["darwin", "linux", "win32"],
|
||||
"parameters": ["chrome", "webDriverBiDi"],
|
||||
"expectations": ["TIMEOUT"]
|
||||
"expectations": ["PASS"]
|
||||
},
|
||||
{
|
||||
"testIdPattern": "[proxy.spec] request proxy in incognito browser context should proxy requests when configured at browser level",
|
||||
|
Loading…
Reference in New Issue
Block a user