From 2c2df5ea01eb5cd8b9ea226b2869337e59c5fe3e Mon Sep 17 00:00:00 2001 From: Florian Merz Date: Thu, 11 Feb 2021 14:50:24 +0100 Subject: unslug pt-pt: move --- files/pt-pt/tools/taking_screenshots/index.html | 42 +++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 files/pt-pt/tools/taking_screenshots/index.html (limited to 'files/pt-pt/tools/taking_screenshots/index.html') diff --git a/files/pt-pt/tools/taking_screenshots/index.html b/files/pt-pt/tools/taking_screenshots/index.html new file mode 100644 index 0000000000..79f19d78ea --- /dev/null +++ b/files/pt-pt/tools/taking_screenshots/index.html @@ -0,0 +1,42 @@ +--- +title: Capturas de ecrã +slug: Tools/Capturas_de_ecra +tags: + - Ferramentas +translation_of: Tools/Taking_screenshots +--- +
{{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.

-- cgit v1.2.3-54-g00ecf