aboutsummaryrefslogtreecommitdiff
path: root/files/pt-pt/tools/taking_screenshots/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/pt-pt/tools/taking_screenshots/index.html')
-rw-r--r--files/pt-pt/tools/taking_screenshots/index.html43
1 files changed, 43 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..52eff5ef0f
--- /dev/null
+++ b/files/pt-pt/tools/taking_screenshots/index.html
@@ -0,0 +1,43 @@
+---
+title: Capturas de ecrã
+slug: Tools/Taking_screenshots
+tags:
+ - Ferramentas
+translation_of: Tools/Taking_screenshots
+original_slug: Tools/Capturas_de_ecra
+---
+<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>