Skip to content

Commit

Permalink
docs: rename viewport option to viewportSize in java, C# (#5383)
Browse files Browse the repository at this point in the history
  • Loading branch information
yury-s committed Feb 10, 2021
1 parent 3695dab commit 152701a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/src/api/params.md
Expand Up @@ -195,7 +195,9 @@ Whether to ignore HTTPS errors during navigation. Defaults to `false`.
Toggles bypassing page's Content-Security-Policy.

## context-option-viewport
* langs: java, js
* langs: js, java
- alias-java: viewportSize
- alias-csharp: viewportSize
- `viewport` <[null]|[Object]>
- `width` <[int]> page width in pixels.
- `height` <[int]> page height in pixels.
Expand Down

0 comments on commit 152701a

Please sign in to comment.