HTTPRequest.respond() method
Fulfills a request with the given response.
Signature:​
-
class HTTPRequest { abstract respond ( response : Partial < ResponseForRequest > , priority ? : number ) : Promise < void > ; }
+
class HTTPRequest { respond ( response : Partial < ResponseForRequest > , priority ? : number ) : Promise < void > ; }
Parameters​
Parameter
Type
Description
response
Partial<ResponseForRequest >
the response to fulfill the request with.
priority
number
(Optional) If provided, intercept is resolved using cooperative handling rules. Otherwise, intercept is resolved immediately.
Returns:
diff --git a/next/api/puppeteer.httprequest.response/index.html b/next/api/puppeteer.httprequest.response/index.html
index 28e652a9797..824224badc5 100644
--- a/next/api/puppeteer.httprequest.response/index.html
+++ b/next/api/puppeteer.httprequest.response/index.html
@@ -6,7 +6,7 @@
HTTPRequest.response() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.httprequest.responseforrequest/index.html b/next/api/puppeteer.httprequest.responseforrequest/index.html
index 289139826a0..2ad4a4b9570 100644
--- a/next/api/puppeteer.httprequest.responseforrequest/index.html
+++ b/next/api/puppeteer.httprequest.responseforrequest/index.html
@@ -6,14 +6,14 @@
HTTPRequest.responseForRequest() method | Puppeteer
-
+
This is unreleased documentation for Puppeteer Next version.
Version: Next On this page
HTTPRequest.responseForRequest() method
The ResponseForRequest
that gets used if the interception is allowed to respond (ie, abort()
is not called).
Signature:​
-
class HTTPRequest { abstract responseForRequest ( ) : Partial < ResponseForRequest > | null ; }
+
class HTTPRequest { responseForRequest ( ) : Partial < ResponseForRequest > | null ; }
Returns:
Partial<ResponseForRequest > | null
diff --git a/next/api/puppeteer.httprequest.url/index.html b/next/api/puppeteer.httprequest.url/index.html
index 34e4576cfaf..9ec0bfa06c7 100644
--- a/next/api/puppeteer.httprequest.url/index.html
+++ b/next/api/puppeteer.httprequest.url/index.html
@@ -6,7 +6,7 @@
HTTPRequest.url() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.httprequest/index.html b/next/api/puppeteer.httprequest/index.html
index e873449f871..801d4198bd7 100644
--- a/next/api/puppeteer.httprequest/index.html
+++ b/next/api/puppeteer.httprequest/index.html
@@ -6,7 +6,7 @@
HTTPRequest class | Puppeteer
-
+
diff --git a/next/api/puppeteer.httpresponse.buffer/index.html b/next/api/puppeteer.httpresponse.buffer/index.html
index 80dd62f26f5..afffb93b37f 100644
--- a/next/api/puppeteer.httpresponse.buffer/index.html
+++ b/next/api/puppeteer.httpresponse.buffer/index.html
@@ -6,7 +6,7 @@
HTTPResponse.buffer() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.httpresponse.frame/index.html b/next/api/puppeteer.httpresponse.frame/index.html
index c6f638ff0e7..6b0a853b69b 100644
--- a/next/api/puppeteer.httpresponse.frame/index.html
+++ b/next/api/puppeteer.httpresponse.frame/index.html
@@ -6,7 +6,7 @@
HTTPResponse.frame() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.httpresponse.fromcache/index.html b/next/api/puppeteer.httpresponse.fromcache/index.html
index f06545f3ddd..4950e128f9a 100644
--- a/next/api/puppeteer.httpresponse.fromcache/index.html
+++ b/next/api/puppeteer.httpresponse.fromcache/index.html
@@ -6,7 +6,7 @@
HTTPResponse.fromCache() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.httpresponse.fromserviceworker/index.html b/next/api/puppeteer.httpresponse.fromserviceworker/index.html
index 54da58e2c8a..d56d5ebb91e 100644
--- a/next/api/puppeteer.httpresponse.fromserviceworker/index.html
+++ b/next/api/puppeteer.httpresponse.fromserviceworker/index.html
@@ -6,7 +6,7 @@
HTTPResponse.fromServiceWorker() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.httpresponse.headers/index.html b/next/api/puppeteer.httpresponse.headers/index.html
index 580801c0250..bcd40fec61b 100644
--- a/next/api/puppeteer.httpresponse.headers/index.html
+++ b/next/api/puppeteer.httpresponse.headers/index.html
@@ -6,7 +6,7 @@
HTTPResponse.headers() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.httpresponse.json/index.html b/next/api/puppeteer.httpresponse.json/index.html
index 331e5e30dcf..5176cfb75de 100644
--- a/next/api/puppeteer.httpresponse.json/index.html
+++ b/next/api/puppeteer.httpresponse.json/index.html
@@ -6,7 +6,7 @@
HTTPResponse.json() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.httpresponse.ok/index.html b/next/api/puppeteer.httpresponse.ok/index.html
index b478a952c0e..47d856a56d4 100644
--- a/next/api/puppeteer.httpresponse.ok/index.html
+++ b/next/api/puppeteer.httpresponse.ok/index.html
@@ -6,7 +6,7 @@
HTTPResponse.ok() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.httpresponse.remoteaddress/index.html b/next/api/puppeteer.httpresponse.remoteaddress/index.html
index 06e4f98607e..c834e699cf6 100644
--- a/next/api/puppeteer.httpresponse.remoteaddress/index.html
+++ b/next/api/puppeteer.httpresponse.remoteaddress/index.html
@@ -6,7 +6,7 @@
HTTPResponse.remoteAddress() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.httpresponse.request/index.html b/next/api/puppeteer.httpresponse.request/index.html
index ca8afe0a3d6..cee9666f2d4 100644
--- a/next/api/puppeteer.httpresponse.request/index.html
+++ b/next/api/puppeteer.httpresponse.request/index.html
@@ -6,7 +6,7 @@
HTTPResponse.request() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.httpresponse.securitydetails/index.html b/next/api/puppeteer.httpresponse.securitydetails/index.html
index ea3a29e4a5a..430346df646 100644
--- a/next/api/puppeteer.httpresponse.securitydetails/index.html
+++ b/next/api/puppeteer.httpresponse.securitydetails/index.html
@@ -6,7 +6,7 @@
HTTPResponse.securityDetails() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.httpresponse.status/index.html b/next/api/puppeteer.httpresponse.status/index.html
index 2f3c8166816..d12ecc68a1d 100644
--- a/next/api/puppeteer.httpresponse.status/index.html
+++ b/next/api/puppeteer.httpresponse.status/index.html
@@ -6,7 +6,7 @@
HTTPResponse.status() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.httpresponse.statustext/index.html b/next/api/puppeteer.httpresponse.statustext/index.html
index 5102dd21ab9..ae837cebad9 100644
--- a/next/api/puppeteer.httpresponse.statustext/index.html
+++ b/next/api/puppeteer.httpresponse.statustext/index.html
@@ -6,7 +6,7 @@
HTTPResponse.statusText() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.httpresponse.text/index.html b/next/api/puppeteer.httpresponse.text/index.html
index d559665533f..08abd9c942a 100644
--- a/next/api/puppeteer.httpresponse.text/index.html
+++ b/next/api/puppeteer.httpresponse.text/index.html
@@ -6,7 +6,7 @@
HTTPResponse.text() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.httpresponse.timing/index.html b/next/api/puppeteer.httpresponse.timing/index.html
index 5b70937e194..ef6fb7fc520 100644
--- a/next/api/puppeteer.httpresponse.timing/index.html
+++ b/next/api/puppeteer.httpresponse.timing/index.html
@@ -6,7 +6,7 @@
HTTPResponse.timing() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.httpresponse.url/index.html b/next/api/puppeteer.httpresponse.url/index.html
index 0758d89c6c4..b0cf5ebcac1 100644
--- a/next/api/puppeteer.httpresponse.url/index.html
+++ b/next/api/puppeteer.httpresponse.url/index.html
@@ -6,7 +6,7 @@
HTTPResponse.url() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.httpresponse/index.html b/next/api/puppeteer.httpresponse/index.html
index 2b6cc8fb35e..44283b9c6ab 100644
--- a/next/api/puppeteer.httpresponse/index.html
+++ b/next/api/puppeteer.httpresponse/index.html
@@ -6,7 +6,7 @@
HTTPResponse class | Puppeteer
-
+
diff --git a/next/api/puppeteer.innerparams/index.html b/next/api/puppeteer.innerparams/index.html
index a0886e69de8..bb9b0864699 100644
--- a/next/api/puppeteer.innerparams/index.html
+++ b/next/api/puppeteer.innerparams/index.html
@@ -6,7 +6,7 @@
InnerParams type | Puppeteer
-
+
diff --git a/next/api/puppeteer.interceptresolutionaction/index.html b/next/api/puppeteer.interceptresolutionaction/index.html
index 35527735f8f..3972a110465 100644
--- a/next/api/puppeteer.interceptresolutionaction/index.html
+++ b/next/api/puppeteer.interceptresolutionaction/index.html
@@ -6,7 +6,7 @@
InterceptResolutionAction enum | Puppeteer
-
+
diff --git a/next/api/puppeteer.interceptresolutionstate/index.html b/next/api/puppeteer.interceptresolutionstate/index.html
index 9a7590f9503..d2202529f83 100644
--- a/next/api/puppeteer.interceptresolutionstate/index.html
+++ b/next/api/puppeteer.interceptresolutionstate/index.html
@@ -6,7 +6,7 @@
InterceptResolutionState interface | Puppeteer
-
+
diff --git a/next/api/puppeteer.internalnetworkconditions/index.html b/next/api/puppeteer.internalnetworkconditions/index.html
index 0a8e8b53fb9..39a710a9569 100644
--- a/next/api/puppeteer.internalnetworkconditions/index.html
+++ b/next/api/puppeteer.internalnetworkconditions/index.html
@@ -6,7 +6,7 @@
InternalNetworkConditions interface | Puppeteer
-
+
diff --git a/next/api/puppeteer.jscoverage._constructor_/index.html b/next/api/puppeteer.jscoverage._constructor_/index.html
index ae20022ae51..cf04855d594 100644
--- a/next/api/puppeteer.jscoverage._constructor_/index.html
+++ b/next/api/puppeteer.jscoverage._constructor_/index.html
@@ -6,7 +6,7 @@
JSCoverage.(constructor) | Puppeteer
-
+
diff --git a/next/api/puppeteer.jscoverage.start/index.html b/next/api/puppeteer.jscoverage.start/index.html
index 86edbd0a7dc..d2249d3737c 100644
--- a/next/api/puppeteer.jscoverage.start/index.html
+++ b/next/api/puppeteer.jscoverage.start/index.html
@@ -6,7 +6,7 @@
JSCoverage.start() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.jscoverage.stop/index.html b/next/api/puppeteer.jscoverage.stop/index.html
index ffcacf968e6..fef4c21df94 100644
--- a/next/api/puppeteer.jscoverage.stop/index.html
+++ b/next/api/puppeteer.jscoverage.stop/index.html
@@ -6,7 +6,7 @@
JSCoverage.stop() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.jscoverage/index.html b/next/api/puppeteer.jscoverage/index.html
index e75234d386a..bfef9dd3980 100644
--- a/next/api/puppeteer.jscoverage/index.html
+++ b/next/api/puppeteer.jscoverage/index.html
@@ -6,7 +6,7 @@
JSCoverage class | Puppeteer
-
+
diff --git a/next/api/puppeteer.jscoverageentry/index.html b/next/api/puppeteer.jscoverageentry/index.html
index 5cb2532a252..852d3951214 100644
--- a/next/api/puppeteer.jscoverageentry/index.html
+++ b/next/api/puppeteer.jscoverageentry/index.html
@@ -6,7 +6,7 @@
JSCoverageEntry interface | Puppeteer
-
+
diff --git a/next/api/puppeteer.jscoverageoptions/index.html b/next/api/puppeteer.jscoverageoptions/index.html
index 6d0163b908d..d681e49dea7 100644
--- a/next/api/puppeteer.jscoverageoptions/index.html
+++ b/next/api/puppeteer.jscoverageoptions/index.html
@@ -6,7 +6,7 @@
JSCoverageOptions interface | Puppeteer
-
+
diff --git a/next/api/puppeteer.jshandle.aselement/index.html b/next/api/puppeteer.jshandle.aselement/index.html
index f59f3941307..f27e19754db 100644
--- a/next/api/puppeteer.jshandle.aselement/index.html
+++ b/next/api/puppeteer.jshandle.aselement/index.html
@@ -6,7 +6,7 @@
JSHandle.asElement() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.jshandle.dispose/index.html b/next/api/puppeteer.jshandle.dispose/index.html
index 3d055b3c38c..48e956e287f 100644
--- a/next/api/puppeteer.jshandle.dispose/index.html
+++ b/next/api/puppeteer.jshandle.dispose/index.html
@@ -6,7 +6,7 @@
JSHandle.dispose() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.jshandle.evaluate/index.html b/next/api/puppeteer.jshandle.evaluate/index.html
index df199041540..e1f7ed50d21 100644
--- a/next/api/puppeteer.jshandle.evaluate/index.html
+++ b/next/api/puppeteer.jshandle.evaluate/index.html
@@ -6,7 +6,7 @@
JSHandle.evaluate() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.jshandle.evaluatehandle/index.html b/next/api/puppeteer.jshandle.evaluatehandle/index.html
index fae4b9d000b..5a5c614ca08 100644
--- a/next/api/puppeteer.jshandle.evaluatehandle/index.html
+++ b/next/api/puppeteer.jshandle.evaluatehandle/index.html
@@ -6,7 +6,7 @@
JSHandle.evaluateHandle() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.jshandle.getproperties/index.html b/next/api/puppeteer.jshandle.getproperties/index.html
index 2cee5d177e2..fb2a2a580e8 100644
--- a/next/api/puppeteer.jshandle.getproperties/index.html
+++ b/next/api/puppeteer.jshandle.getproperties/index.html
@@ -6,7 +6,7 @@
JSHandle.getProperties() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.jshandle.getproperty/index.html b/next/api/puppeteer.jshandle.getproperty/index.html
index 28376ba84d1..e32bd27e157 100644
--- a/next/api/puppeteer.jshandle.getproperty/index.html
+++ b/next/api/puppeteer.jshandle.getproperty/index.html
@@ -6,7 +6,7 @@
JSHandle.getProperty() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.jshandle.getproperty_1/index.html b/next/api/puppeteer.jshandle.getproperty_1/index.html
index 5c08c443345..8a7c186e21d 100644
--- a/next/api/puppeteer.jshandle.getproperty_1/index.html
+++ b/next/api/puppeteer.jshandle.getproperty_1/index.html
@@ -6,7 +6,7 @@
JSHandle.getProperty() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.jshandle.jsonvalue/index.html b/next/api/puppeteer.jshandle.jsonvalue/index.html
index 19efb8b115d..dc520a6e225 100644
--- a/next/api/puppeteer.jshandle.jsonvalue/index.html
+++ b/next/api/puppeteer.jshandle.jsonvalue/index.html
@@ -6,7 +6,7 @@
JSHandle.jsonValue() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.jshandle.remoteobject/index.html b/next/api/puppeteer.jshandle.remoteobject/index.html
index 5f1b9d8a8d3..514fe2f07ce 100644
--- a/next/api/puppeteer.jshandle.remoteobject/index.html
+++ b/next/api/puppeteer.jshandle.remoteobject/index.html
@@ -6,7 +6,7 @@
JSHandle.remoteObject() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.jshandle.tostring/index.html b/next/api/puppeteer.jshandle.tostring/index.html
index 82b7e3ec722..1e38c9afa73 100644
--- a/next/api/puppeteer.jshandle.tostring/index.html
+++ b/next/api/puppeteer.jshandle.tostring/index.html
@@ -6,7 +6,7 @@
JSHandle.toString() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.jshandle/index.html b/next/api/puppeteer.jshandle/index.html
index 1a6bec9c3e8..a35ccbbfcfc 100644
--- a/next/api/puppeteer.jshandle/index.html
+++ b/next/api/puppeteer.jshandle/index.html
@@ -6,7 +6,7 @@
JSHandle class | Puppeteer
-
+
diff --git a/next/api/puppeteer.keyboard.down/index.html b/next/api/puppeteer.keyboard.down/index.html
index 555749169eb..adec3c3719f 100644
--- a/next/api/puppeteer.keyboard.down/index.html
+++ b/next/api/puppeteer.keyboard.down/index.html
@@ -6,7 +6,7 @@
Keyboard.down() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.keyboard.press/index.html b/next/api/puppeteer.keyboard.press/index.html
index f248c025eb4..71e2efed2ac 100644
--- a/next/api/puppeteer.keyboard.press/index.html
+++ b/next/api/puppeteer.keyboard.press/index.html
@@ -6,7 +6,7 @@
Keyboard.press() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.keyboard.sendcharacter/index.html b/next/api/puppeteer.keyboard.sendcharacter/index.html
index 094970d1c89..3b3e41adc26 100644
--- a/next/api/puppeteer.keyboard.sendcharacter/index.html
+++ b/next/api/puppeteer.keyboard.sendcharacter/index.html
@@ -6,7 +6,7 @@
Keyboard.sendCharacter() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.keyboard.type/index.html b/next/api/puppeteer.keyboard.type/index.html
index 091d958ff92..5794a19bb3f 100644
--- a/next/api/puppeteer.keyboard.type/index.html
+++ b/next/api/puppeteer.keyboard.type/index.html
@@ -6,7 +6,7 @@
Keyboard.type() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.keyboard.up/index.html b/next/api/puppeteer.keyboard.up/index.html
index 5374ea6cc94..8b56e543344 100644
--- a/next/api/puppeteer.keyboard.up/index.html
+++ b/next/api/puppeteer.keyboard.up/index.html
@@ -6,7 +6,7 @@
Keyboard.up() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.keyboard/index.html b/next/api/puppeteer.keyboard/index.html
index 61f8d9320ce..e9ab0a4fbb8 100644
--- a/next/api/puppeteer.keyboard/index.html
+++ b/next/api/puppeteer.keyboard/index.html
@@ -6,7 +6,7 @@
Keyboard class | Puppeteer
-
+
diff --git a/next/api/puppeteer.keyboardtypeoptions/index.html b/next/api/puppeteer.keyboardtypeoptions/index.html
index 17c9f422d5d..82e88153aa5 100644
--- a/next/api/puppeteer.keyboardtypeoptions/index.html
+++ b/next/api/puppeteer.keyboardtypeoptions/index.html
@@ -6,7 +6,7 @@
KeyboardTypeOptions interface | Puppeteer
-
+
diff --git a/next/api/puppeteer.keydownoptions/index.html b/next/api/puppeteer.keydownoptions/index.html
index 695fe78aaed..21d5c677046 100644
--- a/next/api/puppeteer.keydownoptions/index.html
+++ b/next/api/puppeteer.keydownoptions/index.html
@@ -6,7 +6,7 @@
KeyDownOptions interface | Puppeteer
-
+
diff --git a/next/api/puppeteer.keyinput/index.html b/next/api/puppeteer.keyinput/index.html
index 8e49442959b..944d73d2e4b 100644
--- a/next/api/puppeteer.keyinput/index.html
+++ b/next/api/puppeteer.keyinput/index.html
@@ -6,7 +6,7 @@
KeyInput type | Puppeteer
-
+
diff --git a/next/api/puppeteer.keypressoptions/index.html b/next/api/puppeteer.keypressoptions/index.html
index 135e0d5bc91..713ef9d72e3 100644
--- a/next/api/puppeteer.keypressoptions/index.html
+++ b/next/api/puppeteer.keypressoptions/index.html
@@ -6,7 +6,7 @@
KeyPressOptions type | Puppeteer
-
+
diff --git a/next/api/puppeteer.knowndevices/index.html b/next/api/puppeteer.knowndevices/index.html
index 8d43f240a0e..c8c4f779d7a 100644
--- a/next/api/puppeteer.knowndevices/index.html
+++ b/next/api/puppeteer.knowndevices/index.html
@@ -6,7 +6,7 @@
KnownDevices variable | Puppeteer
-
+
diff --git a/next/api/puppeteer.launch/index.html b/next/api/puppeteer.launch/index.html
index 6f829a983dd..7966256fea5 100644
--- a/next/api/puppeteer.launch/index.html
+++ b/next/api/puppeteer.launch/index.html
@@ -6,7 +6,7 @@
launch() function | Puppeteer
-
+
diff --git a/next/api/puppeteer.launchoptions/index.html b/next/api/puppeteer.launchoptions/index.html
index 30e826a9ccd..33cb2536f80 100644
--- a/next/api/puppeteer.launchoptions/index.html
+++ b/next/api/puppeteer.launchoptions/index.html
@@ -6,7 +6,7 @@
LaunchOptions interface | Puppeteer
-
+
diff --git a/next/api/puppeteer.locator.click/index.html b/next/api/puppeteer.locator.click/index.html
index 152b40565c0..8798eda4bbc 100644
--- a/next/api/puppeteer.locator.click/index.html
+++ b/next/api/puppeteer.locator.click/index.html
@@ -6,7 +6,7 @@
Locator.click() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.locator.clone/index.html b/next/api/puppeteer.locator.clone/index.html
index 8d269117250..d26b2764d40 100644
--- a/next/api/puppeteer.locator.clone/index.html
+++ b/next/api/puppeteer.locator.clone/index.html
@@ -6,7 +6,7 @@
Locator.clone() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.locator.fill/index.html b/next/api/puppeteer.locator.fill/index.html
index c0d2ef46bbf..538e7cb554d 100644
--- a/next/api/puppeteer.locator.fill/index.html
+++ b/next/api/puppeteer.locator.fill/index.html
@@ -6,7 +6,7 @@
Locator.fill() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.locator.filter/index.html b/next/api/puppeteer.locator.filter/index.html
index 3b30e5c2138..110aa1badfc 100644
--- a/next/api/puppeteer.locator.filter/index.html
+++ b/next/api/puppeteer.locator.filter/index.html
@@ -6,7 +6,7 @@
Locator.filter() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.locator.hover/index.html b/next/api/puppeteer.locator.hover/index.html
index f5dd5b22d9d..5d933ff34e1 100644
--- a/next/api/puppeteer.locator.hover/index.html
+++ b/next/api/puppeteer.locator.hover/index.html
@@ -6,7 +6,7 @@
Locator.hover() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.locator.map/index.html b/next/api/puppeteer.locator.map/index.html
index b30d05e7a04..4630fd08c36 100644
--- a/next/api/puppeteer.locator.map/index.html
+++ b/next/api/puppeteer.locator.map/index.html
@@ -6,7 +6,7 @@
Locator.map() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.locator.race/index.html b/next/api/puppeteer.locator.race/index.html
index 32cf91652d1..f29c9106603 100644
--- a/next/api/puppeteer.locator.race/index.html
+++ b/next/api/puppeteer.locator.race/index.html
@@ -6,7 +6,7 @@
Locator.race() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.locator.scroll/index.html b/next/api/puppeteer.locator.scroll/index.html
index af9fe9815b5..ad8d792974e 100644
--- a/next/api/puppeteer.locator.scroll/index.html
+++ b/next/api/puppeteer.locator.scroll/index.html
@@ -6,7 +6,7 @@
Locator.scroll() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.locator.setensureelementisintheviewport/index.html b/next/api/puppeteer.locator.setensureelementisintheviewport/index.html
index 7320581a23a..a8f2620b7ae 100644
--- a/next/api/puppeteer.locator.setensureelementisintheviewport/index.html
+++ b/next/api/puppeteer.locator.setensureelementisintheviewport/index.html
@@ -6,7 +6,7 @@
Locator.setEnsureElementIsInTheViewport() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.locator.settimeout/index.html b/next/api/puppeteer.locator.settimeout/index.html
index 692eaabc7c6..2f609faa4e7 100644
--- a/next/api/puppeteer.locator.settimeout/index.html
+++ b/next/api/puppeteer.locator.settimeout/index.html
@@ -6,7 +6,7 @@
Locator.setTimeout() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.locator.setvisibility/index.html b/next/api/puppeteer.locator.setvisibility/index.html
index 5e907b7e916..6dbb08d66e6 100644
--- a/next/api/puppeteer.locator.setvisibility/index.html
+++ b/next/api/puppeteer.locator.setvisibility/index.html
@@ -6,7 +6,7 @@
Locator.setVisibility() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.locator.setwaitforenabled/index.html b/next/api/puppeteer.locator.setwaitforenabled/index.html
index 519811b744c..214c303f2b2 100644
--- a/next/api/puppeteer.locator.setwaitforenabled/index.html
+++ b/next/api/puppeteer.locator.setwaitforenabled/index.html
@@ -6,7 +6,7 @@
Locator.setWaitForEnabled() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.locator.setwaitforstableboundingbox/index.html b/next/api/puppeteer.locator.setwaitforstableboundingbox/index.html
index 8646ccdc3bd..edda012bc48 100644
--- a/next/api/puppeteer.locator.setwaitforstableboundingbox/index.html
+++ b/next/api/puppeteer.locator.setwaitforstableboundingbox/index.html
@@ -6,7 +6,7 @@
Locator.setWaitForStableBoundingBox() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.locator.wait/index.html b/next/api/puppeteer.locator.wait/index.html
index e6143382cdf..1d5f7a36dfc 100644
--- a/next/api/puppeteer.locator.wait/index.html
+++ b/next/api/puppeteer.locator.wait/index.html
@@ -6,7 +6,7 @@
Locator.wait() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.locator.waithandle/index.html b/next/api/puppeteer.locator.waithandle/index.html
index e1b7d45c491..91ec815a3df 100644
--- a/next/api/puppeteer.locator.waithandle/index.html
+++ b/next/api/puppeteer.locator.waithandle/index.html
@@ -6,7 +6,7 @@
Locator.waitHandle() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.locator/index.html b/next/api/puppeteer.locator/index.html
index c21ca41f7de..386f8650ddb 100644
--- a/next/api/puppeteer.locator/index.html
+++ b/next/api/puppeteer.locator/index.html
@@ -6,7 +6,7 @@
Locator class | Puppeteer
-
+
diff --git a/next/api/puppeteer.locatorclickoptions/index.html b/next/api/puppeteer.locatorclickoptions/index.html
index 082023fec9b..3d1bcb2888a 100644
--- a/next/api/puppeteer.locatorclickoptions/index.html
+++ b/next/api/puppeteer.locatorclickoptions/index.html
@@ -6,7 +6,7 @@
LocatorClickOptions type | Puppeteer
-
+
diff --git a/next/api/puppeteer.locatorevent/index.html b/next/api/puppeteer.locatorevent/index.html
index 26f113c19b5..ef022f2e831 100644
--- a/next/api/puppeteer.locatorevent/index.html
+++ b/next/api/puppeteer.locatorevent/index.html
@@ -6,7 +6,7 @@
LocatorEvent enum | Puppeteer
-
+
diff --git a/next/api/puppeteer.locatorevents/index.html b/next/api/puppeteer.locatorevents/index.html
index dea7120e86e..61c04fa0eaf 100644
--- a/next/api/puppeteer.locatorevents/index.html
+++ b/next/api/puppeteer.locatorevents/index.html
@@ -6,7 +6,7 @@
LocatorEvents interface | Puppeteer
-
+
diff --git a/next/api/puppeteer.locatoroptions/index.html b/next/api/puppeteer.locatoroptions/index.html
index a733eb309f1..6fcc774da75 100644
--- a/next/api/puppeteer.locatoroptions/index.html
+++ b/next/api/puppeteer.locatoroptions/index.html
@@ -6,7 +6,7 @@
LocatorOptions interface | Puppeteer
-
+
diff --git a/next/api/puppeteer.locatorscrolloptions/index.html b/next/api/puppeteer.locatorscrolloptions/index.html
index 6b6df289770..deae827e768 100644
--- a/next/api/puppeteer.locatorscrolloptions/index.html
+++ b/next/api/puppeteer.locatorscrolloptions/index.html
@@ -6,7 +6,7 @@
LocatorScrollOptions interface | Puppeteer
-
+
diff --git a/next/api/puppeteer.lowercasepaperformat/index.html b/next/api/puppeteer.lowercasepaperformat/index.html
index a86a1a03208..4519ff38193 100644
--- a/next/api/puppeteer.lowercasepaperformat/index.html
+++ b/next/api/puppeteer.lowercasepaperformat/index.html
@@ -6,7 +6,7 @@
LowerCasePaperFormat type | Puppeteer
-
+
diff --git a/next/api/puppeteer.mapper/index.html b/next/api/puppeteer.mapper/index.html
index d07a3c0f1fe..52159dd5478 100644
--- a/next/api/puppeteer.mapper/index.html
+++ b/next/api/puppeteer.mapper/index.html
@@ -6,7 +6,7 @@
Mapper type | Puppeteer
-
+
diff --git a/next/api/puppeteer.mediafeature/index.html b/next/api/puppeteer.mediafeature/index.html
index b3cd5bc3ba9..fd73a9f02da 100644
--- a/next/api/puppeteer.mediafeature/index.html
+++ b/next/api/puppeteer.mediafeature/index.html
@@ -6,7 +6,7 @@
MediaFeature interface | Puppeteer
-
+
diff --git a/next/api/puppeteer.metrics/index.html b/next/api/puppeteer.metrics/index.html
index 06b169a556a..c37cdc29d96 100644
--- a/next/api/puppeteer.metrics/index.html
+++ b/next/api/puppeteer.metrics/index.html
@@ -6,7 +6,7 @@
Metrics interface | Puppeteer
-
+
diff --git a/next/api/puppeteer.mouse.click/index.html b/next/api/puppeteer.mouse.click/index.html
index 1b06339a00f..e8949b597e8 100644
--- a/next/api/puppeteer.mouse.click/index.html
+++ b/next/api/puppeteer.mouse.click/index.html
@@ -6,7 +6,7 @@
Mouse.click() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.mouse.down/index.html b/next/api/puppeteer.mouse.down/index.html
index 3843897005c..5a517eda517 100644
--- a/next/api/puppeteer.mouse.down/index.html
+++ b/next/api/puppeteer.mouse.down/index.html
@@ -6,7 +6,7 @@
Mouse.down() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.mouse.drag/index.html b/next/api/puppeteer.mouse.drag/index.html
index cf9f94b9ac1..30a501e136e 100644
--- a/next/api/puppeteer.mouse.drag/index.html
+++ b/next/api/puppeteer.mouse.drag/index.html
@@ -6,7 +6,7 @@
Mouse.drag() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.mouse.draganddrop/index.html b/next/api/puppeteer.mouse.draganddrop/index.html
index 965f7e065dd..eec1ec067e3 100644
--- a/next/api/puppeteer.mouse.draganddrop/index.html
+++ b/next/api/puppeteer.mouse.draganddrop/index.html
@@ -6,7 +6,7 @@
Mouse.dragAndDrop() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.mouse.dragenter/index.html b/next/api/puppeteer.mouse.dragenter/index.html
index 42a7a1a1a7b..7fabbdaf14d 100644
--- a/next/api/puppeteer.mouse.dragenter/index.html
+++ b/next/api/puppeteer.mouse.dragenter/index.html
@@ -6,7 +6,7 @@
Mouse.dragEnter() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.mouse.dragover/index.html b/next/api/puppeteer.mouse.dragover/index.html
index a062a63da50..7cf14d851ce 100644
--- a/next/api/puppeteer.mouse.dragover/index.html
+++ b/next/api/puppeteer.mouse.dragover/index.html
@@ -6,7 +6,7 @@
Mouse.dragOver() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.mouse.drop/index.html b/next/api/puppeteer.mouse.drop/index.html
index faa1ecfe7f6..3f047a89783 100644
--- a/next/api/puppeteer.mouse.drop/index.html
+++ b/next/api/puppeteer.mouse.drop/index.html
@@ -6,7 +6,7 @@
Mouse.drop() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.mouse.move/index.html b/next/api/puppeteer.mouse.move/index.html
index b43b1282b5f..a661d4fe58b 100644
--- a/next/api/puppeteer.mouse.move/index.html
+++ b/next/api/puppeteer.mouse.move/index.html
@@ -6,7 +6,7 @@
Mouse.move() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.mouse.reset/index.html b/next/api/puppeteer.mouse.reset/index.html
index a473c868cba..f44febd2115 100644
--- a/next/api/puppeteer.mouse.reset/index.html
+++ b/next/api/puppeteer.mouse.reset/index.html
@@ -6,7 +6,7 @@
Mouse.reset() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.mouse.up/index.html b/next/api/puppeteer.mouse.up/index.html
index 4576745c262..f00f5b5649e 100644
--- a/next/api/puppeteer.mouse.up/index.html
+++ b/next/api/puppeteer.mouse.up/index.html
@@ -6,7 +6,7 @@
Mouse.up() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.mouse.wheel/index.html b/next/api/puppeteer.mouse.wheel/index.html
index 489572cc0de..4faedc31457 100644
--- a/next/api/puppeteer.mouse.wheel/index.html
+++ b/next/api/puppeteer.mouse.wheel/index.html
@@ -6,7 +6,7 @@
Mouse.wheel() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.mouse/index.html b/next/api/puppeteer.mouse/index.html
index af3063dcded..4364fcee73a 100644
--- a/next/api/puppeteer.mouse/index.html
+++ b/next/api/puppeteer.mouse/index.html
@@ -6,7 +6,7 @@
Mouse class | Puppeteer
-
+
diff --git a/next/api/puppeteer.mousebutton/index.html b/next/api/puppeteer.mousebutton/index.html
index b24d31ff7d8..c9d332b02a4 100644
--- a/next/api/puppeteer.mousebutton/index.html
+++ b/next/api/puppeteer.mousebutton/index.html
@@ -6,7 +6,7 @@
MouseButton variable | Puppeteer
-
+
diff --git a/next/api/puppeteer.mouseclickoptions/index.html b/next/api/puppeteer.mouseclickoptions/index.html
index fb2b722a6dc..c205c6e5c11 100644
--- a/next/api/puppeteer.mouseclickoptions/index.html
+++ b/next/api/puppeteer.mouseclickoptions/index.html
@@ -6,7 +6,7 @@
MouseClickOptions interface | Puppeteer
-
+
diff --git a/next/api/puppeteer.mousemoveoptions/index.html b/next/api/puppeteer.mousemoveoptions/index.html
index ae58a84602e..36d46762e7e 100644
--- a/next/api/puppeteer.mousemoveoptions/index.html
+++ b/next/api/puppeteer.mousemoveoptions/index.html
@@ -6,7 +6,7 @@
MouseMoveOptions interface | Puppeteer
-
+
diff --git a/next/api/puppeteer.mouseoptions/index.html b/next/api/puppeteer.mouseoptions/index.html
index 47c5fcd96d7..4a784f5aeeb 100644
--- a/next/api/puppeteer.mouseoptions/index.html
+++ b/next/api/puppeteer.mouseoptions/index.html
@@ -6,7 +6,7 @@
MouseOptions interface | Puppeteer
-
+
diff --git a/next/api/puppeteer.mousewheeloptions/index.html b/next/api/puppeteer.mousewheeloptions/index.html
index a3c209709f7..ddfef955f99 100644
--- a/next/api/puppeteer.mousewheeloptions/index.html
+++ b/next/api/puppeteer.mousewheeloptions/index.html
@@ -6,7 +6,7 @@
MouseWheelOptions interface | Puppeteer
-
+
diff --git a/next/api/puppeteer.moveable.move/index.html b/next/api/puppeteer.moveable.move/index.html
index 2ee40c6111a..8f906fc6df9 100644
--- a/next/api/puppeteer.moveable.move/index.html
+++ b/next/api/puppeteer.moveable.move/index.html
@@ -6,7 +6,7 @@
Moveable.move() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.moveable/index.html b/next/api/puppeteer.moveable/index.html
index 45687a6de56..bfab7e5d753 100644
--- a/next/api/puppeteer.moveable/index.html
+++ b/next/api/puppeteer.moveable/index.html
@@ -6,7 +6,7 @@
Moveable interface | Puppeteer
-
+
diff --git a/next/api/puppeteer.networkconditions/index.html b/next/api/puppeteer.networkconditions/index.html
index 769bf972228..989682447e4 100644
--- a/next/api/puppeteer.networkconditions/index.html
+++ b/next/api/puppeteer.networkconditions/index.html
@@ -6,7 +6,7 @@
NetworkConditions interface | Puppeteer
-
+
diff --git a/next/api/puppeteer.newdocumentscriptevaluation/index.html b/next/api/puppeteer.newdocumentscriptevaluation/index.html
index 95e9c2faa19..24330f98c05 100644
--- a/next/api/puppeteer.newdocumentscriptevaluation/index.html
+++ b/next/api/puppeteer.newdocumentscriptevaluation/index.html
@@ -6,7 +6,7 @@
NewDocumentScriptEvaluation interface | Puppeteer
-
+
diff --git a/next/api/puppeteer.nodefor/index.html b/next/api/puppeteer.nodefor/index.html
index 44dddc4ee7c..5625cc4d12c 100644
--- a/next/api/puppeteer.nodefor/index.html
+++ b/next/api/puppeteer.nodefor/index.html
@@ -6,7 +6,7 @@
NodeFor type | Puppeteer
-
+
diff --git a/next/api/puppeteer.offset/index.html b/next/api/puppeteer.offset/index.html
index a82d5390e17..e70a7c5ee00 100644
--- a/next/api/puppeteer.offset/index.html
+++ b/next/api/puppeteer.offset/index.html
@@ -6,7 +6,7 @@
Offset interface | Puppeteer
-
+
diff --git a/next/api/puppeteer.page._/index.html b/next/api/puppeteer.page._/index.html
index 7425c44ec3a..d71c37f882c 100644
--- a/next/api/puppeteer.page._/index.html
+++ b/next/api/puppeteer.page._/index.html
@@ -6,7 +6,7 @@
Page.$() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.page.__/index.html b/next/api/puppeteer.page.__/index.html
index 102d18c797f..ac7c93535ab 100644
--- a/next/api/puppeteer.page.__/index.html
+++ b/next/api/puppeteer.page.__/index.html
@@ -6,7 +6,7 @@
Page.$$() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.page.__eval/index.html b/next/api/puppeteer.page.__eval/index.html
index 6d542dbdd7e..3ddd30a81a6 100644
--- a/next/api/puppeteer.page.__eval/index.html
+++ b/next/api/puppeteer.page.__eval/index.html
@@ -6,7 +6,7 @@
Page.$$eval() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.page._eval/index.html b/next/api/puppeteer.page._eval/index.html
index bcf99532a9a..dcc64f57cd5 100644
--- a/next/api/puppeteer.page._eval/index.html
+++ b/next/api/puppeteer.page._eval/index.html
@@ -6,7 +6,7 @@
Page.$eval() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.page.addscripttag/index.html b/next/api/puppeteer.page.addscripttag/index.html
index 4c184112a09..38d2be906e3 100644
--- a/next/api/puppeteer.page.addscripttag/index.html
+++ b/next/api/puppeteer.page.addscripttag/index.html
@@ -6,7 +6,7 @@
Page.addScriptTag() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.page.addstyletag/index.html b/next/api/puppeteer.page.addstyletag/index.html
index eafb7d66d5c..13011077641 100644
--- a/next/api/puppeteer.page.addstyletag/index.html
+++ b/next/api/puppeteer.page.addstyletag/index.html
@@ -6,7 +6,7 @@
Page.addStyleTag() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.page.addstyletag_1/index.html b/next/api/puppeteer.page.addstyletag_1/index.html
index 5502e3b3a2f..ff91c07773d 100644
--- a/next/api/puppeteer.page.addstyletag_1/index.html
+++ b/next/api/puppeteer.page.addstyletag_1/index.html
@@ -6,7 +6,7 @@
Page.addStyleTag() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.page.authenticate/index.html b/next/api/puppeteer.page.authenticate/index.html
index 1bcf53f6f32..b672bd4cd75 100644
--- a/next/api/puppeteer.page.authenticate/index.html
+++ b/next/api/puppeteer.page.authenticate/index.html
@@ -6,7 +6,7 @@
Page.authenticate() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.page.bringtofront/index.html b/next/api/puppeteer.page.bringtofront/index.html
index f48bc4f765c..b46a492e91b 100644
--- a/next/api/puppeteer.page.bringtofront/index.html
+++ b/next/api/puppeteer.page.bringtofront/index.html
@@ -6,7 +6,7 @@
Page.bringToFront() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.page.browser/index.html b/next/api/puppeteer.page.browser/index.html
index c7edbb2b2b5..a618522f336 100644
--- a/next/api/puppeteer.page.browser/index.html
+++ b/next/api/puppeteer.page.browser/index.html
@@ -6,7 +6,7 @@
Page.browser() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.page.browsercontext/index.html b/next/api/puppeteer.page.browsercontext/index.html
index 8aa65754161..aa8594d658d 100644
--- a/next/api/puppeteer.page.browsercontext/index.html
+++ b/next/api/puppeteer.page.browsercontext/index.html
@@ -6,7 +6,7 @@
Page.browserContext() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.page.click/index.html b/next/api/puppeteer.page.click/index.html
index bd04f635a22..88c41e68b6e 100644
--- a/next/api/puppeteer.page.click/index.html
+++ b/next/api/puppeteer.page.click/index.html
@@ -6,7 +6,7 @@
Page.click() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.page.close/index.html b/next/api/puppeteer.page.close/index.html
index 36e91b1d6b8..2a5c0311c77 100644
--- a/next/api/puppeteer.page.close/index.html
+++ b/next/api/puppeteer.page.close/index.html
@@ -6,7 +6,7 @@
Page.close() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.page.content/index.html b/next/api/puppeteer.page.content/index.html
index 9180eb43f61..40a28af03b0 100644
--- a/next/api/puppeteer.page.content/index.html
+++ b/next/api/puppeteer.page.content/index.html
@@ -6,7 +6,7 @@
Page.content() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.page.cookies/index.html b/next/api/puppeteer.page.cookies/index.html
index 71cc83d76b5..7d7369a88d8 100644
--- a/next/api/puppeteer.page.cookies/index.html
+++ b/next/api/puppeteer.page.cookies/index.html
@@ -6,7 +6,7 @@
Page.cookies() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.page.createcdpsession/index.html b/next/api/puppeteer.page.createcdpsession/index.html
index c227eb8a85a..4f35447a169 100644
--- a/next/api/puppeteer.page.createcdpsession/index.html
+++ b/next/api/puppeteer.page.createcdpsession/index.html
@@ -6,7 +6,7 @@
Page.createCDPSession() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.page.createpdfstream/index.html b/next/api/puppeteer.page.createpdfstream/index.html
index 2204a72cb73..df2b2ebe59a 100644
--- a/next/api/puppeteer.page.createpdfstream/index.html
+++ b/next/api/puppeteer.page.createpdfstream/index.html
@@ -6,7 +6,7 @@
Page.createPDFStream() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.page.deletecookie/index.html b/next/api/puppeteer.page.deletecookie/index.html
index ee692acad04..79b46be713c 100644
--- a/next/api/puppeteer.page.deletecookie/index.html
+++ b/next/api/puppeteer.page.deletecookie/index.html
@@ -6,7 +6,7 @@
Page.deleteCookie() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.page.emulate/index.html b/next/api/puppeteer.page.emulate/index.html
index 577be1cbde1..70b3243e410 100644
--- a/next/api/puppeteer.page.emulate/index.html
+++ b/next/api/puppeteer.page.emulate/index.html
@@ -6,7 +6,7 @@
Page.emulate() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.page.emulatecputhrottling/index.html b/next/api/puppeteer.page.emulatecputhrottling/index.html
index bb93357e9ea..21137207451 100644
--- a/next/api/puppeteer.page.emulatecputhrottling/index.html
+++ b/next/api/puppeteer.page.emulatecputhrottling/index.html
@@ -6,7 +6,7 @@
Page.emulateCPUThrottling() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.page.emulateidlestate/index.html b/next/api/puppeteer.page.emulateidlestate/index.html
index da834a2dc0d..31586f336b7 100644
--- a/next/api/puppeteer.page.emulateidlestate/index.html
+++ b/next/api/puppeteer.page.emulateidlestate/index.html
@@ -6,7 +6,7 @@
Page.emulateIdleState() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.page.emulatemediafeatures/index.html b/next/api/puppeteer.page.emulatemediafeatures/index.html
index f573dd8454d..2336eeec302 100644
--- a/next/api/puppeteer.page.emulatemediafeatures/index.html
+++ b/next/api/puppeteer.page.emulatemediafeatures/index.html
@@ -6,7 +6,7 @@
Page.emulateMediaFeatures() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.page.emulatemediatype/index.html b/next/api/puppeteer.page.emulatemediatype/index.html
index e7fbd0e0e20..bf5a24c13c3 100644
--- a/next/api/puppeteer.page.emulatemediatype/index.html
+++ b/next/api/puppeteer.page.emulatemediatype/index.html
@@ -6,7 +6,7 @@
Page.emulateMediaType() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.page.emulatenetworkconditions/index.html b/next/api/puppeteer.page.emulatenetworkconditions/index.html
index 62014f7155b..b0e2bc2920f 100644
--- a/next/api/puppeteer.page.emulatenetworkconditions/index.html
+++ b/next/api/puppeteer.page.emulatenetworkconditions/index.html
@@ -6,7 +6,7 @@
Page.emulateNetworkConditions() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.page.emulatetimezone/index.html b/next/api/puppeteer.page.emulatetimezone/index.html
index 2f131f4716f..84f5b44b51b 100644
--- a/next/api/puppeteer.page.emulatetimezone/index.html
+++ b/next/api/puppeteer.page.emulatetimezone/index.html
@@ -6,7 +6,7 @@
Page.emulateTimezone() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.page.emulatevisiondeficiency/index.html b/next/api/puppeteer.page.emulatevisiondeficiency/index.html
index 82082faa403..e0a12cc2691 100644
--- a/next/api/puppeteer.page.emulatevisiondeficiency/index.html
+++ b/next/api/puppeteer.page.emulatevisiondeficiency/index.html
@@ -6,7 +6,7 @@
Page.emulateVisionDeficiency() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.page.evaluate/index.html b/next/api/puppeteer.page.evaluate/index.html
index f6b71bf0619..59995bb5f76 100644
--- a/next/api/puppeteer.page.evaluate/index.html
+++ b/next/api/puppeteer.page.evaluate/index.html
@@ -6,7 +6,7 @@
Page.evaluate() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.page.evaluatehandle/index.html b/next/api/puppeteer.page.evaluatehandle/index.html
index d3e0e508722..f089905cb74 100644
--- a/next/api/puppeteer.page.evaluatehandle/index.html
+++ b/next/api/puppeteer.page.evaluatehandle/index.html
@@ -6,7 +6,7 @@
Page.evaluateHandle() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.page.evaluateonnewdocument/index.html b/next/api/puppeteer.page.evaluateonnewdocument/index.html
index da6110307e6..2575a126e80 100644
--- a/next/api/puppeteer.page.evaluateonnewdocument/index.html
+++ b/next/api/puppeteer.page.evaluateonnewdocument/index.html
@@ -6,7 +6,7 @@
Page.evaluateOnNewDocument() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.page.exposefunction/index.html b/next/api/puppeteer.page.exposefunction/index.html
index 45886c1d6f7..979eea91956 100644
--- a/next/api/puppeteer.page.exposefunction/index.html
+++ b/next/api/puppeteer.page.exposefunction/index.html
@@ -6,7 +6,7 @@
Page.exposeFunction() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.page.focus/index.html b/next/api/puppeteer.page.focus/index.html
index cba8f3718c2..2e8ab3fd47d 100644
--- a/next/api/puppeteer.page.focus/index.html
+++ b/next/api/puppeteer.page.focus/index.html
@@ -6,7 +6,7 @@
Page.focus() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.page.frames/index.html b/next/api/puppeteer.page.frames/index.html
index 91e15a26a59..1e85db42d4d 100644
--- a/next/api/puppeteer.page.frames/index.html
+++ b/next/api/puppeteer.page.frames/index.html
@@ -6,7 +6,7 @@
Page.frames() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.page.getdefaulttimeout/index.html b/next/api/puppeteer.page.getdefaulttimeout/index.html
index 2046ccba35b..ffc405d6d0a 100644
--- a/next/api/puppeteer.page.getdefaulttimeout/index.html
+++ b/next/api/puppeteer.page.getdefaulttimeout/index.html
@@ -6,7 +6,7 @@
Page.getDefaultTimeout() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.page.goback/index.html b/next/api/puppeteer.page.goback/index.html
index 49ee32391a9..23334d483e4 100644
--- a/next/api/puppeteer.page.goback/index.html
+++ b/next/api/puppeteer.page.goback/index.html
@@ -6,7 +6,7 @@
Page.goBack() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.page.goforward/index.html b/next/api/puppeteer.page.goforward/index.html
index 7c01e98a11f..7ae6c8ef72c 100644
--- a/next/api/puppeteer.page.goforward/index.html
+++ b/next/api/puppeteer.page.goforward/index.html
@@ -6,7 +6,7 @@
Page.goForward() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.page.goto/index.html b/next/api/puppeteer.page.goto/index.html
index 82b58edd2c7..1917d79e44c 100644
--- a/next/api/puppeteer.page.goto/index.html
+++ b/next/api/puppeteer.page.goto/index.html
@@ -6,7 +6,7 @@
Page.goto() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.page.hover/index.html b/next/api/puppeteer.page.hover/index.html
index 328bc23b122..d2d02aaf447 100644
--- a/next/api/puppeteer.page.hover/index.html
+++ b/next/api/puppeteer.page.hover/index.html
@@ -6,7 +6,7 @@
Page.hover() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.page.isclosed/index.html b/next/api/puppeteer.page.isclosed/index.html
index 0c5b0908606..816b948be6c 100644
--- a/next/api/puppeteer.page.isclosed/index.html
+++ b/next/api/puppeteer.page.isclosed/index.html
@@ -6,7 +6,7 @@
Page.isClosed() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.page.isdraginterceptionenabled/index.html b/next/api/puppeteer.page.isdraginterceptionenabled/index.html
index d3f8cad282d..4fbae957109 100644
--- a/next/api/puppeteer.page.isdraginterceptionenabled/index.html
+++ b/next/api/puppeteer.page.isdraginterceptionenabled/index.html
@@ -6,7 +6,7 @@
Page.isDragInterceptionEnabled() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.page.isjavascriptenabled/index.html b/next/api/puppeteer.page.isjavascriptenabled/index.html
index 88ed9103950..44f4e4d255b 100644
--- a/next/api/puppeteer.page.isjavascriptenabled/index.html
+++ b/next/api/puppeteer.page.isjavascriptenabled/index.html
@@ -6,7 +6,7 @@
Page.isJavaScriptEnabled() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.page.isserviceworkerbypassed/index.html b/next/api/puppeteer.page.isserviceworkerbypassed/index.html
index 67a5165941b..fb2baabcbc7 100644
--- a/next/api/puppeteer.page.isserviceworkerbypassed/index.html
+++ b/next/api/puppeteer.page.isserviceworkerbypassed/index.html
@@ -6,7 +6,7 @@
Page.isServiceWorkerBypassed() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.page.locator/index.html b/next/api/puppeteer.page.locator/index.html
index 6853c1a1452..2e0cbfc03e9 100644
--- a/next/api/puppeteer.page.locator/index.html
+++ b/next/api/puppeteer.page.locator/index.html
@@ -6,7 +6,7 @@
Page.locator() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.page.locator_1/index.html b/next/api/puppeteer.page.locator_1/index.html
index ff286f70ab2..e64cfdf4d9a 100644
--- a/next/api/puppeteer.page.locator_1/index.html
+++ b/next/api/puppeteer.page.locator_1/index.html
@@ -6,7 +6,7 @@
Page.locator() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.page.mainframe/index.html b/next/api/puppeteer.page.mainframe/index.html
index 5c4849a18d1..c0c81a70165 100644
--- a/next/api/puppeteer.page.mainframe/index.html
+++ b/next/api/puppeteer.page.mainframe/index.html
@@ -6,7 +6,7 @@
Page.mainFrame() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.page.metrics/index.html b/next/api/puppeteer.page.metrics/index.html
index 20c11b7fa9f..4255cc0da7a 100644
--- a/next/api/puppeteer.page.metrics/index.html
+++ b/next/api/puppeteer.page.metrics/index.html
@@ -6,7 +6,7 @@
Page.metrics() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.page.pdf/index.html b/next/api/puppeteer.page.pdf/index.html
index c3be6f8ab06..9937137cd07 100644
--- a/next/api/puppeteer.page.pdf/index.html
+++ b/next/api/puppeteer.page.pdf/index.html
@@ -6,7 +6,7 @@
Page.pdf() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.page.queryobjects/index.html b/next/api/puppeteer.page.queryobjects/index.html
index 14ec4e82460..8deef5907ed 100644
--- a/next/api/puppeteer.page.queryobjects/index.html
+++ b/next/api/puppeteer.page.queryobjects/index.html
@@ -6,7 +6,7 @@
Page.queryObjects() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.page.reload/index.html b/next/api/puppeteer.page.reload/index.html
index ff3c0ad45ed..9eb01cd2919 100644
--- a/next/api/puppeteer.page.reload/index.html
+++ b/next/api/puppeteer.page.reload/index.html
@@ -6,7 +6,7 @@
Page.reload() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.page.removeexposedfunction/index.html b/next/api/puppeteer.page.removeexposedfunction/index.html
index e7f21ac27d5..dac470d87e6 100644
--- a/next/api/puppeteer.page.removeexposedfunction/index.html
+++ b/next/api/puppeteer.page.removeexposedfunction/index.html
@@ -6,7 +6,7 @@
Page.removeExposedFunction() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.page.removescripttoevaluateonnewdocument/index.html b/next/api/puppeteer.page.removescripttoevaluateonnewdocument/index.html
index 1fe836ca1fb..57bc3165ef1 100644
--- a/next/api/puppeteer.page.removescripttoevaluateonnewdocument/index.html
+++ b/next/api/puppeteer.page.removescripttoevaluateonnewdocument/index.html
@@ -6,7 +6,7 @@
Page.removeScriptToEvaluateOnNewDocument() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.page.screencast/index.html b/next/api/puppeteer.page.screencast/index.html
index 0792fbb7857..524a35ad935 100644
--- a/next/api/puppeteer.page.screencast/index.html
+++ b/next/api/puppeteer.page.screencast/index.html
@@ -6,7 +6,7 @@
Page.screencast() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.page.screenshot/index.html b/next/api/puppeteer.page.screenshot/index.html
index 1a10b7ab961..fc73ae9cdab 100644
--- a/next/api/puppeteer.page.screenshot/index.html
+++ b/next/api/puppeteer.page.screenshot/index.html
@@ -6,7 +6,7 @@
Page.screenshot() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.page.screenshot_1/index.html b/next/api/puppeteer.page.screenshot_1/index.html
index 68343ac3bbe..ac14fbf4a28 100644
--- a/next/api/puppeteer.page.screenshot_1/index.html
+++ b/next/api/puppeteer.page.screenshot_1/index.html
@@ -6,7 +6,7 @@
Page.screenshot() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.page.select/index.html b/next/api/puppeteer.page.select/index.html
index a99f3b647eb..8436a6730a3 100644
--- a/next/api/puppeteer.page.select/index.html
+++ b/next/api/puppeteer.page.select/index.html
@@ -6,7 +6,7 @@
Page.select() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.page.setbypasscsp/index.html b/next/api/puppeteer.page.setbypasscsp/index.html
index 2bd4b92ad65..b85b14cbf43 100644
--- a/next/api/puppeteer.page.setbypasscsp/index.html
+++ b/next/api/puppeteer.page.setbypasscsp/index.html
@@ -6,7 +6,7 @@
Page.setBypassCSP() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.page.setbypassserviceworker/index.html b/next/api/puppeteer.page.setbypassserviceworker/index.html
index cbd44fd6644..98d70252c80 100644
--- a/next/api/puppeteer.page.setbypassserviceworker/index.html
+++ b/next/api/puppeteer.page.setbypassserviceworker/index.html
@@ -6,7 +6,7 @@
Page.setBypassServiceWorker() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.page.setcacheenabled/index.html b/next/api/puppeteer.page.setcacheenabled/index.html
index de679aa8317..69b48de660a 100644
--- a/next/api/puppeteer.page.setcacheenabled/index.html
+++ b/next/api/puppeteer.page.setcacheenabled/index.html
@@ -6,7 +6,7 @@
Page.setCacheEnabled() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.page.setcontent/index.html b/next/api/puppeteer.page.setcontent/index.html
index 954c99a09a5..cb3d472d7be 100644
--- a/next/api/puppeteer.page.setcontent/index.html
+++ b/next/api/puppeteer.page.setcontent/index.html
@@ -6,7 +6,7 @@
Page.setContent() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.page.setcookie/index.html b/next/api/puppeteer.page.setcookie/index.html
index bfa04a6e3f8..c144e5632be 100644
--- a/next/api/puppeteer.page.setcookie/index.html
+++ b/next/api/puppeteer.page.setcookie/index.html
@@ -6,7 +6,7 @@
Page.setCookie() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.page.setdefaultnavigationtimeout/index.html b/next/api/puppeteer.page.setdefaultnavigationtimeout/index.html
index 0659c2d7a91..198ca2a3fce 100644
--- a/next/api/puppeteer.page.setdefaultnavigationtimeout/index.html
+++ b/next/api/puppeteer.page.setdefaultnavigationtimeout/index.html
@@ -6,7 +6,7 @@
Page.setDefaultNavigationTimeout() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.page.setdefaulttimeout/index.html b/next/api/puppeteer.page.setdefaulttimeout/index.html
index 1381e784ed3..c03a07dd87e 100644
--- a/next/api/puppeteer.page.setdefaulttimeout/index.html
+++ b/next/api/puppeteer.page.setdefaulttimeout/index.html
@@ -6,7 +6,7 @@
Page.setDefaultTimeout() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.page.setdraginterception/index.html b/next/api/puppeteer.page.setdraginterception/index.html
index 9f7a2b9dc0c..803b5a53508 100644
--- a/next/api/puppeteer.page.setdraginterception/index.html
+++ b/next/api/puppeteer.page.setdraginterception/index.html
@@ -6,7 +6,7 @@
Page.setDragInterception() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.page.setextrahttpheaders/index.html b/next/api/puppeteer.page.setextrahttpheaders/index.html
index 01686f9dd95..e54887c9d6a 100644
--- a/next/api/puppeteer.page.setextrahttpheaders/index.html
+++ b/next/api/puppeteer.page.setextrahttpheaders/index.html
@@ -6,7 +6,7 @@
Page.setExtraHTTPHeaders() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.page.setgeolocation/index.html b/next/api/puppeteer.page.setgeolocation/index.html
index 0f8d552c46e..25cbdb693c0 100644
--- a/next/api/puppeteer.page.setgeolocation/index.html
+++ b/next/api/puppeteer.page.setgeolocation/index.html
@@ -6,7 +6,7 @@
Page.setGeolocation() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.page.setjavascriptenabled/index.html b/next/api/puppeteer.page.setjavascriptenabled/index.html
index 431d2f9c71c..842efccfc5a 100644
--- a/next/api/puppeteer.page.setjavascriptenabled/index.html
+++ b/next/api/puppeteer.page.setjavascriptenabled/index.html
@@ -6,7 +6,7 @@
Page.setJavaScriptEnabled() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.page.setofflinemode/index.html b/next/api/puppeteer.page.setofflinemode/index.html
index 9307100c45c..be275591045 100644
--- a/next/api/puppeteer.page.setofflinemode/index.html
+++ b/next/api/puppeteer.page.setofflinemode/index.html
@@ -6,7 +6,7 @@
Page.setOfflineMode() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.page.setrequestinterception/index.html b/next/api/puppeteer.page.setrequestinterception/index.html
index 11bdb280427..bf0d98d1055 100644
--- a/next/api/puppeteer.page.setrequestinterception/index.html
+++ b/next/api/puppeteer.page.setrequestinterception/index.html
@@ -6,7 +6,7 @@
Page.setRequestInterception() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.page.setuseragent/index.html b/next/api/puppeteer.page.setuseragent/index.html
index 7204ec6099f..8f78caa0358 100644
--- a/next/api/puppeteer.page.setuseragent/index.html
+++ b/next/api/puppeteer.page.setuseragent/index.html
@@ -6,7 +6,7 @@
Page.setUserAgent() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.page.setviewport/index.html b/next/api/puppeteer.page.setviewport/index.html
index bbc8341dd07..1c49018cad1 100644
--- a/next/api/puppeteer.page.setviewport/index.html
+++ b/next/api/puppeteer.page.setviewport/index.html
@@ -6,7 +6,7 @@
Page.setViewport() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.page.tap/index.html b/next/api/puppeteer.page.tap/index.html
index 3f3988f9204..42e6a3b4378 100644
--- a/next/api/puppeteer.page.tap/index.html
+++ b/next/api/puppeteer.page.tap/index.html
@@ -6,7 +6,7 @@
Page.tap() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.page.target/index.html b/next/api/puppeteer.page.target/index.html
index a0f5f6473f0..87962d963eb 100644
--- a/next/api/puppeteer.page.target/index.html
+++ b/next/api/puppeteer.page.target/index.html
@@ -6,7 +6,7 @@
Page.target() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.page.title/index.html b/next/api/puppeteer.page.title/index.html
index 3062c02456f..cadcb794ba1 100644
--- a/next/api/puppeteer.page.title/index.html
+++ b/next/api/puppeteer.page.title/index.html
@@ -6,7 +6,7 @@
Page.title() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.page.type/index.html b/next/api/puppeteer.page.type/index.html
index 8e22fe90b67..01a791033cb 100644
--- a/next/api/puppeteer.page.type/index.html
+++ b/next/api/puppeteer.page.type/index.html
@@ -6,7 +6,7 @@
Page.type() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.page.url/index.html b/next/api/puppeteer.page.url/index.html
index 5b444e9f5a9..cf03de3d25c 100644
--- a/next/api/puppeteer.page.url/index.html
+++ b/next/api/puppeteer.page.url/index.html
@@ -6,7 +6,7 @@
Page.url() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.page.viewport/index.html b/next/api/puppeteer.page.viewport/index.html
index 089765fef81..38481a822fc 100644
--- a/next/api/puppeteer.page.viewport/index.html
+++ b/next/api/puppeteer.page.viewport/index.html
@@ -6,7 +6,7 @@
Page.viewport() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.page.waitfordeviceprompt/index.html b/next/api/puppeteer.page.waitfordeviceprompt/index.html
index d0e18359939..da39175d498 100644
--- a/next/api/puppeteer.page.waitfordeviceprompt/index.html
+++ b/next/api/puppeteer.page.waitfordeviceprompt/index.html
@@ -6,7 +6,7 @@
Page.waitForDevicePrompt() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.page.waitforfilechooser/index.html b/next/api/puppeteer.page.waitforfilechooser/index.html
index ab4c162d817..4f08c8a9904 100644
--- a/next/api/puppeteer.page.waitforfilechooser/index.html
+++ b/next/api/puppeteer.page.waitforfilechooser/index.html
@@ -6,7 +6,7 @@
Page.waitForFileChooser() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.page.waitforframe/index.html b/next/api/puppeteer.page.waitforframe/index.html
index 50aea2b3dd1..419fe7b197b 100644
--- a/next/api/puppeteer.page.waitforframe/index.html
+++ b/next/api/puppeteer.page.waitforframe/index.html
@@ -6,7 +6,7 @@
Page.waitForFrame() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.page.waitforfunction/index.html b/next/api/puppeteer.page.waitforfunction/index.html
index 57ec7a87cef..2ee70c7741c 100644
--- a/next/api/puppeteer.page.waitforfunction/index.html
+++ b/next/api/puppeteer.page.waitforfunction/index.html
@@ -6,7 +6,7 @@
Page.waitForFunction() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.page.waitfornavigation/index.html b/next/api/puppeteer.page.waitfornavigation/index.html
index 10d8cf348e3..ed09fcbd31d 100644
--- a/next/api/puppeteer.page.waitfornavigation/index.html
+++ b/next/api/puppeteer.page.waitfornavigation/index.html
@@ -6,7 +6,7 @@
Page.waitForNavigation() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.page.waitfornetworkidle/index.html b/next/api/puppeteer.page.waitfornetworkidle/index.html
index 163ff1270ad..7a5aac0d966 100644
--- a/next/api/puppeteer.page.waitfornetworkidle/index.html
+++ b/next/api/puppeteer.page.waitfornetworkidle/index.html
@@ -6,7 +6,7 @@
Page.waitForNetworkIdle() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.page.waitforrequest/index.html b/next/api/puppeteer.page.waitforrequest/index.html
index 3b840a7d353..d75a359e5f3 100644
--- a/next/api/puppeteer.page.waitforrequest/index.html
+++ b/next/api/puppeteer.page.waitforrequest/index.html
@@ -6,7 +6,7 @@
Page.waitForRequest() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.page.waitforresponse/index.html b/next/api/puppeteer.page.waitforresponse/index.html
index 7644ab40e79..36621c64ef5 100644
--- a/next/api/puppeteer.page.waitforresponse/index.html
+++ b/next/api/puppeteer.page.waitforresponse/index.html
@@ -6,7 +6,7 @@
Page.waitForResponse() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.page.waitforselector/index.html b/next/api/puppeteer.page.waitforselector/index.html
index be163e448af..39bda6a3c7c 100644
--- a/next/api/puppeteer.page.waitforselector/index.html
+++ b/next/api/puppeteer.page.waitforselector/index.html
@@ -6,7 +6,7 @@
Page.waitForSelector() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.page.workers/index.html b/next/api/puppeteer.page.workers/index.html
index e36e1a148b0..39a6d4bb8d0 100644
--- a/next/api/puppeteer.page.workers/index.html
+++ b/next/api/puppeteer.page.workers/index.html
@@ -6,7 +6,7 @@
Page.workers() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.page/index.html b/next/api/puppeteer.page/index.html
index 2dd6e40ca0f..03210483f2d 100644
--- a/next/api/puppeteer.page/index.html
+++ b/next/api/puppeteer.page/index.html
@@ -6,7 +6,7 @@
Page class | Puppeteer
-
+
diff --git a/next/api/puppeteer.pageevent/index.html b/next/api/puppeteer.pageevent/index.html
index 415ab9323be..cbdafbb266b 100644
--- a/next/api/puppeteer.pageevent/index.html
+++ b/next/api/puppeteer.pageevent/index.html
@@ -6,7 +6,7 @@
PageEvent enum | Puppeteer
-
+
diff --git a/next/api/puppeteer.pageevents/index.html b/next/api/puppeteer.pageevents/index.html
index 2b512fad1d0..a9526ade414 100644
--- a/next/api/puppeteer.pageevents/index.html
+++ b/next/api/puppeteer.pageevents/index.html
@@ -6,7 +6,7 @@
PageEvents interface | Puppeteer
-
+
diff --git a/next/api/puppeteer.paperformat/index.html b/next/api/puppeteer.paperformat/index.html
index d3d75090ab8..034fddd68f8 100644
--- a/next/api/puppeteer.paperformat/index.html
+++ b/next/api/puppeteer.paperformat/index.html
@@ -6,7 +6,7 @@
PaperFormat type | Puppeteer
-
+
diff --git a/next/api/puppeteer.pdfmargin/index.html b/next/api/puppeteer.pdfmargin/index.html
index ac8d53c8152..5294e257c52 100644
--- a/next/api/puppeteer.pdfmargin/index.html
+++ b/next/api/puppeteer.pdfmargin/index.html
@@ -6,7 +6,7 @@
PDFMargin interface | Puppeteer
-
+
diff --git a/next/api/puppeteer.pdfoptions/index.html b/next/api/puppeteer.pdfoptions/index.html
index 9f0ae812b69..9a5fdbac20b 100644
--- a/next/api/puppeteer.pdfoptions/index.html
+++ b/next/api/puppeteer.pdfoptions/index.html
@@ -6,7 +6,7 @@
PDFOptions interface | Puppeteer
-
+
diff --git a/next/api/puppeteer.permission/index.html b/next/api/puppeteer.permission/index.html
index 52d131fa237..c6be3c51e6e 100644
--- a/next/api/puppeteer.permission/index.html
+++ b/next/api/puppeteer.permission/index.html
@@ -6,7 +6,7 @@
Permission type | Puppeteer
-
+
diff --git a/next/api/puppeteer.point/index.html b/next/api/puppeteer.point/index.html
index b5c17c2d314..b76265edc8e 100644
--- a/next/api/puppeteer.point/index.html
+++ b/next/api/puppeteer.point/index.html
@@ -6,7 +6,7 @@
Point interface | Puppeteer
-
+
diff --git a/next/api/puppeteer.predefinednetworkconditions/index.html b/next/api/puppeteer.predefinednetworkconditions/index.html
index 93a0ccd3076..7baf264a77f 100644
--- a/next/api/puppeteer.predefinednetworkconditions/index.html
+++ b/next/api/puppeteer.predefinednetworkconditions/index.html
@@ -6,7 +6,7 @@
PredefinedNetworkConditions variable | Puppeteer
-
+
diff --git a/next/api/puppeteer.predicate/index.html b/next/api/puppeteer.predicate/index.html
index ceac8264a3e..89d2a719818 100644
--- a/next/api/puppeteer.predicate/index.html
+++ b/next/api/puppeteer.predicate/index.html
@@ -6,7 +6,7 @@
Predicate type | Puppeteer
-
+
diff --git a/next/api/puppeteer.product/index.html b/next/api/puppeteer.product/index.html
index f74a5c54519..f8f78eb1cdb 100644
--- a/next/api/puppeteer.product/index.html
+++ b/next/api/puppeteer.product/index.html
@@ -6,7 +6,7 @@
Product type | Puppeteer
-
+
diff --git a/next/api/puppeteer.productlauncher.defaultargs/index.html b/next/api/puppeteer.productlauncher.defaultargs/index.html
index e9cbb4050c7..dad58fad39f 100644
--- a/next/api/puppeteer.productlauncher.defaultargs/index.html
+++ b/next/api/puppeteer.productlauncher.defaultargs/index.html
@@ -6,7 +6,7 @@
ProductLauncher.defaultArgs() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.productlauncher.executablepath/index.html b/next/api/puppeteer.productlauncher.executablepath/index.html
index 07d6c52ef85..40c4ffdca13 100644
--- a/next/api/puppeteer.productlauncher.executablepath/index.html
+++ b/next/api/puppeteer.productlauncher.executablepath/index.html
@@ -6,7 +6,7 @@
ProductLauncher.executablePath() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.productlauncher.launch/index.html b/next/api/puppeteer.productlauncher.launch/index.html
index c708a2088a5..8fd9e01a60a 100644
--- a/next/api/puppeteer.productlauncher.launch/index.html
+++ b/next/api/puppeteer.productlauncher.launch/index.html
@@ -6,7 +6,7 @@
ProductLauncher.launch() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.productlauncher/index.html b/next/api/puppeteer.productlauncher/index.html
index 2fc8ba7d31f..4bdfbb9a205 100644
--- a/next/api/puppeteer.productlauncher/index.html
+++ b/next/api/puppeteer.productlauncher/index.html
@@ -6,7 +6,7 @@
ProductLauncher class | Puppeteer
-
+
diff --git a/next/api/puppeteer.protocolerror/index.html b/next/api/puppeteer.protocolerror/index.html
index 9c2e0244ca2..08257d7c033 100644
--- a/next/api/puppeteer.protocolerror/index.html
+++ b/next/api/puppeteer.protocolerror/index.html
@@ -6,7 +6,7 @@
ProtocolError class | Puppeteer
-
+
diff --git a/next/api/puppeteer.protocollifecycleevent/index.html b/next/api/puppeteer.protocollifecycleevent/index.html
index 4e60bacd928..86786909a09 100644
--- a/next/api/puppeteer.protocollifecycleevent/index.html
+++ b/next/api/puppeteer.protocollifecycleevent/index.html
@@ -6,7 +6,7 @@
ProtocolLifeCycleEvent type | Puppeteer
-
+
diff --git a/next/api/puppeteer.protocoltype/index.html b/next/api/puppeteer.protocoltype/index.html
index d3f5e8e6111..7ab51e7f132 100644
--- a/next/api/puppeteer.protocoltype/index.html
+++ b/next/api/puppeteer.protocoltype/index.html
@@ -6,7 +6,7 @@
ProtocolType type | Puppeteer
-
+
diff --git a/next/api/puppeteer.puppeteer.clearcustomqueryhandlers/index.html b/next/api/puppeteer.puppeteer.clearcustomqueryhandlers/index.html
index 67a8360ad88..013c1515e37 100644
--- a/next/api/puppeteer.puppeteer.clearcustomqueryhandlers/index.html
+++ b/next/api/puppeteer.puppeteer.clearcustomqueryhandlers/index.html
@@ -6,7 +6,7 @@
Puppeteer.clearCustomQueryHandlers() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.puppeteer.connect/index.html b/next/api/puppeteer.puppeteer.connect/index.html
index ad7942ae7c8..6d3fb0c03ce 100644
--- a/next/api/puppeteer.puppeteer.connect/index.html
+++ b/next/api/puppeteer.puppeteer.connect/index.html
@@ -6,7 +6,7 @@
Puppeteer.connect() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.puppeteer.customqueryhandlernames/index.html b/next/api/puppeteer.puppeteer.customqueryhandlernames/index.html
index 8df3de50e93..5bd77791fda 100644
--- a/next/api/puppeteer.puppeteer.customqueryhandlernames/index.html
+++ b/next/api/puppeteer.puppeteer.customqueryhandlernames/index.html
@@ -6,7 +6,7 @@
Puppeteer.customQueryHandlerNames() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.puppeteer.registercustomqueryhandler/index.html b/next/api/puppeteer.puppeteer.registercustomqueryhandler/index.html
index b4c52a5d9cd..b50d22c8531 100644
--- a/next/api/puppeteer.puppeteer.registercustomqueryhandler/index.html
+++ b/next/api/puppeteer.puppeteer.registercustomqueryhandler/index.html
@@ -6,7 +6,7 @@
Puppeteer.registerCustomQueryHandler() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.puppeteer.unregistercustomqueryhandler/index.html b/next/api/puppeteer.puppeteer.unregistercustomqueryhandler/index.html
index 9ef25e7a4fa..4650b8b1904 100644
--- a/next/api/puppeteer.puppeteer.unregistercustomqueryhandler/index.html
+++ b/next/api/puppeteer.puppeteer.unregistercustomqueryhandler/index.html
@@ -6,7 +6,7 @@
Puppeteer.unregisterCustomQueryHandler() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.puppeteer/index.html b/next/api/puppeteer.puppeteer/index.html
index d3bed37136c..46f5794ba54 100644
--- a/next/api/puppeteer.puppeteer/index.html
+++ b/next/api/puppeteer.puppeteer/index.html
@@ -6,7 +6,7 @@
puppeteer variable | Puppeteer
-
+
diff --git a/next/api/puppeteer.puppeteererror/index.html b/next/api/puppeteer.puppeteererror/index.html
index 1f91616aa67..eff741333fa 100644
--- a/next/api/puppeteer.puppeteererror/index.html
+++ b/next/api/puppeteer.puppeteererror/index.html
@@ -6,7 +6,7 @@
PuppeteerError class | Puppeteer
-
+
diff --git a/next/api/puppeteer.puppeteerlaunchoptions/index.html b/next/api/puppeteer.puppeteerlaunchoptions/index.html
index e462d58cc9e..950360b95c9 100644
--- a/next/api/puppeteer.puppeteerlaunchoptions/index.html
+++ b/next/api/puppeteer.puppeteerlaunchoptions/index.html
@@ -6,7 +6,7 @@
PuppeteerLaunchOptions interface | Puppeteer
-
+
diff --git a/next/api/puppeteer.puppeteerlifecycleevent/index.html b/next/api/puppeteer.puppeteerlifecycleevent/index.html
index 9cb165aaaca..d83847cfbc8 100644
--- a/next/api/puppeteer.puppeteerlifecycleevent/index.html
+++ b/next/api/puppeteer.puppeteerlifecycleevent/index.html
@@ -6,7 +6,7 @@
PuppeteerLifeCycleEvent type | Puppeteer
-
+
diff --git a/next/api/puppeteer.puppeteernode.connect/index.html b/next/api/puppeteer.puppeteernode.connect/index.html
index bfd1fb3e4a8..31abdcfa407 100644
--- a/next/api/puppeteer.puppeteernode.connect/index.html
+++ b/next/api/puppeteer.puppeteernode.connect/index.html
@@ -6,7 +6,7 @@
PuppeteerNode.connect() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.puppeteernode.defaultargs/index.html b/next/api/puppeteer.puppeteernode.defaultargs/index.html
index 87a5e8855b5..c9404fff6dd 100644
--- a/next/api/puppeteer.puppeteernode.defaultargs/index.html
+++ b/next/api/puppeteer.puppeteernode.defaultargs/index.html
@@ -6,7 +6,7 @@
PuppeteerNode.defaultArgs() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.puppeteernode.executablepath/index.html b/next/api/puppeteer.puppeteernode.executablepath/index.html
index 8f80f099ec5..048a139bc93 100644
--- a/next/api/puppeteer.puppeteernode.executablepath/index.html
+++ b/next/api/puppeteer.puppeteernode.executablepath/index.html
@@ -6,7 +6,7 @@
PuppeteerNode.executablePath() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.puppeteernode.launch/index.html b/next/api/puppeteer.puppeteernode.launch/index.html
index 00ba316153a..ada79efa5c0 100644
--- a/next/api/puppeteer.puppeteernode.launch/index.html
+++ b/next/api/puppeteer.puppeteernode.launch/index.html
@@ -6,7 +6,7 @@
PuppeteerNode.launch() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.puppeteernode.trimcache/index.html b/next/api/puppeteer.puppeteernode.trimcache/index.html
index 64efa09c3b5..b4f41b96073 100644
--- a/next/api/puppeteer.puppeteernode.trimcache/index.html
+++ b/next/api/puppeteer.puppeteernode.trimcache/index.html
@@ -6,7 +6,7 @@
PuppeteerNode.trimCache() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.puppeteernode/index.html b/next/api/puppeteer.puppeteernode/index.html
index fa3bb185fc9..fa7438a50cf 100644
--- a/next/api/puppeteer.puppeteernode/index.html
+++ b/next/api/puppeteer.puppeteernode/index.html
@@ -6,7 +6,7 @@
PuppeteerNode class | Puppeteer
-
+
diff --git a/next/api/puppeteer.puppeteernodelaunchoptions/index.html b/next/api/puppeteer.puppeteernodelaunchoptions/index.html
index d4315001c5b..0ea370701ef 100644
--- a/next/api/puppeteer.puppeteernodelaunchoptions/index.html
+++ b/next/api/puppeteer.puppeteernodelaunchoptions/index.html
@@ -6,7 +6,7 @@
PuppeteerNodeLaunchOptions type | Puppeteer
-
+
diff --git a/next/api/puppeteer.quad/index.html b/next/api/puppeteer.quad/index.html
index f3ba533d233..56f0b8c2677 100644
--- a/next/api/puppeteer.quad/index.html
+++ b/next/api/puppeteer.quad/index.html
@@ -6,7 +6,7 @@
Quad type | Puppeteer
-
+
diff --git a/next/api/puppeteer.registercustomqueryhandler/index.html b/next/api/puppeteer.registercustomqueryhandler/index.html
index 0de91c6354a..5e6cb8f4b1f 100644
--- a/next/api/puppeteer.registercustomqueryhandler/index.html
+++ b/next/api/puppeteer.registercustomqueryhandler/index.html
@@ -6,7 +6,7 @@
registerCustomQueryHandler() function | Puppeteer
-
+
diff --git a/next/api/puppeteer.remoteaddress/index.html b/next/api/puppeteer.remoteaddress/index.html
index e2372a746ef..149c3c2bae7 100644
--- a/next/api/puppeteer.remoteaddress/index.html
+++ b/next/api/puppeteer.remoteaddress/index.html
@@ -6,7 +6,7 @@
RemoteAddress interface | Puppeteer
-
+
diff --git a/next/api/puppeteer.resourcetype/index.html b/next/api/puppeteer.resourcetype/index.html
index 16a5a404d56..7a6df5a444d 100644
--- a/next/api/puppeteer.resourcetype/index.html
+++ b/next/api/puppeteer.resourcetype/index.html
@@ -6,7 +6,7 @@
ResourceType type | Puppeteer
-
+
diff --git a/next/api/puppeteer.responseforrequest/index.html b/next/api/puppeteer.responseforrequest/index.html
index 57d8282d3f8..709cec5bccf 100644
--- a/next/api/puppeteer.responseforrequest/index.html
+++ b/next/api/puppeteer.responseforrequest/index.html
@@ -6,7 +6,7 @@
ResponseForRequest interface | Puppeteer
-
+
diff --git a/next/api/puppeteer.screencastoptions/index.html b/next/api/puppeteer.screencastoptions/index.html
index 018870c8e9b..d73268517d1 100644
--- a/next/api/puppeteer.screencastoptions/index.html
+++ b/next/api/puppeteer.screencastoptions/index.html
@@ -6,7 +6,7 @@
ScreencastOptions interface | Puppeteer
-
+
diff --git a/next/api/puppeteer.screenrecorder.stop/index.html b/next/api/puppeteer.screenrecorder.stop/index.html
index 093fb1a36b5..433c50f1d85 100644
--- a/next/api/puppeteer.screenrecorder.stop/index.html
+++ b/next/api/puppeteer.screenrecorder.stop/index.html
@@ -6,7 +6,7 @@
ScreenRecorder.stop() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.screenrecorder/index.html b/next/api/puppeteer.screenrecorder/index.html
index 463c84d8cf0..3b661950d69 100644
--- a/next/api/puppeteer.screenrecorder/index.html
+++ b/next/api/puppeteer.screenrecorder/index.html
@@ -6,7 +6,7 @@
ScreenRecorder class | Puppeteer
-
+
diff --git a/next/api/puppeteer.screenshotclip/index.html b/next/api/puppeteer.screenshotclip/index.html
index 521001896b6..12bc53d04ae 100644
--- a/next/api/puppeteer.screenshotclip/index.html
+++ b/next/api/puppeteer.screenshotclip/index.html
@@ -6,7 +6,7 @@
ScreenshotClip interface | Puppeteer
-
+
diff --git a/next/api/puppeteer.screenshotoptions/index.html b/next/api/puppeteer.screenshotoptions/index.html
index 581c76cbdca..29a50e3811e 100644
--- a/next/api/puppeteer.screenshotoptions/index.html
+++ b/next/api/puppeteer.screenshotoptions/index.html
@@ -6,7 +6,7 @@
ScreenshotOptions interface | Puppeteer
-
+
diff --git a/next/api/puppeteer.securitydetails.issuer/index.html b/next/api/puppeteer.securitydetails.issuer/index.html
index 0d083e1000f..86d27787eb5 100644
--- a/next/api/puppeteer.securitydetails.issuer/index.html
+++ b/next/api/puppeteer.securitydetails.issuer/index.html
@@ -6,7 +6,7 @@
SecurityDetails.issuer() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.securitydetails.protocol/index.html b/next/api/puppeteer.securitydetails.protocol/index.html
index ac7c8ab1c39..e4aaf8bbbcc 100644
--- a/next/api/puppeteer.securitydetails.protocol/index.html
+++ b/next/api/puppeteer.securitydetails.protocol/index.html
@@ -6,7 +6,7 @@
SecurityDetails.protocol() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.securitydetails.subjectalternativenames/index.html b/next/api/puppeteer.securitydetails.subjectalternativenames/index.html
index e87d455df27..7d6b4ebe192 100644
--- a/next/api/puppeteer.securitydetails.subjectalternativenames/index.html
+++ b/next/api/puppeteer.securitydetails.subjectalternativenames/index.html
@@ -6,7 +6,7 @@
SecurityDetails.subjectAlternativeNames() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.securitydetails.subjectname/index.html b/next/api/puppeteer.securitydetails.subjectname/index.html
index 030ecf98a61..9400e8add8e 100644
--- a/next/api/puppeteer.securitydetails.subjectname/index.html
+++ b/next/api/puppeteer.securitydetails.subjectname/index.html
@@ -6,7 +6,7 @@
SecurityDetails.subjectName() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.securitydetails.validfrom/index.html b/next/api/puppeteer.securitydetails.validfrom/index.html
index ba2dca38771..0ee869eac86 100644
--- a/next/api/puppeteer.securitydetails.validfrom/index.html
+++ b/next/api/puppeteer.securitydetails.validfrom/index.html
@@ -6,7 +6,7 @@
SecurityDetails.validFrom() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.securitydetails.validto/index.html b/next/api/puppeteer.securitydetails.validto/index.html
index 29f6d6e8a98..9572bbc2de0 100644
--- a/next/api/puppeteer.securitydetails.validto/index.html
+++ b/next/api/puppeteer.securitydetails.validto/index.html
@@ -6,7 +6,7 @@
SecurityDetails.validTo() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.securitydetails/index.html b/next/api/puppeteer.securitydetails/index.html
index 0a1a2e17ebc..8d511c2958a 100644
--- a/next/api/puppeteer.securitydetails/index.html
+++ b/next/api/puppeteer.securitydetails/index.html
@@ -6,7 +6,7 @@
SecurityDetails class | Puppeteer
-
+
diff --git a/next/api/puppeteer.serializedaxnode/index.html b/next/api/puppeteer.serializedaxnode/index.html
index 03aa5e7ed91..ad984938462 100644
--- a/next/api/puppeteer.serializedaxnode/index.html
+++ b/next/api/puppeteer.serializedaxnode/index.html
@@ -6,7 +6,7 @@
SerializedAXNode interface | Puppeteer
-
+
diff --git a/next/api/puppeteer.snapshotoptions/index.html b/next/api/puppeteer.snapshotoptions/index.html
index d0209f2358f..b1fef1922af 100644
--- a/next/api/puppeteer.snapshotoptions/index.html
+++ b/next/api/puppeteer.snapshotoptions/index.html
@@ -6,7 +6,7 @@
SnapshotOptions interface | Puppeteer
-
+
diff --git a/next/api/puppeteer.target.aspage/index.html b/next/api/puppeteer.target.aspage/index.html
index 14d6d5cf769..5ec96f2e1e0 100644
--- a/next/api/puppeteer.target.aspage/index.html
+++ b/next/api/puppeteer.target.aspage/index.html
@@ -6,7 +6,7 @@
Target.asPage() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.target.browser/index.html b/next/api/puppeteer.target.browser/index.html
index f59e1fc5bd7..9b5904e5a83 100644
--- a/next/api/puppeteer.target.browser/index.html
+++ b/next/api/puppeteer.target.browser/index.html
@@ -6,7 +6,7 @@
Target.browser() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.target.browsercontext/index.html b/next/api/puppeteer.target.browsercontext/index.html
index f5c524257d2..26ef618899d 100644
--- a/next/api/puppeteer.target.browsercontext/index.html
+++ b/next/api/puppeteer.target.browsercontext/index.html
@@ -6,7 +6,7 @@
Target.browserContext() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.target.createcdpsession/index.html b/next/api/puppeteer.target.createcdpsession/index.html
index 29fae264998..d7922caa372 100644
--- a/next/api/puppeteer.target.createcdpsession/index.html
+++ b/next/api/puppeteer.target.createcdpsession/index.html
@@ -6,7 +6,7 @@
Target.createCDPSession() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.target.opener/index.html b/next/api/puppeteer.target.opener/index.html
index 6da1dde942a..099ed10112c 100644
--- a/next/api/puppeteer.target.opener/index.html
+++ b/next/api/puppeteer.target.opener/index.html
@@ -6,7 +6,7 @@
Target.opener() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.target.page/index.html b/next/api/puppeteer.target.page/index.html
index 600fc02d56a..5bd97c7905b 100644
--- a/next/api/puppeteer.target.page/index.html
+++ b/next/api/puppeteer.target.page/index.html
@@ -6,7 +6,7 @@
Target.page() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.target.type/index.html b/next/api/puppeteer.target.type/index.html
index a8b778ece45..cd3e7c7b141 100644
--- a/next/api/puppeteer.target.type/index.html
+++ b/next/api/puppeteer.target.type/index.html
@@ -6,7 +6,7 @@
Target.type() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.target.url/index.html b/next/api/puppeteer.target.url/index.html
index b8f38d881c4..f344210260e 100644
--- a/next/api/puppeteer.target.url/index.html
+++ b/next/api/puppeteer.target.url/index.html
@@ -6,7 +6,7 @@
Target.url() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.target.worker/index.html b/next/api/puppeteer.target.worker/index.html
index 478c26da7b5..6ca3733785a 100644
--- a/next/api/puppeteer.target.worker/index.html
+++ b/next/api/puppeteer.target.worker/index.html
@@ -6,7 +6,7 @@
Target.worker() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.target/index.html b/next/api/puppeteer.target/index.html
index 512e1e8c19c..104c59c8500 100644
--- a/next/api/puppeteer.target/index.html
+++ b/next/api/puppeteer.target/index.html
@@ -6,7 +6,7 @@
Target class | Puppeteer
-
+
diff --git a/next/api/puppeteer.targetfiltercallback/index.html b/next/api/puppeteer.targetfiltercallback/index.html
index bca8f43aa2e..559e19d0cdc 100644
--- a/next/api/puppeteer.targetfiltercallback/index.html
+++ b/next/api/puppeteer.targetfiltercallback/index.html
@@ -6,7 +6,7 @@
TargetFilterCallback type | Puppeteer
-
+
diff --git a/next/api/puppeteer.targettype/index.html b/next/api/puppeteer.targettype/index.html
index a62ea0158a2..c50edc66d2a 100644
--- a/next/api/puppeteer.targettype/index.html
+++ b/next/api/puppeteer.targettype/index.html
@@ -6,7 +6,7 @@
TargetType enum | Puppeteer
-
+
diff --git a/next/api/puppeteer.timeouterror/index.html b/next/api/puppeteer.timeouterror/index.html
index cbe4f373ad1..ffbea829a15 100644
--- a/next/api/puppeteer.timeouterror/index.html
+++ b/next/api/puppeteer.timeouterror/index.html
@@ -6,7 +6,7 @@
TimeoutError class | Puppeteer
-
+
diff --git a/next/api/puppeteer.touchscreen.tap/index.html b/next/api/puppeteer.touchscreen.tap/index.html
index 42aaa6719b8..e29292fa3df 100644
--- a/next/api/puppeteer.touchscreen.tap/index.html
+++ b/next/api/puppeteer.touchscreen.tap/index.html
@@ -6,7 +6,7 @@
Touchscreen.tap() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.touchscreen.touchend/index.html b/next/api/puppeteer.touchscreen.touchend/index.html
index e54461e9e49..cb570b5877e 100644
--- a/next/api/puppeteer.touchscreen.touchend/index.html
+++ b/next/api/puppeteer.touchscreen.touchend/index.html
@@ -6,7 +6,7 @@
Touchscreen.touchEnd() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.touchscreen.touchmove/index.html b/next/api/puppeteer.touchscreen.touchmove/index.html
index 9891957d502..db3b14a97ce 100644
--- a/next/api/puppeteer.touchscreen.touchmove/index.html
+++ b/next/api/puppeteer.touchscreen.touchmove/index.html
@@ -6,7 +6,7 @@
Touchscreen.touchMove() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.touchscreen.touchstart/index.html b/next/api/puppeteer.touchscreen.touchstart/index.html
index 46f8ae50d32..ca883eb0b29 100644
--- a/next/api/puppeteer.touchscreen.touchstart/index.html
+++ b/next/api/puppeteer.touchscreen.touchstart/index.html
@@ -6,7 +6,7 @@
Touchscreen.touchStart() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.touchscreen/index.html b/next/api/puppeteer.touchscreen/index.html
index 360ada16e47..b37b96843fa 100644
--- a/next/api/puppeteer.touchscreen/index.html
+++ b/next/api/puppeteer.touchscreen/index.html
@@ -6,7 +6,7 @@
Touchscreen class | Puppeteer
-
+
diff --git a/next/api/puppeteer.tracing.start/index.html b/next/api/puppeteer.tracing.start/index.html
index e05b6972616..0a1a39d3fab 100644
--- a/next/api/puppeteer.tracing.start/index.html
+++ b/next/api/puppeteer.tracing.start/index.html
@@ -6,7 +6,7 @@
Tracing.start() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.tracing.stop/index.html b/next/api/puppeteer.tracing.stop/index.html
index 82eafff79a3..da2cebf9928 100644
--- a/next/api/puppeteer.tracing.stop/index.html
+++ b/next/api/puppeteer.tracing.stop/index.html
@@ -6,7 +6,7 @@
Tracing.stop() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.tracing/index.html b/next/api/puppeteer.tracing/index.html
index 1f5e63fd186..073cee42890 100644
--- a/next/api/puppeteer.tracing/index.html
+++ b/next/api/puppeteer.tracing/index.html
@@ -6,7 +6,7 @@
Tracing class | Puppeteer
-
+
diff --git a/next/api/puppeteer.tracingoptions/index.html b/next/api/puppeteer.tracingoptions/index.html
index ed8e67c94e7..bf216d507c6 100644
--- a/next/api/puppeteer.tracingoptions/index.html
+++ b/next/api/puppeteer.tracingoptions/index.html
@@ -6,7 +6,7 @@
TracingOptions interface | Puppeteer
-
+
diff --git a/next/api/puppeteer.trimcache/index.html b/next/api/puppeteer.trimcache/index.html
index f2ea355fbb6..9e26d0063d6 100644
--- a/next/api/puppeteer.trimcache/index.html
+++ b/next/api/puppeteer.trimcache/index.html
@@ -6,7 +6,7 @@
trimCache() function | Puppeteer
-
+
diff --git a/next/api/puppeteer.unregistercustomqueryhandler/index.html b/next/api/puppeteer.unregistercustomqueryhandler/index.html
index 226fd85b270..3eef6a6faf8 100644
--- a/next/api/puppeteer.unregistercustomqueryhandler/index.html
+++ b/next/api/puppeteer.unregistercustomqueryhandler/index.html
@@ -6,7 +6,7 @@
unregisterCustomQueryHandler() function | Puppeteer
-
+
diff --git a/next/api/puppeteer.unsupportedoperation/index.html b/next/api/puppeteer.unsupportedoperation/index.html
index cdf1ae1e5a5..3a763be6881 100644
--- a/next/api/puppeteer.unsupportedoperation/index.html
+++ b/next/api/puppeteer.unsupportedoperation/index.html
@@ -6,7 +6,7 @@
UnsupportedOperation class | Puppeteer
-
+
diff --git a/next/api/puppeteer.viewport/index.html b/next/api/puppeteer.viewport/index.html
index 64ba75438d7..ef0a4ae6bb3 100644
--- a/next/api/puppeteer.viewport/index.html
+++ b/next/api/puppeteer.viewport/index.html
@@ -6,7 +6,7 @@
Viewport interface | Puppeteer
-
+
diff --git a/next/api/puppeteer.visibilityoption/index.html b/next/api/puppeteer.visibilityoption/index.html
index 5c65bacd6ce..c50107c7960 100644
--- a/next/api/puppeteer.visibilityoption/index.html
+++ b/next/api/puppeteer.visibilityoption/index.html
@@ -6,7 +6,7 @@
VisibilityOption type | Puppeteer
-
+
diff --git a/next/api/puppeteer.waitfornetworkidleoptions/index.html b/next/api/puppeteer.waitfornetworkidleoptions/index.html
index ce90cfcc69d..48610c0109d 100644
--- a/next/api/puppeteer.waitfornetworkidleoptions/index.html
+++ b/next/api/puppeteer.waitfornetworkidleoptions/index.html
@@ -6,7 +6,7 @@
WaitForNetworkIdleOptions interface | Puppeteer
-
+
diff --git a/next/api/puppeteer.waitforoptions/index.html b/next/api/puppeteer.waitforoptions/index.html
index b766e76c0c8..6559991cd08 100644
--- a/next/api/puppeteer.waitforoptions/index.html
+++ b/next/api/puppeteer.waitforoptions/index.html
@@ -6,7 +6,7 @@
WaitForOptions interface | Puppeteer
-
+
diff --git a/next/api/puppeteer.waitforselectoroptions/index.html b/next/api/puppeteer.waitforselectoroptions/index.html
index e7ab4c0bb1f..116da5b6f91 100644
--- a/next/api/puppeteer.waitforselectoroptions/index.html
+++ b/next/api/puppeteer.waitforselectoroptions/index.html
@@ -6,7 +6,7 @@
WaitForSelectorOptions interface | Puppeteer
-
+
diff --git a/next/api/puppeteer.waitfortargetoptions/index.html b/next/api/puppeteer.waitfortargetoptions/index.html
index e741474e669..98fccd31cc2 100644
--- a/next/api/puppeteer.waitfortargetoptions/index.html
+++ b/next/api/puppeteer.waitfortargetoptions/index.html
@@ -6,7 +6,7 @@
WaitForTargetOptions interface | Puppeteer
-
+
diff --git a/next/api/puppeteer.waittimeoutoptions/index.html b/next/api/puppeteer.waittimeoutoptions/index.html
index 44363feba79..587fdec3c43 100644
--- a/next/api/puppeteer.waittimeoutoptions/index.html
+++ b/next/api/puppeteer.waittimeoutoptions/index.html
@@ -6,7 +6,7 @@
WaitTimeoutOptions interface | Puppeteer
-
+
diff --git a/next/api/puppeteer.webworker.close/index.html b/next/api/puppeteer.webworker.close/index.html
index 9ff936ec03c..139daea5f15 100644
--- a/next/api/puppeteer.webworker.close/index.html
+++ b/next/api/puppeteer.webworker.close/index.html
@@ -6,7 +6,7 @@
WebWorker.close() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.webworker.evaluate/index.html b/next/api/puppeteer.webworker.evaluate/index.html
index b0ecc5cc5ce..e8ec2686c23 100644
--- a/next/api/puppeteer.webworker.evaluate/index.html
+++ b/next/api/puppeteer.webworker.evaluate/index.html
@@ -6,7 +6,7 @@
WebWorker.evaluate() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.webworker.evaluatehandle/index.html b/next/api/puppeteer.webworker.evaluatehandle/index.html
index ad9de1b0b30..5f659352834 100644
--- a/next/api/puppeteer.webworker.evaluatehandle/index.html
+++ b/next/api/puppeteer.webworker.evaluatehandle/index.html
@@ -6,7 +6,7 @@
WebWorker.evaluateHandle() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.webworker.url/index.html b/next/api/puppeteer.webworker.url/index.html
index e4141657158..318f6978b5b 100644
--- a/next/api/puppeteer.webworker.url/index.html
+++ b/next/api/puppeteer.webworker.url/index.html
@@ -6,7 +6,7 @@
WebWorker.url() method | Puppeteer
-
+
diff --git a/next/api/puppeteer.webworker/index.html b/next/api/puppeteer.webworker/index.html
index 9ede8f7c823..c950f0c6c90 100644
--- a/next/api/puppeteer.webworker/index.html
+++ b/next/api/puppeteer.webworker/index.html
@@ -6,7 +6,7 @@
WebWorker class | Puppeteer
-
+
diff --git a/next/browsers-api/browsers.browser/index.html b/next/browsers-api/browsers.browser/index.html
index fa7953e78fc..b4626bd93dd 100644
--- a/next/browsers-api/browsers.browser/index.html
+++ b/next/browsers-api/browsers.browser/index.html
@@ -6,7 +6,7 @@
Browser enum | Puppeteer
-
+
diff --git a/next/browsers-api/browsers.browserplatform/index.html b/next/browsers-api/browsers.browserplatform/index.html
index 894025a8d1d..7c1f165328a 100644
--- a/next/browsers-api/browsers.browserplatform/index.html
+++ b/next/browsers-api/browsers.browserplatform/index.html
@@ -6,7 +6,7 @@
BrowserPlatform enum | Puppeteer
-
+
diff --git a/next/browsers-api/browsers.candownload/index.html b/next/browsers-api/browsers.candownload/index.html
index 8fb8b98befc..89f44b6e926 100644
--- a/next/browsers-api/browsers.candownload/index.html
+++ b/next/browsers-api/browsers.candownload/index.html
@@ -6,7 +6,7 @@
canDownload() function | Puppeteer
-
+
diff --git a/next/browsers-api/browsers.cdp_websocket_endpoint_regex/index.html b/next/browsers-api/browsers.cdp_websocket_endpoint_regex/index.html
index 9f409619ecd..0f0250df272 100644
--- a/next/browsers-api/browsers.cdp_websocket_endpoint_regex/index.html
+++ b/next/browsers-api/browsers.cdp_websocket_endpoint_regex/index.html
@@ -6,7 +6,7 @@
CDP_WEBSOCKET_ENDPOINT_REGEX variable | Puppeteer
-
+
diff --git a/next/browsers-api/browsers.chromereleasechannel/index.html b/next/browsers-api/browsers.chromereleasechannel/index.html
index 961073beb31..664191408b9 100644
--- a/next/browsers-api/browsers.chromereleasechannel/index.html
+++ b/next/browsers-api/browsers.chromereleasechannel/index.html
@@ -6,7 +6,7 @@
ChromeReleaseChannel enum | Puppeteer
-
+
diff --git a/next/browsers-api/browsers.cli._constructor_/index.html b/next/browsers-api/browsers.cli._constructor_/index.html
index 2e4903d8e70..d563d569188 100644
--- a/next/browsers-api/browsers.cli._constructor_/index.html
+++ b/next/browsers-api/browsers.cli._constructor_/index.html
@@ -6,7 +6,7 @@
CLI.(constructor) | Puppeteer
-
+
diff --git a/next/browsers-api/browsers.cli.run/index.html b/next/browsers-api/browsers.cli.run/index.html
index e81ac8364a2..b76977e8adc 100644
--- a/next/browsers-api/browsers.cli.run/index.html
+++ b/next/browsers-api/browsers.cli.run/index.html
@@ -6,7 +6,7 @@
CLI.run() method | Puppeteer
-
+
diff --git a/next/browsers-api/browsers.cli/index.html b/next/browsers-api/browsers.cli/index.html
index bb114dd1800..aaaa39d69fe 100644
--- a/next/browsers-api/browsers.cli/index.html
+++ b/next/browsers-api/browsers.cli/index.html
@@ -6,7 +6,7 @@
CLI class | Puppeteer
-
+
diff --git a/next/browsers-api/browsers.computeexecutablepath/index.html b/next/browsers-api/browsers.computeexecutablepath/index.html
index e2094254ba7..778c6d272a5 100644
--- a/next/browsers-api/browsers.computeexecutablepath/index.html
+++ b/next/browsers-api/browsers.computeexecutablepath/index.html
@@ -6,7 +6,7 @@
computeExecutablePath() function | Puppeteer
-
+
diff --git a/next/browsers-api/browsers.computesystemexecutablepath/index.html b/next/browsers-api/browsers.computesystemexecutablepath/index.html
index 54f94aacb67..f3f1505eb24 100644
--- a/next/browsers-api/browsers.computesystemexecutablepath/index.html
+++ b/next/browsers-api/browsers.computesystemexecutablepath/index.html
@@ -6,7 +6,7 @@
computeSystemExecutablePath() function | Puppeteer
-
+
diff --git a/next/browsers-api/browsers.createprofile/index.html b/next/browsers-api/browsers.createprofile/index.html
index 853a268de00..53c5fce4d8f 100644
--- a/next/browsers-api/browsers.createprofile/index.html
+++ b/next/browsers-api/browsers.createprofile/index.html
@@ -6,7 +6,7 @@
createProfile() function | Puppeteer
-
+
diff --git a/next/browsers-api/browsers.detectbrowserplatform/index.html b/next/browsers-api/browsers.detectbrowserplatform/index.html
index 7d3fa9798d1..9719daf620d 100644
--- a/next/browsers-api/browsers.detectbrowserplatform/index.html
+++ b/next/browsers-api/browsers.detectbrowserplatform/index.html
@@ -6,7 +6,7 @@
detectBrowserPlatform() function | Puppeteer
-
+
diff --git a/next/browsers-api/browsers.getinstalledbrowsers/index.html b/next/browsers-api/browsers.getinstalledbrowsers/index.html
index 4db0c4d4417..cdffd3338d8 100644
--- a/next/browsers-api/browsers.getinstalledbrowsers/index.html
+++ b/next/browsers-api/browsers.getinstalledbrowsers/index.html
@@ -6,7 +6,7 @@
getInstalledBrowsers() function | Puppeteer
-
+
diff --git a/next/browsers-api/browsers.getinstalledbrowsersoptions/index.html b/next/browsers-api/browsers.getinstalledbrowsersoptions/index.html
index 01f12540413..01873e03358 100644
--- a/next/browsers-api/browsers.getinstalledbrowsersoptions/index.html
+++ b/next/browsers-api/browsers.getinstalledbrowsersoptions/index.html
@@ -6,7 +6,7 @@
GetInstalledBrowsersOptions interface | Puppeteer
-
+
diff --git a/next/browsers-api/browsers.getversioncomparator/index.html b/next/browsers-api/browsers.getversioncomparator/index.html
index 23ed535cfe0..fdd2b2d79d1 100644
--- a/next/browsers-api/browsers.getversioncomparator/index.html
+++ b/next/browsers-api/browsers.getversioncomparator/index.html
@@ -6,7 +6,7 @@
getVersionComparator() function | Puppeteer
-
+
diff --git a/next/browsers-api/browsers.install/index.html b/next/browsers-api/browsers.install/index.html
index 36533bc5413..48c468e7960 100644
--- a/next/browsers-api/browsers.install/index.html
+++ b/next/browsers-api/browsers.install/index.html
@@ -6,7 +6,7 @@
install() function | Puppeteer
-
+
diff --git a/next/browsers-api/browsers.install_1/index.html b/next/browsers-api/browsers.install_1/index.html
index 052ec85d250..d7a0dc56078 100644
--- a/next/browsers-api/browsers.install_1/index.html
+++ b/next/browsers-api/browsers.install_1/index.html
@@ -6,7 +6,7 @@
install() function | Puppeteer
-
+
diff --git a/next/browsers-api/browsers.installedbrowser.readmetadata/index.html b/next/browsers-api/browsers.installedbrowser.readmetadata/index.html
index a68e9fa7517..090548a97bf 100644
--- a/next/browsers-api/browsers.installedbrowser.readmetadata/index.html
+++ b/next/browsers-api/browsers.installedbrowser.readmetadata/index.html
@@ -6,7 +6,7 @@
InstalledBrowser.readMetadata() method | Puppeteer
-
+
diff --git a/next/browsers-api/browsers.installedbrowser.writemetadata/index.html b/next/browsers-api/browsers.installedbrowser.writemetadata/index.html
index 0b70f07bc48..0e612a430b6 100644
--- a/next/browsers-api/browsers.installedbrowser.writemetadata/index.html
+++ b/next/browsers-api/browsers.installedbrowser.writemetadata/index.html
@@ -6,7 +6,7 @@
InstalledBrowser.writeMetadata() method | Puppeteer
-
+
diff --git a/next/browsers-api/browsers.installedbrowser/index.html b/next/browsers-api/browsers.installedbrowser/index.html
index d03e887649f..cd0769b7e27 100644
--- a/next/browsers-api/browsers.installedbrowser/index.html
+++ b/next/browsers-api/browsers.installedbrowser/index.html
@@ -6,7 +6,7 @@
InstalledBrowser class | Puppeteer
-
+
diff --git a/next/browsers-api/browsers.installoptions/index.html b/next/browsers-api/browsers.installoptions/index.html
index 422068608f9..621e436a0ba 100644
--- a/next/browsers-api/browsers.installoptions/index.html
+++ b/next/browsers-api/browsers.installoptions/index.html
@@ -6,7 +6,7 @@
InstallOptions interface | Puppeteer
-
+
diff --git a/next/browsers-api/browsers.launch/index.html b/next/browsers-api/browsers.launch/index.html
index fe126dd105d..1070f450f9e 100644
--- a/next/browsers-api/browsers.launch/index.html
+++ b/next/browsers-api/browsers.launch/index.html
@@ -6,7 +6,7 @@
launch() function | Puppeteer
-
+
diff --git a/next/browsers-api/browsers.launchoptions/index.html b/next/browsers-api/browsers.launchoptions/index.html
index 0bee5f9580d..3574a0f99a7 100644
--- a/next/browsers-api/browsers.launchoptions/index.html
+++ b/next/browsers-api/browsers.launchoptions/index.html
@@ -6,7 +6,7 @@
LaunchOptions interface | Puppeteer
-
+
diff --git a/next/browsers-api/browsers.makeprogresscallback/index.html b/next/browsers-api/browsers.makeprogresscallback/index.html
index 0e938774661..d95c97707b3 100644
--- a/next/browsers-api/browsers.makeprogresscallback/index.html
+++ b/next/browsers-api/browsers.makeprogresscallback/index.html
@@ -6,7 +6,7 @@
makeProgressCallback() function | Puppeteer
-
+
diff --git a/next/browsers-api/browsers.options/index.html b/next/browsers-api/browsers.options/index.html
index 3ac280ce94e..d06b406c09c 100644
--- a/next/browsers-api/browsers.options/index.html
+++ b/next/browsers-api/browsers.options/index.html
@@ -6,7 +6,7 @@
Options interface | Puppeteer
-
+
diff --git a/next/browsers-api/browsers.process._constructor_/index.html b/next/browsers-api/browsers.process._constructor_/index.html
index 490ec4d966d..b5fb78cfea5 100644
--- a/next/browsers-api/browsers.process._constructor_/index.html
+++ b/next/browsers-api/browsers.process._constructor_/index.html
@@ -6,7 +6,7 @@
Process.(constructor) | Puppeteer
-
+
diff --git a/next/browsers-api/browsers.process.close/index.html b/next/browsers-api/browsers.process.close/index.html
index 5d5b0737d33..5d506feeb3c 100644
--- a/next/browsers-api/browsers.process.close/index.html
+++ b/next/browsers-api/browsers.process.close/index.html
@@ -6,7 +6,7 @@
Process.close() method | Puppeteer
-
+
diff --git a/next/browsers-api/browsers.process.hasclosed/index.html b/next/browsers-api/browsers.process.hasclosed/index.html
index bc2db3d2625..5e549fd48e5 100644
--- a/next/browsers-api/browsers.process.hasclosed/index.html
+++ b/next/browsers-api/browsers.process.hasclosed/index.html
@@ -6,7 +6,7 @@
Process.hasClosed() method | Puppeteer
-
+
diff --git a/next/browsers-api/browsers.process.kill/index.html b/next/browsers-api/browsers.process.kill/index.html
index 8d64dfdd9c2..41c80330f80 100644
--- a/next/browsers-api/browsers.process.kill/index.html
+++ b/next/browsers-api/browsers.process.kill/index.html
@@ -6,7 +6,7 @@
Process.kill() method | Puppeteer
-
+
diff --git a/next/browsers-api/browsers.process.waitforlineoutput/index.html b/next/browsers-api/browsers.process.waitforlineoutput/index.html
index 37373f6d340..09c4aa8f94b 100644
--- a/next/browsers-api/browsers.process.waitforlineoutput/index.html
+++ b/next/browsers-api/browsers.process.waitforlineoutput/index.html
@@ -6,7 +6,7 @@
Process.waitForLineOutput() method | Puppeteer
-
+
diff --git a/next/browsers-api/browsers.process/index.html b/next/browsers-api/browsers.process/index.html
index aba9d1a6ddd..49873d35c95 100644
--- a/next/browsers-api/browsers.process/index.html
+++ b/next/browsers-api/browsers.process/index.html
@@ -6,7 +6,7 @@
Process class | Puppeteer
-
+
diff --git a/next/browsers-api/browsers.profileoptions/index.html b/next/browsers-api/browsers.profileoptions/index.html
index 29c39e90f16..81d5e1cbbca 100644
--- a/next/browsers-api/browsers.profileoptions/index.html
+++ b/next/browsers-api/browsers.profileoptions/index.html
@@ -6,7 +6,7 @@
ProfileOptions interface | Puppeteer
-
+
diff --git a/next/browsers-api/browsers.resolvebuildid/index.html b/next/browsers-api/browsers.resolvebuildid/index.html
index 82f5beee057..e131afb6b49 100644
--- a/next/browsers-api/browsers.resolvebuildid/index.html
+++ b/next/browsers-api/browsers.resolvebuildid/index.html
@@ -6,7 +6,7 @@
resolveBuildId() function | Puppeteer
-
+
diff --git a/next/browsers-api/browsers.systemoptions/index.html b/next/browsers-api/browsers.systemoptions/index.html
index 77144bbb01f..207adba5a73 100644
--- a/next/browsers-api/browsers.systemoptions/index.html
+++ b/next/browsers-api/browsers.systemoptions/index.html
@@ -6,7 +6,7 @@
SystemOptions interface | Puppeteer
-
+
diff --git a/next/browsers-api/browsers.timeouterror/index.html b/next/browsers-api/browsers.timeouterror/index.html
index d2237f4f836..b6f6751fb52 100644
--- a/next/browsers-api/browsers.timeouterror/index.html
+++ b/next/browsers-api/browsers.timeouterror/index.html
@@ -6,7 +6,7 @@
TimeoutError class | Puppeteer
-
+
diff --git a/next/browsers-api/browsers.uninstall/index.html b/next/browsers-api/browsers.uninstall/index.html
index 5fdca7126b8..926e14b002f 100644
--- a/next/browsers-api/browsers.uninstall/index.html
+++ b/next/browsers-api/browsers.uninstall/index.html
@@ -6,7 +6,7 @@
uninstall() function | Puppeteer
-
+
diff --git a/next/browsers-api/browsers.uninstalloptions/index.html b/next/browsers-api/browsers.uninstalloptions/index.html
index 6378915aecf..7f896822473 100644
--- a/next/browsers-api/browsers.uninstalloptions/index.html
+++ b/next/browsers-api/browsers.uninstalloptions/index.html
@@ -6,7 +6,7 @@
UninstallOptions interface | Puppeteer
-
+
diff --git a/next/browsers-api/browsers.webdriver_bidi_websocket_endpoint_regex/index.html b/next/browsers-api/browsers.webdriver_bidi_websocket_endpoint_regex/index.html
index 618fa195339..1ebdd5a3c59 100644
--- a/next/browsers-api/browsers.webdriver_bidi_websocket_endpoint_regex/index.html
+++ b/next/browsers-api/browsers.webdriver_bidi_websocket_endpoint_regex/index.html
@@ -6,7 +6,7 @@
WEBDRIVER_BIDI_WEBSOCKET_ENDPOINT_REGEX variable | Puppeteer
-
+
diff --git a/next/browsers-api/index.html b/next/browsers-api/index.html
index 2f8e4fff033..c8215b650f8 100644
--- a/next/browsers-api/index.html
+++ b/next/browsers-api/index.html
@@ -6,7 +6,7 @@
@puppeteer/browsers | Puppeteer
-
+
diff --git a/next/category/guides/index.html b/next/category/guides/index.html
index db6a99fc4dd..0da2f46f8d8 100644
--- a/next/category/guides/index.html
+++ b/next/category/guides/index.html
@@ -6,7 +6,7 @@
Puppeteer Guides | Puppeteer
-
+
diff --git a/next/category/integrations/index.html b/next/category/integrations/index.html
index fb908fcc3ef..13864c22239 100644
--- a/next/category/integrations/index.html
+++ b/next/category/integrations/index.html
@@ -6,7 +6,7 @@
Puppeteer Integrations | Puppeteer
-
+
diff --git a/next/chromium-support/index.html b/next/chromium-support/index.html
index 5f5fa53ab35..979ae795005 100644
--- a/next/chromium-support/index.html
+++ b/next/chromium-support/index.html
@@ -6,7 +6,7 @@
Chromium Support | Puppeteer
-
+
diff --git a/next/contributing/index.html b/next/contributing/index.html
index 65a4bf9084c..b1e430b4877 100644
--- a/next/contributing/index.html
+++ b/next/contributing/index.html
@@ -6,7 +6,7 @@
Contributing | Puppeteer
-
+
diff --git a/next/faq/index.html b/next/faq/index.html
index 1e0edef1207..37058c52681 100644
--- a/next/faq/index.html
+++ b/next/faq/index.html
@@ -6,7 +6,7 @@
FAQ | Puppeteer
-
+
diff --git a/next/guides/chrome-extensions/index.html b/next/guides/chrome-extensions/index.html
index a15766d9c6b..46a522fac8a 100644
--- a/next/guides/chrome-extensions/index.html
+++ b/next/guides/chrome-extensions/index.html
@@ -6,7 +6,7 @@
Chrome Extensions | Puppeteer
-
+
diff --git a/next/guides/configuration/index.html b/next/guides/configuration/index.html
index d52a232d458..c247a2502f6 100644
--- a/next/guides/configuration/index.html
+++ b/next/guides/configuration/index.html
@@ -6,7 +6,7 @@
Configuration | Puppeteer
-
+
diff --git a/next/guides/debugging/index.html b/next/guides/debugging/index.html
index 2878247e3cf..c78c5de4339 100644
--- a/next/guides/debugging/index.html
+++ b/next/guides/debugging/index.html
@@ -6,7 +6,7 @@
Debugging | Puppeteer
-
+
diff --git a/next/guides/docker/index.html b/next/guides/docker/index.html
index 8995037106c..2f3569179b9 100644
--- a/next/guides/docker/index.html
+++ b/next/guides/docker/index.html
@@ -6,7 +6,7 @@
Docker | Puppeteer
-
+
diff --git a/next/guides/evaluate-javascript/index.html b/next/guides/evaluate-javascript/index.html
index fba3a89926c..b2ab702f6e2 100644
--- a/next/guides/evaluate-javascript/index.html
+++ b/next/guides/evaluate-javascript/index.html
@@ -6,7 +6,7 @@
Evaluate JavaScript | Puppeteer
-
+
diff --git a/next/guides/locators/index.html b/next/guides/locators/index.html
index 550aca5e1db..19505bcb25b 100644
--- a/next/guides/locators/index.html
+++ b/next/guides/locators/index.html
@@ -6,7 +6,7 @@
Locators | Puppeteer
-
+
diff --git a/next/guides/query-selectors-legacy/index.html b/next/guides/query-selectors-legacy/index.html
index aef77a301b5..ff9ab700db6 100644
--- a/next/guides/query-selectors-legacy/index.html
+++ b/next/guides/query-selectors-legacy/index.html
@@ -6,7 +6,7 @@
Query Selectors (legacy) | Puppeteer
-
+
diff --git a/next/guides/query-selectors/index.html b/next/guides/query-selectors/index.html
index 1c44dae3129..85873233058 100644
--- a/next/guides/query-selectors/index.html
+++ b/next/guides/query-selectors/index.html
@@ -6,7 +6,7 @@
Query Selectors | Puppeteer
-
+
diff --git a/next/guides/request-interception/index.html b/next/guides/request-interception/index.html
index 69f5aebdeef..4e84e9c8033 100644
--- a/next/guides/request-interception/index.html
+++ b/next/guides/request-interception/index.html
@@ -6,7 +6,7 @@
Request Interception | Puppeteer
-
+
diff --git a/next/index.html b/next/index.html
index a1d6d900db8..92e05f95d61 100644
--- a/next/index.html
+++ b/next/index.html
@@ -6,7 +6,7 @@
Puppeteer | Puppeteer
-
+
diff --git a/next/integrations/ng-schematics/index.html b/next/integrations/ng-schematics/index.html
index 3829493b795..6934095f635 100644
--- a/next/integrations/ng-schematics/index.html
+++ b/next/integrations/ng-schematics/index.html
@@ -6,7 +6,7 @@
Puppeteer Angular Schematic | Puppeteer
-
+
diff --git a/next/troubleshooting/index.html b/next/troubleshooting/index.html
index 7d68a75a2c3..b2cfa2cff3f 100644
--- a/next/troubleshooting/index.html
+++ b/next/troubleshooting/index.html
@@ -6,7 +6,7 @@
Troubleshooting | Puppeteer
-
+
diff --git a/next/webdriver-bidi/index.html b/next/webdriver-bidi/index.html
index df69f08bc45..c78411cda4d 100644
--- a/next/webdriver-bidi/index.html
+++ b/next/webdriver-bidi/index.html
@@ -6,7 +6,7 @@
Experimental WebDriver BiDi support | Puppeteer
-
+
diff --git a/search/index.html b/search/index.html
index 576e50076f3..0e262e9f627 100644
--- a/search/index.html
+++ b/search/index.html
@@ -6,7 +6,7 @@
Search the documentation | Puppeteer
-
+
diff --git a/troubleshooting/index.html b/troubleshooting/index.html
index 15a88278158..021d5882787 100644
--- a/troubleshooting/index.html
+++ b/troubleshooting/index.html
@@ -6,7 +6,7 @@
Troubleshooting | Puppeteer
-
+
diff --git a/webdriver-bidi/index.html b/webdriver-bidi/index.html
index 070ba4b93fd..15dd19346c6 100644
--- a/webdriver-bidi/index.html
+++ b/webdriver-bidi/index.html
@@ -6,7 +6,7 @@
Experimental WebDriver BiDi support | Puppeteer
-
+