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
1
vote
4 answers

Is there a way to run c# forms application without showing a gui window (like a console application)

Is there a way to run c# forms application without showing a gui window (like a console application). I'm trying to take screen shorts of webpages loaded into a webkit.net control. Everything works fine and I can get screenshots but if there is a…
ivymike
  • 1,511
  • 2
  • 20
  • 27
1
vote
2 answers

Can I create a Chrome extension or a Firefox plugin that take screen shots of web pages?

I am a web developer/aspiring web designer who looks at a lot of web design examples. While I bookmark them, text links are a pretty bad way for me to keep track of designs I like. I am planning to create my own bookmarking application which would…
1
vote
1 answer

Capturing a specific webpage or url (python)

Im new in python and opencv and i'm making a project that captures my whole window , eventually i cope up an idea that i want to capture a specific webpage not my whole window . It is possible to Capture a webpage/url that's run on my computer? (for…
1
vote
0 answers

How to take screenshot using JavaScript using Chrome Dev Tools

I am trying to create a chrome extension that includes taking a screenshot of the user's screen. I want to give users the option to select a specific part of the screen like the clipping tool on windows (this is really important for the extension).…
1
vote
1 answer

screenshot from webview

I'm trying to take a screenshot of content of my WebView. I creare a bitmap and then create canvas from this bitmap, then I call method drawPage(canvas) inside onPageFinished() (that is a callback from WebChromeClient), but inside onPageFinished()…
Ving
  • 11
  • 3
1
vote
1 answer

R taking screenshots from password-protected website

I am trying to write a set of R codes to take screenshots from a password-protected website. I have tried using the webshot and httr packages but could not figure out a solution for this. Below are the codes that I have…
debster
  • 333
  • 2
  • 10
1
vote
0 answers

How to remove unwanted visual elements from selenium element screenshot

I am trying to scrape the commodities futures table (https://www.investing.com/commodities/real-time-futures) scraping itself goes well (i.e. getting the table html code and so on), but I want to get the screenshot of this table. And everytime i try…
leo_113
  • 11
  • 1
1
vote
1 answer

How do I take a screenshot of the current frame of an html5 video through chrome's console and copy it to clipboard

The specific use case is mostly for youtube although I would prefer being able to take a screenshot for any html5 video. It's hard to take a perfect screenshot on youtube because of the panel on the bottom and blur and stuff. I got the idea for this…
1
vote
0 answers

Taking a screenshot of a body containg different iframe, embed, webview

I have a particular problem when using any library to take a screenshot for my webpage containing videos (with embed html tags) and webpages (with iframe and webview in electron). I tried "html2canvas" (even with allowTaint: true) and "domtoimage"…
1
vote
1 answer

Chrome captueVisibleTab() when window is minimized

I am using Google Chrome to create screenshots of several sites in an automatic way. For that I am using the captureVisibleTab() function the API provides. Because this is an endless task I want to minimize the Chrome window so it can run in the…
1
vote
0 answers

Screenshot Fails in selenium-chromedriver If the URL contians query string parameter

I am using JDK 1.8.x. And I am capturing screenshots using selenium with the help of chromedriver. Problem Facing: If URL contains query String parameter. The screenshot looks like blank white empty page. Example: url = …
1
vote
0 answers

How to capture transparent or white screenshot in selenium

Can anyone tell me why screenshot color are like below image please help me how i can resolve this issue, why actual color is getting change like this??
1
vote
2 answers

How to create an image of the website using js?

Can I "convert" the website to a JPG or GIF? I mean, is it possible to view the website as an image? (obviously without animation) only a static image, like a photo of the website that the user is seeing on the browser... Thank you!
Dail
  • 11
  • 1
1
vote
0 answers

Segment a webpage by its image

I want to segment a webpage and extract out the boxes containing the foreground objects from the background. Please tell what are the methods I can use for this. Here is a the sample image of a webpage and the corresponding output I am trying to…
Xolve
  • 22,298
  • 21
  • 77
  • 125
1
vote
1 answer

Extent Report - base64-img instead of actual screenshot

I have written C# code to get base64 encoded string as a screenshot and place it into .html Extent Report. private ExtentReports Extent; private ExtentTest Test; ------- some other code here ---------- Test = Extent.CreateTest("name of…
TiredOfProgramming
  • 845
  • 2
  • 16
  • 41