--- title: Capturas de ecrã slug: Tools/Taking_screenshots tags: - Ferramentas translation_of: Tools/Taking_screenshots original_slug: Tools/Capturas_de_ecra ---
{{ToolsSidebar}}

You can use the Developer Tools to take a screenshot of the entire page, or of a single element in the page.

Efetuar capturas de ecrã de uma página

Use the screenshot icon: to take a full-page screenshot of the current page.

By default, the screenshot icon is not enabled. To enable it:

You'll now see the icon in the toolbar:

{{EmbedYouTube("KB5V9uJgcS4")}}

Click the icon to take a screenshot of the current page. The screenshot is saved to your browser's "Downloads" directory:

{{EmbedYouTube("HKS6MofdXVE")}}

Efetuar uma captura de ecrã de um elemento

To take a screenshot of a single element in the page, activate the context menu on that element in the Inspector's HTML pane, and select "Screenshot Node". The screenshot is saved to the browser's "Downloads" directory:

{{EmbedYouTube("p2pjF_BrE1o")}}

Copiar capturas de ecrã para a área de transferência

From Firefox 53, you can also copy the screenshot to the clipboard. Just check the box in Settings labeled "Screenshot to clipboard":

{{EmbedYouTube("AZedFGh6F78")}}

Now, whenever you take a screenshot, the screenshot is also copied to the clipboard.