docs: add a link to screenshots api in the docs (#28288)

This commit is contained in:
Aislinn Hayes 2023-11-23 10:06:06 +00:00 committed by GitHub
parent 958e45316e
commit 1f953c2148
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ await Page.ScreenshotAsync(new()
});
```
Screenshots API accepts many parameters for image format, clip area, quality, etc. Make sure to check them out.
[Screenshots API](./api/class-page#page-screenshot) accepts many parameters for image format, clip area, quality, etc. Make sure to check them out.
<!-- TOC -->