<?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 Instead of saving to folder in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/How-to-capture-screenshots-in-Blue-Prism/m-p/67113#M19718</link>
    <description>Instead of saving to folder you can get the output in image data item</description>
    <pubDate>Mon, 22 May 2017 02:31:00 GMT</pubDate>
    <dc:creator>GopalBhaire</dc:creator>
    <dc:date>2017-05-22T02:31:00Z</dc:date>
    <item>
      <title>How to capture screenshots in Blue Prism?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-capture-screenshots-in-Blue-Prism/m-p/67110#M19715</link>
      <description>I was wondering if there is any internal libraries that helps the end users capture the screenshots of the steps covered.
The method which I am following is to enter print screen throgh sendkeys and paste the clipboard to any software ( MS PAINT) and then saving the file. 
I wanted to understand if there is any better way to handle this scenario.</description>
      <pubDate>Fri, 19 May 2017 11:44:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-capture-screenshots-in-Blue-Prism/m-p/67110#M19715</guid>
      <dc:creator>AjmalMoideen</dc:creator>
      <dc:date>2017-05-19T11:44:00Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-capture-screenshots-in-Blue-Prism/m-p/67111#M19716</link>
      <description>Hi,
you can use code block and create object which will make screenshots &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; eg. in C# code</description>
      <pubDate>Fri, 19 May 2017 12:06:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-capture-screenshots-in-Blue-Prism/m-p/67111#M19716</guid>
      <dc:creator>MichalBogucki</dc:creator>
      <dc:date>2017-05-19T12:06:00Z</dc:date>
    </item>
    <item>
      <title>Try this:</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-capture-screenshots-in-Blue-Prism/m-p/67112#M19717</link>
      <description>Try this:
Bitmap bitmap = new Bitmap(Screen.PrimaryScreen.Bounds.Width, Screen.PrimaryScreen.Bounds.Height);
success = false;
error="";
folder = folder.TrimEnd('\\');
try{
	Graphics graphics = Graphics.FromImage(bitmap as Image);
	graphics.CopyFromScreen(0, 0, 0, 0, bitmap.Size);
	if (bitmap != null)
	{
		bitmap.Save(@folder+"\\+fileName+"".png"");
		success = true;
	}
 }
catch(Exception e)
 {
 	error = e.ToString();
	success = false;
 }</description>
      <pubDate>Mon, 22 May 2017 02:30:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-capture-screenshots-in-Blue-Prism/m-p/67112#M19717</guid>
      <dc:creator>GopalBhaire</dc:creator>
      <dc:date>2017-05-22T02:30:00Z</dc:date>
    </item>
    <item>
      <title>Instead of saving to folder</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-capture-screenshots-in-Blue-Prism/m-p/67113#M19718</link>
      <description>Instead of saving to folder you can get the output in image data item</description>
      <pubDate>Mon, 22 May 2017 02:31:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-capture-screenshots-in-Blue-Prism/m-p/67113#M19718</guid>
      <dc:creator>GopalBhaire</dc:creator>
      <dc:date>2017-05-22T02:31:00Z</dc:date>
    </item>
  </channel>
</rss>

