diff --git a/docs/src/api/class-browsercontext.md b/docs/src/api/class-browsercontext.md
index 13d0676427..a93f22ca22 100644
--- a/docs/src/api/class-browsercontext.md
+++ b/docs/src/api/class-browsercontext.md
@@ -1134,7 +1134,7 @@ When set to `minimal`, only record information necessary for routing from HAR. T
* since: v1.32
- `content` <[HarContentPolicy]<"omit"|"embed"|"attach">>
-Optional setting to control resource content management. If `omit` is specified, content is not persisted. If `attach` is specified, resources are persisted as separate files or entries in the ZIP archive. If `embed` is specified, content is stored inline the HAR file
+Optional setting to control resource content management. If `omit` is specified, content is not persisted. If `attach` is specified, resources are persisted as separate files or entries in the ZIP archive. If `embed` is specified, content is stored inline the HAR file
## method: BrowserContext.serviceWorkers
* since: v1.11
@@ -1379,9 +1379,8 @@ Event name, same one would pass into `browserContext.on(event)`.
* since: v1.8
* langs: js
- `optionsOrPredicate` ?<[function]|[Object]>
- - `predicate` <[function]> receives the event data and resolves to truthy value when the waiting should resolve.
- - `timeout` ?<[float]> maximum time to wait for in milliseconds. Defaults to `30000` (30 seconds). Pass `0` to
- disable timeout. The default value can be changed by using the [`method: BrowserContext.setDefaultTimeout`].
+ - `predicate` <[function]> Receives the event data and resolves to truthy value when the waiting should resolve.
+ - `timeout` ?<[float]> Maximum time to wait for in milliseconds. Defaults to `0` - no timeout. The default value can be changed via `actionTimeout` option in the config, or by using the [`method: BrowserContext.setDefaultTimeout`] method.
Either a predicate that receives an event or an options object. Optional.
diff --git a/docs/src/api/class-elementhandle.md b/docs/src/api/class-elementhandle.md
index 3d23e618d8..1671be2606 100644
--- a/docs/src/api/class-elementhandle.md
+++ b/docs/src/api/class-elementhandle.md
@@ -183,6 +183,9 @@ When all steps combined have not finished during the specified [`option: timeout
### option: ElementHandle.check.timeout = %%-input-timeout-%%
* since: v1.8
+### option: ElementHandle.check.timeout = %%-input-timeout-js-%%
+* since: v1.8
+
### option: ElementHandle.check.trial = %%-input-trial-%%
* since: v1.11
@@ -224,6 +227,9 @@ When all steps combined have not finished during the specified [`option: timeout
### option: ElementHandle.click.timeout = %%-input-timeout-%%
* since: v1.8
+### option: ElementHandle.click.timeout = %%-input-timeout-js-%%
+* since: v1.8
+
### option: ElementHandle.click.trial = %%-input-trial-%%
* since: v1.11
@@ -275,6 +281,9 @@ When all steps combined have not finished during the specified [`option: timeout
### option: ElementHandle.dblclick.timeout = %%-input-timeout-%%
* since: v1.8
+### option: ElementHandle.dblclick.timeout = %%-input-timeout-js-%%
+* since: v1.8
+
### option: ElementHandle.dblclick.trial = %%-input-trial-%%
* since: v1.11
@@ -519,6 +528,9 @@ Value to set for the ``, `