Here is an easy way to capture screenshot in Chrome browser without any chrome extension
Open the Application which you are testing in Chrome Browser.
Open the developer tools in chrome using the keyboard shortcut ctrl+shift+I or by right clicking and selecting inspect option.
Click the three dotted icon in the developer tools,
Select run command option from the options,
Type capture screenshot command and hit enter. The screenshot will be taken and downloaded automatically as .png file.
We can also take area screenshots, full size screenshots, and node screenshot
Area screenshot -> Takes screenshot for a particular area
Full-size screenshot -> Takes screenshot of an entire page.
Node screenshot -> Captures a screenshot of the inspected element.
Thank you, Happy learning......