Unable to take full page screenshot using “screenshot --fullpage”
I am using Firefox 64.0
on Windows 10 (1803)
.
In past I have been able to take full page screen captures by issuing the command screenshot --fullpage
on the browser console. Now using this command gives an error:
screenshot --fullpage
SyntaxError: unexpected token: identifier
Should this feature still work in Firefox 64
? Searching for ways to take full page screen captures leads guides telling to use this command but they all seem to be couple of years old.
If this feature still exists, why is it not working for me? If it does not exist is there a build-in alternative?
firefox firefox-developer-tools
add a comment |
I am using Firefox 64.0
on Windows 10 (1803)
.
In past I have been able to take full page screen captures by issuing the command screenshot --fullpage
on the browser console. Now using this command gives an error:
screenshot --fullpage
SyntaxError: unexpected token: identifier
Should this feature still work in Firefox 64
? Searching for ways to take full page screen captures leads guides telling to use this command but they all seem to be couple of years old.
If this feature still exists, why is it not working for me? If it does not exist is there a build-in alternative?
firefox firefox-developer-tools
1
Use colon sign before it.
– Biswapriyo
Jan 2 at 19:49
Adding colon before command worked but the--fullpage
parameter still wont work. It gives no error but picture only contains visible area of the page.
– Madoc Comadrin
Jan 2 at 20:55
add a comment |
I am using Firefox 64.0
on Windows 10 (1803)
.
In past I have been able to take full page screen captures by issuing the command screenshot --fullpage
on the browser console. Now using this command gives an error:
screenshot --fullpage
SyntaxError: unexpected token: identifier
Should this feature still work in Firefox 64
? Searching for ways to take full page screen captures leads guides telling to use this command but they all seem to be couple of years old.
If this feature still exists, why is it not working for me? If it does not exist is there a build-in alternative?
firefox firefox-developer-tools
I am using Firefox 64.0
on Windows 10 (1803)
.
In past I have been able to take full page screen captures by issuing the command screenshot --fullpage
on the browser console. Now using this command gives an error:
screenshot --fullpage
SyntaxError: unexpected token: identifier
Should this feature still work in Firefox 64
? Searching for ways to take full page screen captures leads guides telling to use this command but they all seem to be couple of years old.
If this feature still exists, why is it not working for me? If it does not exist is there a build-in alternative?
firefox firefox-developer-tools
firefox firefox-developer-tools
edited Jan 2 at 19:33
valiano
229110
229110
asked Jan 2 at 16:13
Madoc ComadrinMadoc Comadrin
6093717
6093717
1
Use colon sign before it.
– Biswapriyo
Jan 2 at 19:49
Adding colon before command worked but the--fullpage
parameter still wont work. It gives no error but picture only contains visible area of the page.
– Madoc Comadrin
Jan 2 at 20:55
add a comment |
1
Use colon sign before it.
– Biswapriyo
Jan 2 at 19:49
Adding colon before command worked but the--fullpage
parameter still wont work. It gives no error but picture only contains visible area of the page.
– Madoc Comadrin
Jan 2 at 20:55
1
1
Use colon sign before it.
– Biswapriyo
Jan 2 at 19:49
Use colon sign before it.
– Biswapriyo
Jan 2 at 19:49
Adding colon before command worked but the
--fullpage
parameter still wont work. It gives no error but picture only contains visible area of the page.– Madoc Comadrin
Jan 2 at 20:55
Adding colon before command worked but the
--fullpage
parameter still wont work. It gives no error but picture only contains visible area of the page.– Madoc Comadrin
Jan 2 at 20:55
add a comment |
1 Answer
1
active
oldest
votes
You need to prepend a semicolon to the command:
:screenshot --fullpage
There's more info on that command on MDN web docs.
If the --fullpage
parameter doesn't work, i.e. you only get a screenshot of the viewport instead of the whole page, you either typed it wrong or it's a bug. To check whether it's a general bug in Firefox or caused by some setting or add-on, you should create a new Firefox profile and try the command there. If it works there, it's related to your profile.
There's also a page giving more tips how to troubleshoot Firefox.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1389837%2funable-to-take-full-page-screenshot-using-screenshot-fullpage%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
You need to prepend a semicolon to the command:
:screenshot --fullpage
There's more info on that command on MDN web docs.
If the --fullpage
parameter doesn't work, i.e. you only get a screenshot of the viewport instead of the whole page, you either typed it wrong or it's a bug. To check whether it's a general bug in Firefox or caused by some setting or add-on, you should create a new Firefox profile and try the command there. If it works there, it's related to your profile.
There's also a page giving more tips how to troubleshoot Firefox.
add a comment |
You need to prepend a semicolon to the command:
:screenshot --fullpage
There's more info on that command on MDN web docs.
If the --fullpage
parameter doesn't work, i.e. you only get a screenshot of the viewport instead of the whole page, you either typed it wrong or it's a bug. To check whether it's a general bug in Firefox or caused by some setting or add-on, you should create a new Firefox profile and try the command there. If it works there, it's related to your profile.
There's also a page giving more tips how to troubleshoot Firefox.
add a comment |
You need to prepend a semicolon to the command:
:screenshot --fullpage
There's more info on that command on MDN web docs.
If the --fullpage
parameter doesn't work, i.e. you only get a screenshot of the viewport instead of the whole page, you either typed it wrong or it's a bug. To check whether it's a general bug in Firefox or caused by some setting or add-on, you should create a new Firefox profile and try the command there. If it works there, it's related to your profile.
There's also a page giving more tips how to troubleshoot Firefox.
You need to prepend a semicolon to the command:
:screenshot --fullpage
There's more info on that command on MDN web docs.
If the --fullpage
parameter doesn't work, i.e. you only get a screenshot of the viewport instead of the whole page, you either typed it wrong or it's a bug. To check whether it's a general bug in Firefox or caused by some setting or add-on, you should create a new Firefox profile and try the command there. If it works there, it's related to your profile.
There's also a page giving more tips how to troubleshoot Firefox.
answered Jan 3 at 12:30
Sebastian ZartnerSebastian Zartner
5251412
5251412
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1389837%2funable-to-take-full-page-screenshot-using-screenshot-fullpage%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
Use colon sign before it.
– Biswapriyo
Jan 2 at 19:49
Adding colon before command worked but the
--fullpage
parameter still wont work. It gives no error but picture only contains visible area of the page.– Madoc Comadrin
Jan 2 at 20:55