I have to work with multiple pages (tabs) at once and need to see how the different pages look like at any one instance. Is it possible to take screen shots of open tab in Firefox/Chrome via Javascript?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
On Chrome, use the Aviary extension: if you require programmatic access, you could fork from the said extension to provide an API.
There is also the
captureVisibleTabtabs function available through Chrome extension: it does all the work (almost 😉 for you.