Can someone please let me know if there is a code in Chrome to rung this command (Capture Full Size Screenshot)
from JavaScript?
Asked
Active
Viewed 98 times
1

Suffii
- 5,694
- 15
- 55
- 92
-
Use [Page.captureScreenshot](https://chromedevtools.github.io/devtools-protocol/tot/Page/#method-captureScreenshot) as shown in the linked topic. – wOxxOm Jan 21 '22 at 22:25