mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-14 21:53:35 +03:00
d0336ea5c2
WebKit and Firefox are only able to continue redirects. Firefox is faking it on the backend, so you can't even stall it. Instead, we just do not fire routes for redirects on all browsers, to avoid surprises.
17 lines
214 B
JSON
17 lines
214 B
JSON
{
|
|
"browsers": [
|
|
{
|
|
"name": "chromium",
|
|
"revision": "775089"
|
|
},
|
|
{
|
|
"name": "firefox",
|
|
"revision": "1113"
|
|
},
|
|
{
|
|
"name": "webkit",
|
|
"revision": "1286"
|
|
}
|
|
]
|
|
}
|