<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Michael - this will take a… in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/screenshot-of-a-webpage/m-p/80070#M31860</link>
    <description>Michael - this will take a screenshot of the entire screen, right?&amp;nbsp; Any code that will capture part of the screen similar to a snipping or snagit tool?&amp;nbsp; I am hoping I can specify the coordinates/bounds or size</description>
    <pubDate>Wed, 25 Apr 2018 20:57:00 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-04-25T20:57:00Z</dc:date>
    <item>
      <title>screenshot of a webpage</title>
      <link>https://community.blueprism.com/t5/Product-Forum/screenshot-of-a-webpage/m-p/80067#M31857</link>
      <description>Hello everyone,&amp;nbsp;

- can someone help me to capture a screenshot from a webpage and send the screenshot to a mail&amp;nbsp;
- can you also inform me how to use key combination ( e.g. printscreen key) in blueprism&amp;nbsp;

Thank you very much</description>
      <pubDate>Tue, 17 Apr 2018 14:56:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/screenshot-of-a-webpage/m-p/80067#M31857</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-17T14:56:00Z</dc:date>
    </item>
    <item>
      <title>Hi Susheel,…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/screenshot-of-a-webpage/m-p/80068#M31858</link>
      <description>Hi Susheel,
Use the keyword ""{PRTSC}"" as global send key in navigation to take a screenshot of web page. You can use Word VBO to paste this screen shot in a word document.
Regards,
Kirankumar Mahanthi.</description>
      <pubDate>Wed, 18 Apr 2018 13:04:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/screenshot-of-a-webpage/m-p/80068#M31858</guid>
      <dc:creator>KirankumarMahan</dc:creator>
      <dc:date>2018-04-18T13:04:00Z</dc:date>
    </item>
    <item>
      <title>Hi, we use a code stage…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/screenshot-of-a-webpage/m-p/80069#M31859</link>
      <description>Hi, we use a code stage.
Grab Image Action
Bitmap bmpScreenCapture = new Bitmap(Screen.PrimaryScreen.Bounds.Width,Screen.PrimaryScreen.Bounds.Height);
&amp;nbsp;&amp;nbsp;&amp;nbsp; using (Graphics g = Graphics.FromImage(bmpScreenCapture))
&amp;nbsp;&amp;nbsp;&amp;nbsp; {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; g.CopyFromScreen(Screen.PrimaryScreen.Bounds.X,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Screen.PrimaryScreen.Bounds.Y,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0, 0,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bmpScreenCapture.Size,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CopyPixelOperation.SourceCopy);
&amp;nbsp;&amp;nbsp;&amp;nbsp; }
OutImage = bmpScreenCapture;
You can then save it to a network location that support / whoever has access to... we use this in our exception handling patterns (v5)
&amp;nbsp;</description>
      <pubDate>Wed, 18 Apr 2018 14:33:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/screenshot-of-a-webpage/m-p/80069#M31859</guid>
      <dc:creator>MikeHiggs</dc:creator>
      <dc:date>2018-04-18T14:33:00Z</dc:date>
    </item>
    <item>
      <title>Michael - this will take a…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/screenshot-of-a-webpage/m-p/80070#M31860</link>
      <description>Michael - this will take a screenshot of the entire screen, right?&amp;nbsp; Any code that will capture part of the screen similar to a snipping or snagit tool?&amp;nbsp; I am hoping I can specify the coordinates/bounds or size</description>
      <pubDate>Wed, 25 Apr 2018 20:57:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/screenshot-of-a-webpage/m-p/80070#M31860</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-25T20:57:00Z</dc:date>
    </item>
    <item>
      <title>Blue Prism Surface…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/screenshot-of-a-webpage/m-p/80071#M31861</link>
      <description>Blue Prism Surface Automation allows you to take an image of a region - I suggest using that (it is what it was created for) - then maybe code to write your captured bitmap to file.</description>
      <pubDate>Fri, 27 Apr 2018 14:58:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/screenshot-of-a-webpage/m-p/80071#M31861</guid>
      <dc:creator>Denis__Dennehy</dc:creator>
      <dc:date>2018-04-27T14:58:00Z</dc:date>
    </item>
  </channel>
</rss>

