mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
parent
7ab754f5d5
commit
e3f91bbabf
@ -193,6 +193,9 @@ export class Chromium extends BrowserType {
|
||||
const response = await fetchData({
|
||||
url: hubUrl + 'session',
|
||||
method: 'POST',
|
||||
headers: {
|
||||
'Content-Type': 'application/json; charset=utf-8'
|
||||
},
|
||||
data: JSON.stringify({
|
||||
desiredCapabilities,
|
||||
capabilities: { alwaysMatch: desiredCapabilities }
|
||||
|
Loading…
x
Reference in New Issue
Block a user