aboutsummaryrefslogtreecommitdiff
path: root/files/pt-pt/tools/taking_screenshots/index.html
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 14:50:24 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 14:50:24 +0100
commit2c2df5ea01eb5cd8b9ea226b2869337e59c5fe3e (patch)
tree86ab4534d10092b293d4b7ab169fe1a8a2421bfa /files/pt-pt/tools/taking_screenshots/index.html
parent8260a606c143e6b55a467edf017a56bdcd6cba7e (diff)
downloadtranslated-content-2c2df5ea01eb5cd8b9ea226b2869337e59c5fe3e.tar.gz
translated-content-2c2df5ea01eb5cd8b9ea226b2869337e59c5fe3e.tar.bz2
translated-content-2c2df5ea01eb5cd8b9ea226b2869337e59c5fe3e.zip
unslug pt-pt: move
Diffstat (limited to 'files/pt-pt/tools/taking_screenshots/index.html')
-rw-r--r--files/pt-pt/tools/taking_screenshots/index.html42
1 files changed, 42 insertions, 0 deletions
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
+---
+<div>{{ToolsSidebar}}</div><p>You can use the Developer Tools to take a screenshot of the entire page, or of a single element in the page.</p>
+
+<h2 id="Efetuar_capturas_de_ecrã_de_uma_página">Efetuar capturas de ecrã de uma página</h2>
+
+<p>Use the screenshot icon: <img alt="" src="https://mdn.mozillademos.org/files/14713/camera-icon.png" style="height: 16px; margin-bottom: -4px; width: 18px;"> to take a full-page screenshot of the current page.</p>
+
+<p>By default, the screenshot icon is not enabled. To enable it:</p>
+
+<ul>
+ <li>visit the <a href="/en-US/docs/Tools/Settings">Settings</a> page</li>
+ <li>find the section labeled "Available Toolbox Buttons"</li>
+ <li>check the box labeled "Take a screenshot of the entire page".</li>
+</ul>
+
+<p>You'll now see the icon in the toolbar:</p>
+
+<p>{{EmbedYouTube("KB5V9uJgcS4")}}</p>
+
+<p>Click the icon to take a screenshot of the current page. The screenshot is saved to your browser's "Downloads" directory:</p>
+
+<p>{{EmbedYouTube("HKS6MofdXVE")}}</p>
+
+<h2 id="Efetuar_uma_captura_de_ecrã_de_um_elemento">Efetuar uma captura de ecrã de um elemento</h2>
+
+<p>To take a screenshot of a single element in the page, activate the context menu on that element in the <a href="/en-US/docs/Tools/Page_Inspector/UI_Tour#HTML_pane">Inspector's HTML pane</a>, and select "Screenshot Node". The screenshot is saved to the browser's "Downloads" directory:</p>
+
+<p>{{EmbedYouTube("p2pjF_BrE1o")}}</p>
+
+<h2 id="Copiar_capturas_de_ecrã_para_a_área_de_transferência">Copiar capturas de ecrã para a área de transferência</h2>
+
+<p>From Firefox 53, you can also copy the screenshot to the clipboard. Just check the box in Settings labeled "Screenshot to clipboard":</p>
+
+<p>{{EmbedYouTube("AZedFGh6F78")}}</p>
+
+<p>Now, whenever you take a screenshot, the screenshot is also copied to the clipboard.</p>