Questions tagged [webpage-screenshot]

A screen dump, screen capture (or screencap), screenshot (or screen shot), screengrab (or screen grab), or print screen is an image taken by the computer user to record the visible items displayed on the monitor, television, or another visual output device.

Screenshots can be used to demonstrate a program, a particular problem a user might be having, or generally when display output needs to be shown to others or archived. For example, after being emailed a screenshot, a Web page author might be surprised to see how his page looks on a different Web browser and can take corrective action.

241 questions
0
votes
0 answers

How to do screenshot for frontend page with iframe?

I have made a screenshot function with Javascript for our page, when user click to send issues to us, it will automatically do screenshot of the page through "html2canvas", so we could see something in the snapshot about the issue. Since we use…
Eason Yu
  • 319
  • 1
  • 5
0
votes
1 answer

Screenshot Notification on Browser?

I wanted to know what would be the best route in mimicking the feature of snapchat of an application being aware of a user screenshotting the page?
0
votes
1 answer

How to take high resolution screenshots with cy.screenshot cypress

I am using cypress as automated testing on my cross-platform ionic app written in angular. I wanted to automate the screenshots for the deployment using cypress but the images are of a low quality I am currently setting the viewport to the presets.…
Mhyland
  • 250
  • 1
  • 4
  • 14
0
votes
1 answer

No module named 'websockets.legacy'

i'm trying to build a exe with auto-py-to-exe. Exe build successful but now my websocket server program not working. If anyone knows the solution for this please let me know. code: import asyncio import websockets import win32gui import…
0
votes
1 answer

Trying to gran a screenshot of a tube website takes forever

using the code in Python Webkit making web-site screenshots using virtual framebuffer as it is to take a screenshot of a random tube video and it just takes on forever plus it just eats up all my memory any suggestions?
Max
  • 4,152
  • 4
  • 36
  • 52
0
votes
2 answers

Mouse disappers when screenshot of a webpage is clicked

I have developed a chrome extension which takes screenshots of webpages. I have noticed that when I take screenshots of some pages, the mouse in the screenshot disappears. Therefore I am not able to know which place did the click occur later. How…
0
votes
1 answer

Taking a screenshot of the current window and store it as data repeatedly, as to have a screen replay and stable speed

I am making an HTML/JS document, and I'll need a way to take a picture of the screen every frame and store it in an array, so that it's basically like a screen recording. But I'm having trouble knowing how to do this. What I was thinking was…
Potato
  • 190
  • 1
  • 2
  • 10
0
votes
0 answers

PyQt5 are taking the screenshot without waiting the api response

I using pyqt5 for taking the screenshot to the URL. it's the react component. it takes the screenshot only component. don't wait till the API response. wanna take a screenshot after get the API response. import sys from PyQt5.QtWidgets import…
Ankit Kumar Rathod
  • 503
  • 1
  • 4
  • 7
0
votes
4 answers

Getting screenshots of web pages

I have a website that i need to add a function that every time the user navigates to another page a screenshot of the page should be taken so i can use them latter. I need this to be automatically done, with out the user doing any thing. I do…
Ovi
  • 2,459
  • 9
  • 50
  • 72
0
votes
1 answer

How to take specific element screenshot in Selenium MOBILE webdriver?

I am trying to take specific web element screenshot, but this method fails when Mobile mode is on in Chromedriver. Otherwise works perfectly in Desktop mode. Mobile element screenshot is zoomed in as well as position is wrong (screenshot is cropped…
0
votes
1 answer

Is it possible to take a screenshot on a webpage in JS after X second from the last action?

I have a web page and I want to take a screenshot when I don't use the page after X seconds, that is, when a certain time is reached after the last action Is it possible?
0
votes
1 answer

Unable to see the screenshot in the extent report on others machine using hooks concept

When I am sending the extent-report to other person screenshot is missing from the report and i have tried every ways zipped the report and send it but same issues was there. I have implemented in Cucumber framework by using hooks concept in that I…
0
votes
1 answer

how to take color screenshot using selenium java

screenshots is getting captured like below images but i want to capture it in actual colors also i don't know the reason behind it can anybody tell me why this is happening? ((JavascriptExecutor)driver).executeScript("window.scrollBy(0,131)"); int…
0
votes
2 answers

Pyhon screen shot webpage without Selenium

Is there a way to take screenshot of page without a web driver? I mean, all i want is to take screenshot in the backround , without opened window.
john2994
  • 393
  • 1
  • 3
  • 15
0
votes
1 answer

Take webpage screenshot after a certain interval of time

I have written a chrome extension which could take the visible tab's screenshot. Now, I want the extension to take pictures automatically after a certain interval of time without pressing the button. How could that be done ?
user782400
  • 1,617
  • 7
  • 30
  • 51