{"id":28017,"date":"2021-03-25T18:54:04","date_gmt":"2021-03-25T18:54:04","guid":{"rendered":"https:\/\/app14743.cloudwayssites.com\/?p=28017"},"modified":"2025-01-17T11:35:53","modified_gmt":"2025-01-17T16:35:53","slug":"tutorial-how-to-automate-power-automate-desktop","status":"publish","type":"post","link":"https:\/\/app14743.cloudwayssites.com\/blog\/tutorial-how-to-automate-power-automate-desktop\/","title":{"rendered":"Tutorial: How to Automate with Power Automate Desktop"},"content":{"rendered":"\n<p>For anyone trying to automate repetitive and time-consuming tasks, Microsoft has just quietly released a free tool that will make your life easier. Power Automate Desktop is a codeless tool that arose out of their Softomotive acquisition a year ago. Now fully integrated into Windows, it is available for free to all Windows 10 users.<\/p>\n\n\n\n<p>In this step-by-step tutorial, we\u2019ll learn how to use Microsoft Power Automate Desktop to automate an application without code. We\u2019ll even learn how to codelessly test it visually too.<\/p>\n\n\n\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-automating-with-power-automate-desktop\">Automating with Power Automate Desktop<\/h2>\n\n\n\n<p>So what can be done with Power Automate Desktop? A better question might be, what can\u2019t you do with it? Power Automate Desktop provides many already pre-built \u201cActions\u201d to automate many different processes or applications out of&nbsp; the box. For example, you may want to automate sending an email triggered by a particular event. Or you may want to extract values from an Excel spreadsheet and store them somewhere else like a database on Azure. If so, Power Automate Desktop has you covered along with hundreds of other similar actions. If an action you need doesn\u2019t exist, no problem either. It\u2019s easy to create one &#8211; so let&#8217;s go ahead and do so!&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-a-codeless-example-of-power-automate-desktop\">A Codeless Example of Power Automate Desktop<\/h2>\n\n\n\n<p>For the context of this example. Let&#8217;s say you\u2019re a tester and you\u2019ve been tasked to automate your Windows desktop application. Where do you start!? You could go down the path of using a framework such as <a href=\"https:\/\/github.com\/microsoft\/WinAppDriver\">WinAppDriver<\/a>, which is an <a href=\"https:\/\/appium.io\/\">Appium<\/a> driver built and maintained by Microsoft to automate desktop Windows applications. However, with this approach you will need some coding experience and some knowledge of the framework to really provide a viable solution. There are other enterprise options such as <a href=\"https:\/\/www.microfocus.com\/en-us\/products\/uft-one\/overview\">Micro Focus\u2019s UFT One<\/a>, formally named QTP\/UFT. But this too requires some coding knowledge to be successful, along with a hefty paid subscription.&nbsp;<\/p>\n\n\n\n<p>The beauty of Power Automate Desktop is that, not only is it completely free, but it can be 100% codeless and no coding knowledge or background is required. A Web and Desktop recorder is built in to record any UI elements or views you need to interact with for your automation, which can easily be plugged into your \u201cFlow.\u201d A Flow in Power Automate Desktop is essentially the same thing as \u201cautomation script\u201d in the coding world.&nbsp;<\/p>\n\n\n\n<p>For this example we are going to use a very simple application: the Calculator app.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-creating-your-first-flow\">Creating Your First Flow<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li>If you haven\u2019t done so already, <a href=\"https:\/\/go.microsoft.com\/fwlink\/?LinkId=2102613&amp;clcid=0x409\">download and install Power Automate Desktop<\/a>.<\/li>\n\n\n\n<li>Open Power Automate Desktop and create a New Flow.<figure class=\"wp-block-image size-large\"><figure><img loading=\"lazy\" decoding=\"async\" width=\"624\" height=\"397\" title=\"Power Automate Desktop - New Flow\" class=\"wp-image-28019\" src=\"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2021\/03\/Power-Automate-Desktop-New-Flow.png\" alt=\"Setting up a new flow called Calculator Image Validation Test in Power Automate Desktop, \" srcset=\"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2021\/03\/Power-Automate-Desktop-New-Flow.png 624w, https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2021\/03\/Power-Automate-Desktop-New-Flow-300x191.png 300w\" sizes=\"(max-width: 624px) 100vw, 624px\" \/><\/figure><\/figure><\/li>\n\n\n\n<li>This will open up the Action flow builder screen.<\/li>\n\n\n\n<li>Let\u2019s choose for our first action to \u201cRun application\u201d and set it to open the Calculator app.<figure class=\"wp-block-image size-large\"><figure><img loading=\"lazy\" decoding=\"async\" width=\"621\" height=\"509\" title=\"Power Automate Desktop - Run Application\" class=\"wp-image-28020\" src=\"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2021\/03\/Power-Automate-Desktop-Run-Application.png\" alt=\"Using a Run Application action in Microsoft Power Automate Desktop to run the calculator application.\" srcset=\"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2021\/03\/Power-Automate-Desktop-Run-Application.png 621w, https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2021\/03\/Power-Automate-Desktop-Run-Application-300x246.png 300w\" sizes=\"(max-width: 621px) 100vw, 621px\" \/><\/figure><\/figure><\/li>\n\n\n\n<li>We want to give it some time to wait for the Calculator application to start. There are many different wait actions we can use. I unfortunately didn\u2019t have a lot of luck using some explicit waits so I used an implicit 5 second wait instead that gave me the desired result.<figure class=\"wp-block-image size-large\"><figure><img loading=\"lazy\" decoding=\"async\" width=\"624\" height=\"275\" title=\"Power Automate Desktop - Wait Action\" class=\"wp-image-28021\" src=\"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2021\/03\/Power-Automate-Desktop-Wait-Action.png\" alt=\"Using a Wait action in Microsoft Power Automate Desktop to wait 5 seconds.\" srcset=\"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2021\/03\/Power-Automate-Desktop-Wait-Action.png 624w, https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2021\/03\/Power-Automate-Desktop-Wait-Action-300x132.png 300w\" sizes=\"(max-width: 624px) 100vw, 624px\" \/><\/figure><\/figure><\/li>\n\n\n\n<li>Next, let\u2019s take a screenshot of the calculator application and store it in a folder in PNG format. We will use the \u201cTake screenshot\u201d action.<br><blockquote class=\"wp-block-quote\"><p>Tip! Whenever you screenshot your application, make sure the application window is isolated (preferably with a dark background) and not overlapping any desktop icons or other windows. This will provide a much better image result.<\/p><\/blockquote><figure class=\"wp-block-image size-large\"><figure><img loading=\"lazy\" decoding=\"async\" width=\"624\" height=\"427\" title=\"Power Automate Desktop - Take Screenshot Action\" class=\"wp-image-28023\" src=\"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2021\/03\/Power-Automate-Desktop-Take-Screenshot-Action.png\" alt=\"Using a Take Screenshot action in Microsoft Power Automate Desktop to take the initial screenshot of the calculator.\" srcset=\"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2021\/03\/Power-Automate-Desktop-Take-Screenshot-Action.png 624w, https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2021\/03\/Power-Automate-Desktop-Take-Screenshot-Action-300x205.png 300w\" sizes=\"(max-width: 624px) 100vw, 624px\" \/><\/figure><\/figure><\/li>\n\n\n\n<li>We\u2019ll now click on an element on the Calculator application. To do this we can use the action \u201cClick UI element in window\u201d and the built-in recorder by clicking the \u201cAdd a new UI element\u201d button to detect an element, in this case the 8 button, to click. When hovering over the 8 button, you can use Ctrl+left click to store the element in your list. Set the Click type to Left click.<figure class=\"wp-block-image size-large\"><figure><img loading=\"lazy\" decoding=\"async\" width=\"624\" height=\"524\" title=\"Power Automate Desktop - Click UI Element in Window Action\" class=\"wp-image-28024\" src=\"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2021\/03\/Power-Automate-Desktop-Click-UI-Element-in-Window-Action.png\" alt=\"Using a Click UI Element in Window action in Microsoft Power Automate Desktop to gather the first calculator button click we will be automating - 8. \" srcset=\"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2021\/03\/Power-Automate-Desktop-Click-UI-Element-in-Window-Action.png 624w, https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2021\/03\/Power-Automate-Desktop-Click-UI-Element-in-Window-Action-300x252.png 300w\" sizes=\"(max-width: 624px) 100vw, 624px\" \/><\/figure><\/figure><figure class=\"wp-block-image size-large\"><figure><img loading=\"lazy\" decoding=\"async\" width=\"624\" height=\"631\" title=\"Power Automate Desktop - Using the Built-In Recorder\" class=\"wp-image-28025\" src=\"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2021\/03\/Power-Automate-Desktop-Using-the-Built-In-Recorder.png\" alt=\"Using the built-in recorder in Microsoft Power Automate Desktop to gather our calculator button clicks that we will be automating.\" srcset=\"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2021\/03\/Power-Automate-Desktop-Using-the-Built-In-Recorder.png 624w, https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2021\/03\/Power-Automate-Desktop-Using-the-Built-In-Recorder-297x300.png 297w, https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2021\/03\/Power-Automate-Desktop-Using-the-Built-In-Recorder-50x50.png 50w\" sizes=\"(max-width: 624px) 100vw, 624px\" \/><\/figure><\/figure><\/li>\n\n\n\n<li>Go ahead and repeat the step above by adding 3 more \u201cClick UI element in window\u201d actions to multiply 8&#215;8=64.<figure class=\"wp-block-image size-large\"><figure><img loading=\"lazy\" decoding=\"async\" width=\"542\" height=\"237\" title=\"Power Automate Desktop - Clicking 4 UI Elements\" class=\"wp-image-28027\" src=\"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2021\/03\/Power-Automate-Desktop-Clicking-4-UI-Elements.png\" alt=\"The 4 &quot;Click UI element in Window&quot; actions in order - 8, multiply by, 8, and equals.\" srcset=\"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2021\/03\/Power-Automate-Desktop-Clicking-4-UI-Elements.png 542w, https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2021\/03\/Power-Automate-Desktop-Clicking-4-UI-Elements-300x131.png 300w\" sizes=\"(max-width: 542px) 100vw, 542px\" \/><\/figure><\/figure><\/li>\n\n\n\n<li>Add one more screenshot action (like in step 6 above). Give the screenshot filename something different than you did in step 6 and store it in the same folder.\u00a0<\/li>\n\n\n\n<li>Finally, use the action \u201cClose window\u201d to close the Calculator application.<figure class=\"wp-block-image size-large\"><figure><img loading=\"lazy\" decoding=\"async\" width=\"624\" height=\"439\" title=\"Power Automate Desktop - Close Window Action\" class=\"wp-image-28028\" src=\"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2021\/03\/Power-Automate-Desktop-Close-Window-Action.png\" alt=\"Using a Close Window action in Microsoft Power Automate Desktop to close our calculator app when we're done. \" srcset=\"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2021\/03\/Power-Automate-Desktop-Close-Window-Action.png 624w, https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2021\/03\/Power-Automate-Desktop-Close-Window-Action-300x211.png 300w\" sizes=\"(max-width: 624px) 100vw, 624px\" \/><\/figure><\/figure><\/li>\n\n\n\n<li>Now go ahead and execute your Flow by clicking the Run button! If all goes to plan, you should see the Calculator application launch, take a screenshot, multiply 8&#215;8, take another screenshot and finally close the Calculator application.<\/li>\n\n\n\n<li>Your two screenshot images should look similar to this:<figure class=\"wp-block-image size-large\"><figure><img loading=\"lazy\" decoding=\"async\" width=\"624\" height=\"311\" title=\"Results - Side by Side Screenshot\" class=\"wp-image-28029\" src=\"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2021\/03\/Results-Side-by-Side-Screenshot.png\" alt=\"Two screenshots side by side, one showing a calculator displaying &quot;0&quot; and the other displaying &quot;64&quot;.\" srcset=\"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2021\/03\/Results-Side-by-Side-Screenshot.png 624w, https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2021\/03\/Results-Side-by-Side-Screenshot-300x150.png 300w\" sizes=\"(max-width: 624px) 100vw, 624px\" \/><\/figure><\/figure><\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-visually-validating-your-desktop-app\">Visually Validating Your Desktop App<\/h3>\n\n\n\n<p>So now let&#8217;s say you want to visually validate your desktop application with Applitools using our AI image comparison algorithms. But why would you want to visually validate your application?&nbsp;<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-why-visually-validate-your-application-nbsp\">Why Visually Validate Your Application?&nbsp;<\/h4>\n\n\n\n<p>Well the old saying goes \u201cA picture is worth a thousand words.\u201d That cannot be any truer than when it comes to testing. Factor in that in today\u2019s software development world, the pace of releasing software updates is drastically increasing. A visual snapshot of your application can uncover bugs, visual discrepancies or layout issues you never knew existed and also ensure your Application\u2019s UI still works and is functional.&nbsp;<\/p>\n\n\n\n<p>Like in this example, if 8&#215;8 didn\u2019t equal 64 we\u2019d know right away something was wrong because the screenshot would look different. With an image, every visual attribute (text, color, location, etc..) of every element is automatically captured.&nbsp;<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-visual-testing-with-power-automate-desktop\">Visual Testing with Power Automate Desktop<\/h4>\n\n\n\n<p>So lets add an action to upload our screenshots we took above to Applitools!<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>For this next step we have a few different options. Applitools provides <a href=\"https:\/\/app14743.cloudwayssites.com\/tutorials\/\">over 50+ SDKs<\/a> to do visual testing. You can integrate these SDKs directly into your automation framework or use one of our standalone codeless tools. Power Automate Desktop does provide actions to execute programmable scripts such as Python. However, for this example we are going to use our <a href=\"https:\/\/app14743.cloudwayssites.com\/tutorials\/screenshots-cli.html\">ImageTester CLI<\/a> codeless tool (also known as the Screenshots CLI) to upload these screenshots from the command line.\u00a0<\/li>\n\n\n\n<li>If you haven\u2019t done so already, <a href=\"https:\/\/github.com\/applitools\/ImageTester\">download the ImageTester<\/a> and place it in a folder of your choosing on your PC.\u00a0<\/li>\n\n\n\n<li>Next add your Applitools API Key to your System Environment Variables as APPLITOOLS_API_KEY.<\/li>\n\n\n\n<li>Now we want to add another action called \u201cGet environment variable\u201d and place it after the \u201cClose window\u201d action.<figure class=\"wp-block-image size-large\"><figure><img loading=\"lazy\" decoding=\"async\" width=\"624\" height=\"464\" title=\"Power Automate Desktop - Get Environment Variable\" class=\"wp-image-28031\" src=\"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2021\/03\/Power-Automate-Desktop-Get-Environment-Variable.png\" alt=\"Using a Get Environment Variable action in Microsoft Power Automate Desktop to get our Applitools API Key.\" srcset=\"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2021\/03\/Power-Automate-Desktop-Get-Environment-Variable.png 624w, https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2021\/03\/Power-Automate-Desktop-Get-Environment-Variable-300x223.png 300w\" sizes=\"(max-width: 624px) 100vw, 624px\" \/><\/figure><\/figure><\/li>\n\n\n\n<li>Finally, let&#8217;s add one more action, \u201cRun DOS command,\u201d to execute the ImageTester CLI we downloaded above. This is where we\u2019re going to use the API Key we are storing in the EnvironmentVariableValue above.<figure class=\"wp-block-image size-large\"><figure><img loading=\"lazy\" decoding=\"async\" width=\"624\" height=\"414\" title=\"Power Automate Desktop - Run DOS Command Action\" class=\"wp-image-28032\" src=\"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2021\/03\/Power-Automate-Desktop-Run-DOS-Command-Action.png\" alt=\"Using a Run DOS Command action in Microsoft Power Automate Desktop to execute the ImageTester CLI.\" srcset=\"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2021\/03\/Power-Automate-Desktop-Run-DOS-Command-Action.png 624w, https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2021\/03\/Power-Automate-Desktop-Run-DOS-Command-Action-300x199.png 300w, https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2021\/03\/Power-Automate-Desktop-Run-DOS-Command-Action-462x308.png 462w\" sizes=\"(max-width: 624px) 100vw, 624px\" \/><\/figure><\/figure><\/li>\n\n\n\n<li>Your final Flow should look similar to this.<figure class=\"wp-block-image size-large\"><figure><img loading=\"lazy\" decoding=\"async\" width=\"624\" height=\"571\" title=\"Power Automate Desktop - Final Flow\" class=\"wp-image-28033\" src=\"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2021\/03\/Power-Automate-Desktop-Final-Flow.png\" alt=\"The final Flow in Power Automate Desktop, with 11 steps, including running the application, taking screenshots, clicking UI elements, getting environment variables, and running the DOS command.\" srcset=\"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2021\/03\/Power-Automate-Desktop-Final-Flow.png 624w, https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2021\/03\/Power-Automate-Desktop-Final-Flow-300x275.png 300w\" sizes=\"(max-width: 624px) 100vw, 624px\" \/><\/figure><\/figure><\/li>\n\n\n\n<li>Now let\u2019s run our Flow again! After this execution we should see our images in Applitools as new baselines.<figure class=\"wp-block-image size-large\"><figure><img loading=\"lazy\" decoding=\"async\" width=\"552\" height=\"377\" title=\"Baseline Images - Applitools\" class=\"wp-image-28034\" src=\"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2021\/03\/Baseline-Images-Applitools.png\" alt=\"The baseline images in Applitools, showing our two calculator screenshots from earlier (one showing 0, the other showing 64).\" srcset=\"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2021\/03\/Baseline-Images-Applitools.png 552w, https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2021\/03\/Baseline-Images-Applitools-300x205.png 300w\" sizes=\"(max-width: 552px) 100vw, 552px\" \/><\/figure><\/figure><\/li>\n<\/ol>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-testing-that-is-automated-and-visually-perfect\">Testing that is Automated and Visually Perfect<\/h4>\n\n\n\n<p>And that\u2019s it! You now have stored baseline images of your application. So whenever your development team makes changes to your application in the future you can run this Power Automate Desktop Flow again to ensure your application still functionally works the same but is also visually perfect!<\/p>\n\n\n\n<p>You can see the full Flow in action in the video below:<\/p>\n\n\n\n<figure class=\"wp-block-video\"><video controls src=\"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2021\/03\/power-automate-desktop-example.mov\"><\/video><\/figure>\n\n\n\n<p>Applitools comes with many amazing features such as CI\/CD integrations, bug tracking and accessibility testing, just to name a few. Visual testing with Applitools will help you improve your overall software quality, test smarter and more efficiently, and release application updates faster without sacrificing quality. Applitools is free so <a href=\"https:\/\/auth.applitools.com\/users\/register\">join Applitools today<\/a> and see for yourself.&nbsp;<\/p>\n\n\n\n<p>And don\u2019t forget to <a href=\"https:\/\/go.microsoft.com\/fwlink\/?LinkId=2102613&amp;clcid=0x409\">download Power Automate Desktop<\/a> and play around with it now that it\u2019s available. Happy testing!<\/p>\n\n\n\n<div class=\"wp-block-group pt-none pb-none\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading\" id=\"h-quick-answers\">Quick Answers<\/h2>\n\n\n\n<div class=\"schema-faq wp-block-yoast-faq-block\"><div class=\"schema-faq-section\" id=\"faq-question-1731025092682\"><strong class=\"schema-faq-question\">What is Power Automate Desktop and how can it help with automation?<\/strong> <p class=\"schema-faq-answer\">Power Automate Desktop is a free, codeless tool provided by Microsoft for automating repetitive tasks and application processes. It offers pre-built actions for tasks like automating workflows, extracting data, and interacting with desktop and web apps, all without requiring coding knowledge.<br\/><\/p> <\/div> <div class=\"schema-faq-section\" id=\"faq-question-1737131680325\"><strong class=\"schema-faq-question\">How do I get started with Power Automate Desktop?<\/strong> <p class=\"schema-faq-answer\">To start, download and install Power Automate Desktop on your Windows 10 machine. You can then create a new Flow, which is essentially an automation sequence, and use the built-in recorder and actions to define your automation steps.<br\/><\/p> <\/div> <div class=\"schema-faq-section\" id=\"faq-question-1737131706438\"><strong class=\"schema-faq-question\">Can Power Automate Desktop be used to test applications?<\/strong> <p class=\"schema-faq-answer\">Yes, you can use Power Automate Desktop to test desktop applications without writing code. By creating a Flow that interacts with application elements like buttons or inputs, you can automate and validate functional workflows.<br\/><\/p> <\/div> <div class=\"schema-faq-section\" id=\"faq-question-1737131720937\"><strong class=\"schema-faq-question\">How does visual validation work with Power Automate Desktop and Applitools?<\/strong> <p class=\"schema-faq-answer\">You can use Power Automate Desktop to take screenshots of your application during the automated Flow. By integrating Applitools\u2019 ImageTester tool, these screenshots can be uploaded and compared using AI-driven visual testing to detect UI differences or bugs.<br\/><\/p> <\/div> <div class=\"schema-faq-section\" id=\"faq-question-1737131735487\"><strong class=\"schema-faq-question\">What are the key advantages of using Power Automate Desktop for automation?<\/strong> <p class=\"schema-faq-answer\">The main advantages include its free availability, ease of use with no coding required, and built-in tools for recording actions and interacting with UI elements. It also integrates with other tools like Applitools for enhanced testing capabilities.<br\/><\/p> <\/div> <\/div>\n\n\n\n<div class=\"wp-block-group pb-none pt-none\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<style>\n.schema-faq-section { \n  background: white;\n  margin: 1rem 0;\n  border: 2px solid rgba(0, 0, 0, 0.13);\n  border-radius: 10px;\n  box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.03);\n}\n.schema-faq-question{\n  cursor: pointer;\n  display: flex;\n  align-items: center;\n  transition: opacity ease 0.25s;\n  padding: 1rem;\n  color: var(--wp--preset--color--primary);\n  font-size: var(--wp--preset--font-size-large);\n}\n.schema-faq-question:hover {\n  color: var(--wp--preset--color--secondary);\n}\n.schema-faq-question:after{\n  width: 16px;\n  height: 20px;\n  display: inline-block;\n  margin-left: auto;\n  margin-right: 5px;\n  vertical-align: top;\n  color: inherit;\n  content: \"+\";\n}\n.schema-faq-question.expanded:after{\n  content: \"-\";\n}\n.schema-faq-question:hover{\n  opacity: 0.75;\n}\n.schema-faq-answer{\n  padding: 0 1rem 1rem 1rem;\n  display: none;\n}\n.schema-faq-answer.default{\n  display: block;\n}\n.editor-styles-wrapper .schema-faq-question {\n  cursor: text;\n}\n.editor-styles-wrapper .schema-faq-answer {\n  display: block; \n}\n<\/style>\n\n\n\n<script>\njQuery(function($){var yoast={accordion:function(){var isAnimating=!1;$(\".schema-faq-section\").find(\".schema-faq-question\").click(function(event){event.stopPropagation();if(isAnimating)return;isAnimating=!0;var answer=$(this).nextAll(\".schema-faq-answer\").eq(0);answer.slideToggle(250,function(){$(this).toggleClass(\"expanded\");$(this).prev(\".schema-faq-question\").toggleClass(\"expanded\");isAnimating=!1});$(\".schema-faq-answer\").not(answer).slideUp(\"fast\",function(){$(this).removeClass(\"expanded\");$(this).prev(\".schema-faq-question\").removeClass(\"expanded\")})})}};yoast.accordion()});\n<\/script>\n<\/div><\/div>\n<\/div><\/div>\n","protected":false},"excerpt":{"rendered":"<p>For anyone trying to automate repetitive and time-consuming tasks, Microsoft has just quietly released a free tool that will make your life easier. Power Automate Desktop is a codeless tool&#8230;<\/p>\n","protected":false},"author":25,"featured_media":28049,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[12271],"tags":[10027,15613,10044,10102,10821,10262],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v24.5 (Yoast SEO v24.5) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Automating with Power Automate Desktop Full Tutorial - Applitools<\/title>\n<meta name=\"description\" content=\"Microsoft just released their Power Automate Desktop automation tool for free. In this tutorial, learn how to use it to automate and even test your apps.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/app14743.cloudwayssites.com\/blog\/tutorial-how-to-automate-power-automate-desktop\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Tutorial: How to Automate with Power Automate Desktop\" \/>\n<meta property=\"og:description\" content=\"In this tutorial, learn how to use Power Automate Desktop to automate and even test your apps.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/app14743.cloudwayssites.com\/blog\/tutorial-how-to-automate-power-automate-desktop\/\" \/>\n<meta property=\"og:site_name\" content=\"AI-Powered End-to-End Testing | Applitools\" \/>\n<meta property=\"article:published_time\" content=\"2021-03-25T18:54:04+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-01-17T16:35:53+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2021\/03\/Tutorial-How-to-Automate-with-Power-Automate-Desktop_831x542.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"831\" \/>\n\t<meta property=\"og:image:height\" content=\"542\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Justin Ison\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:description\" content=\"For anyone trying to automate repetitive and time-consuming tasks, Microsoft has just quietly released a free tool that will make your life easier. Power\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Justin Ison\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"17 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/app14743.cloudwayssites.com\/blog\/tutorial-how-to-automate-power-automate-desktop\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/app14743.cloudwayssites.com\/blog\/tutorial-how-to-automate-power-automate-desktop\/\"},\"author\":{\"name\":\"Justin Ison\",\"@id\":\"https:\/\/app14743.cloudwayssites.com\/#\/schema\/person\/83f4467415d57a7fc1a1115e8154555c\"},\"headline\":\"Tutorial: How to Automate with Power Automate Desktop\",\"datePublished\":\"2021-03-25T18:54:04+00:00\",\"dateModified\":\"2025-01-17T16:35:53+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/app14743.cloudwayssites.com\/blog\/tutorial-how-to-automate-power-automate-desktop\/\"},\"wordCount\":1531,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/app14743.cloudwayssites.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/app14743.cloudwayssites.com\/blog\/tutorial-how-to-automate-power-automate-desktop\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2021\/03\/Tutorial-How-to-Automate-with-Power-Automate-Desktop_831x542.jpg\",\"keywords\":[\"Automated Visual Testing\",\"Codeless\",\"Codeless Testing\",\"Microsoft\",\"Tutorial\",\"Visual Testing Tools\"],\"articleSection\":[\"Getting Started\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/app14743.cloudwayssites.com\/blog\/tutorial-how-to-automate-power-automate-desktop\/#respond\"]}]},{\"@type\":[\"WebPage\",\"FAQPage\"],\"@id\":\"https:\/\/app14743.cloudwayssites.com\/blog\/tutorial-how-to-automate-power-automate-desktop\/\",\"url\":\"https:\/\/app14743.cloudwayssites.com\/blog\/tutorial-how-to-automate-power-automate-desktop\/\",\"name\":\"Automating with Power Automate Desktop Full Tutorial - Applitools\",\"isPartOf\":{\"@id\":\"https:\/\/app14743.cloudwayssites.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/app14743.cloudwayssites.com\/blog\/tutorial-how-to-automate-power-automate-desktop\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/app14743.cloudwayssites.com\/blog\/tutorial-how-to-automate-power-automate-desktop\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2021\/03\/Tutorial-How-to-Automate-with-Power-Automate-Desktop_831x542.jpg\",\"datePublished\":\"2021-03-25T18:54:04+00:00\",\"dateModified\":\"2025-01-17T16:35:53+00:00\",\"description\":\"Microsoft just released their Power Automate Desktop automation tool for free. In this tutorial, learn how to use it to automate and even test your apps.\",\"breadcrumb\":{\"@id\":\"https:\/\/app14743.cloudwayssites.com\/blog\/tutorial-how-to-automate-power-automate-desktop\/#breadcrumb\"},\"mainEntity\":[{\"@id\":\"https:\/\/app14743.cloudwayssites.com\/blog\/tutorial-how-to-automate-power-automate-desktop\/#faq-question-1731025092682\"},{\"@id\":\"https:\/\/app14743.cloudwayssites.com\/blog\/tutorial-how-to-automate-power-automate-desktop\/#faq-question-1737131680325\"},{\"@id\":\"https:\/\/app14743.cloudwayssites.com\/blog\/tutorial-how-to-automate-power-automate-desktop\/#faq-question-1737131706438\"},{\"@id\":\"https:\/\/app14743.cloudwayssites.com\/blog\/tutorial-how-to-automate-power-automate-desktop\/#faq-question-1737131720937\"},{\"@id\":\"https:\/\/app14743.cloudwayssites.com\/blog\/tutorial-how-to-automate-power-automate-desktop\/#faq-question-1737131735487\"}],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/app14743.cloudwayssites.com\/blog\/tutorial-how-to-automate-power-automate-desktop\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/app14743.cloudwayssites.com\/blog\/tutorial-how-to-automate-power-automate-desktop\/#primaryimage\",\"url\":\"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2021\/03\/Tutorial-How-to-Automate-with-Power-Automate-Desktop_831x542.jpg\",\"contentUrl\":\"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2021\/03\/Tutorial-How-to-Automate-with-Power-Automate-Desktop_831x542.jpg\",\"width\":831,\"height\":542},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/app14743.cloudwayssites.com\/blog\/tutorial-how-to-automate-power-automate-desktop\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/app14743.cloudwayssites.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Getting Started\",\"item\":\"https:\/\/app14743.cloudwayssites.com\/blog\/category\/getting-started\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Tutorial: How to Automate with Power Automate Desktop\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/app14743.cloudwayssites.com\/#website\",\"url\":\"https:\/\/app14743.cloudwayssites.com\/\",\"name\":\"Applitools Visual AI\",\"description\":\"Applitools delivers full end-to-end test automation with AI infused at every step.\",\"publisher\":{\"@id\":\"https:\/\/app14743.cloudwayssites.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/app14743.cloudwayssites.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/app14743.cloudwayssites.com\/#organization\",\"name\":\"Applitools\",\"url\":\"https:\/\/app14743.cloudwayssites.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/app14743.cloudwayssites.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2020\/03\/applitools.png\",\"contentUrl\":\"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2020\/03\/applitools.png\",\"width\":156,\"height\":28,\"caption\":\"Applitools\"},\"image\":{\"@id\":\"https:\/\/app14743.cloudwayssites.com\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/app14743.cloudwayssites.com\/#\/schema\/person\/83f4467415d57a7fc1a1115e8154555c\",\"name\":\"Justin Ison\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/app14743.cloudwayssites.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/37c37fdd95c8a2f9871acf394fa2e03b?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/37c37fdd95c8a2f9871acf394fa2e03b?s=96&d=mm&r=g\",\"caption\":\"Justin Ison\"},\"url\":\"https:\/\/app14743.cloudwayssites.com\/blog\/author\/justin_ison\/\"},{\"@type\":\"Question\",\"@id\":\"https:\/\/app14743.cloudwayssites.com\/blog\/tutorial-how-to-automate-power-automate-desktop\/#faq-question-1731025092682\",\"position\":1,\"url\":\"https:\/\/app14743.cloudwayssites.com\/blog\/tutorial-how-to-automate-power-automate-desktop\/#faq-question-1731025092682\",\"name\":\"What is Power Automate Desktop and how can it help with automation?\",\"answerCount\":1,\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Power Automate Desktop is a free, codeless tool provided by Microsoft for automating repetitive tasks and application processes. It offers pre-built actions for tasks like automating workflows, extracting data, and interacting with desktop and web apps, all without requiring coding knowledge.<br\/>\",\"inLanguage\":\"en-US\"},\"inLanguage\":\"en-US\"},{\"@type\":\"Question\",\"@id\":\"https:\/\/app14743.cloudwayssites.com\/blog\/tutorial-how-to-automate-power-automate-desktop\/#faq-question-1737131680325\",\"position\":2,\"url\":\"https:\/\/app14743.cloudwayssites.com\/blog\/tutorial-how-to-automate-power-automate-desktop\/#faq-question-1737131680325\",\"name\":\"How do I get started with Power Automate Desktop?\",\"answerCount\":1,\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"To start, download and install Power Automate Desktop on your Windows 10 machine. You can then create a new Flow, which is essentially an automation sequence, and use the built-in recorder and actions to define your automation steps.<br\/>\",\"inLanguage\":\"en-US\"},\"inLanguage\":\"en-US\"},{\"@type\":\"Question\",\"@id\":\"https:\/\/app14743.cloudwayssites.com\/blog\/tutorial-how-to-automate-power-automate-desktop\/#faq-question-1737131706438\",\"position\":3,\"url\":\"https:\/\/app14743.cloudwayssites.com\/blog\/tutorial-how-to-automate-power-automate-desktop\/#faq-question-1737131706438\",\"name\":\"Can Power Automate Desktop be used to test applications?\",\"answerCount\":1,\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Yes, you can use Power Automate Desktop to test desktop applications without writing code. By creating a Flow that interacts with application elements like buttons or inputs, you can automate and validate functional workflows.<br\/>\",\"inLanguage\":\"en-US\"},\"inLanguage\":\"en-US\"},{\"@type\":\"Question\",\"@id\":\"https:\/\/app14743.cloudwayssites.com\/blog\/tutorial-how-to-automate-power-automate-desktop\/#faq-question-1737131720937\",\"position\":4,\"url\":\"https:\/\/app14743.cloudwayssites.com\/blog\/tutorial-how-to-automate-power-automate-desktop\/#faq-question-1737131720937\",\"name\":\"How does visual validation work with Power Automate Desktop and Applitools?\",\"answerCount\":1,\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"You can use Power Automate Desktop to take screenshots of your application during the automated Flow. By integrating Applitools\u2019 ImageTester tool, these screenshots can be uploaded and compared using AI-driven visual testing to detect UI differences or bugs.<br\/>\",\"inLanguage\":\"en-US\"},\"inLanguage\":\"en-US\"},{\"@type\":\"Question\",\"@id\":\"https:\/\/app14743.cloudwayssites.com\/blog\/tutorial-how-to-automate-power-automate-desktop\/#faq-question-1737131735487\",\"position\":5,\"url\":\"https:\/\/app14743.cloudwayssites.com\/blog\/tutorial-how-to-automate-power-automate-desktop\/#faq-question-1737131735487\",\"name\":\"What are the key advantages of using Power Automate Desktop for automation?\",\"answerCount\":1,\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"The main advantages include its free availability, ease of use with no coding required, and built-in tools for recording actions and interacting with UI elements. It also integrates with other tools like Applitools for enhanced testing capabilities.<br\/>\",\"inLanguage\":\"en-US\"},\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Automating with Power Automate Desktop Full Tutorial - Applitools","description":"Microsoft just released their Power Automate Desktop automation tool for free. In this tutorial, learn how to use it to automate and even test your apps.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/app14743.cloudwayssites.com\/blog\/tutorial-how-to-automate-power-automate-desktop\/","og_locale":"en_US","og_type":"article","og_title":"Tutorial: How to Automate with Power Automate Desktop","og_description":"In this tutorial, learn how to use Power Automate Desktop to automate and even test your apps.","og_url":"https:\/\/app14743.cloudwayssites.com\/blog\/tutorial-how-to-automate-power-automate-desktop\/","og_site_name":"AI-Powered End-to-End Testing | Applitools","article_published_time":"2021-03-25T18:54:04+00:00","article_modified_time":"2025-01-17T16:35:53+00:00","og_image":[{"width":831,"height":542,"url":"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2021\/03\/Tutorial-How-to-Automate-with-Power-Automate-Desktop_831x542.jpg","type":"image\/jpeg"}],"author":"Justin Ison","twitter_card":"summary_large_image","twitter_description":"For anyone trying to automate repetitive and time-consuming tasks, Microsoft has just quietly released a free tool that will make your life easier. Power","twitter_misc":{"Written by":"Justin Ison","Est. reading time":"17 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/app14743.cloudwayssites.com\/blog\/tutorial-how-to-automate-power-automate-desktop\/#article","isPartOf":{"@id":"https:\/\/app14743.cloudwayssites.com\/blog\/tutorial-how-to-automate-power-automate-desktop\/"},"author":{"name":"Justin Ison","@id":"https:\/\/app14743.cloudwayssites.com\/#\/schema\/person\/83f4467415d57a7fc1a1115e8154555c"},"headline":"Tutorial: How to Automate with Power Automate Desktop","datePublished":"2021-03-25T18:54:04+00:00","dateModified":"2025-01-17T16:35:53+00:00","mainEntityOfPage":{"@id":"https:\/\/app14743.cloudwayssites.com\/blog\/tutorial-how-to-automate-power-automate-desktop\/"},"wordCount":1531,"commentCount":0,"publisher":{"@id":"https:\/\/app14743.cloudwayssites.com\/#organization"},"image":{"@id":"https:\/\/app14743.cloudwayssites.com\/blog\/tutorial-how-to-automate-power-automate-desktop\/#primaryimage"},"thumbnailUrl":"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2021\/03\/Tutorial-How-to-Automate-with-Power-Automate-Desktop_831x542.jpg","keywords":["Automated Visual Testing","Codeless","Codeless Testing","Microsoft","Tutorial","Visual Testing Tools"],"articleSection":["Getting Started"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/app14743.cloudwayssites.com\/blog\/tutorial-how-to-automate-power-automate-desktop\/#respond"]}]},{"@type":["WebPage","FAQPage"],"@id":"https:\/\/app14743.cloudwayssites.com\/blog\/tutorial-how-to-automate-power-automate-desktop\/","url":"https:\/\/app14743.cloudwayssites.com\/blog\/tutorial-how-to-automate-power-automate-desktop\/","name":"Automating with Power Automate Desktop Full Tutorial - Applitools","isPartOf":{"@id":"https:\/\/app14743.cloudwayssites.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/app14743.cloudwayssites.com\/blog\/tutorial-how-to-automate-power-automate-desktop\/#primaryimage"},"image":{"@id":"https:\/\/app14743.cloudwayssites.com\/blog\/tutorial-how-to-automate-power-automate-desktop\/#primaryimage"},"thumbnailUrl":"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2021\/03\/Tutorial-How-to-Automate-with-Power-Automate-Desktop_831x542.jpg","datePublished":"2021-03-25T18:54:04+00:00","dateModified":"2025-01-17T16:35:53+00:00","description":"Microsoft just released their Power Automate Desktop automation tool for free. In this tutorial, learn how to use it to automate and even test your apps.","breadcrumb":{"@id":"https:\/\/app14743.cloudwayssites.com\/blog\/tutorial-how-to-automate-power-automate-desktop\/#breadcrumb"},"mainEntity":[{"@id":"https:\/\/app14743.cloudwayssites.com\/blog\/tutorial-how-to-automate-power-automate-desktop\/#faq-question-1731025092682"},{"@id":"https:\/\/app14743.cloudwayssites.com\/blog\/tutorial-how-to-automate-power-automate-desktop\/#faq-question-1737131680325"},{"@id":"https:\/\/app14743.cloudwayssites.com\/blog\/tutorial-how-to-automate-power-automate-desktop\/#faq-question-1737131706438"},{"@id":"https:\/\/app14743.cloudwayssites.com\/blog\/tutorial-how-to-automate-power-automate-desktop\/#faq-question-1737131720937"},{"@id":"https:\/\/app14743.cloudwayssites.com\/blog\/tutorial-how-to-automate-power-automate-desktop\/#faq-question-1737131735487"}],"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/app14743.cloudwayssites.com\/blog\/tutorial-how-to-automate-power-automate-desktop\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/app14743.cloudwayssites.com\/blog\/tutorial-how-to-automate-power-automate-desktop\/#primaryimage","url":"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2021\/03\/Tutorial-How-to-Automate-with-Power-Automate-Desktop_831x542.jpg","contentUrl":"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2021\/03\/Tutorial-How-to-Automate-with-Power-Automate-Desktop_831x542.jpg","width":831,"height":542},{"@type":"BreadcrumbList","@id":"https:\/\/app14743.cloudwayssites.com\/blog\/tutorial-how-to-automate-power-automate-desktop\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/app14743.cloudwayssites.com\/"},{"@type":"ListItem","position":2,"name":"Getting Started","item":"https:\/\/app14743.cloudwayssites.com\/blog\/category\/getting-started\/"},{"@type":"ListItem","position":3,"name":"Tutorial: How to Automate with Power Automate Desktop"}]},{"@type":"WebSite","@id":"https:\/\/app14743.cloudwayssites.com\/#website","url":"https:\/\/app14743.cloudwayssites.com\/","name":"Applitools Visual AI","description":"Applitools delivers full end-to-end test automation with AI infused at every step.","publisher":{"@id":"https:\/\/app14743.cloudwayssites.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/app14743.cloudwayssites.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/app14743.cloudwayssites.com\/#organization","name":"Applitools","url":"https:\/\/app14743.cloudwayssites.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/app14743.cloudwayssites.com\/#\/schema\/logo\/image\/","url":"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2020\/03\/applitools.png","contentUrl":"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2020\/03\/applitools.png","width":156,"height":28,"caption":"Applitools"},"image":{"@id":"https:\/\/app14743.cloudwayssites.com\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/app14743.cloudwayssites.com\/#\/schema\/person\/83f4467415d57a7fc1a1115e8154555c","name":"Justin Ison","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/app14743.cloudwayssites.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/37c37fdd95c8a2f9871acf394fa2e03b?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/37c37fdd95c8a2f9871acf394fa2e03b?s=96&d=mm&r=g","caption":"Justin Ison"},"url":"https:\/\/app14743.cloudwayssites.com\/blog\/author\/justin_ison\/"},{"@type":"Question","@id":"https:\/\/app14743.cloudwayssites.com\/blog\/tutorial-how-to-automate-power-automate-desktop\/#faq-question-1731025092682","position":1,"url":"https:\/\/app14743.cloudwayssites.com\/blog\/tutorial-how-to-automate-power-automate-desktop\/#faq-question-1731025092682","name":"What is Power Automate Desktop and how can it help with automation?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"Power Automate Desktop is a free, codeless tool provided by Microsoft for automating repetitive tasks and application processes. It offers pre-built actions for tasks like automating workflows, extracting data, and interacting with desktop and web apps, all without requiring coding knowledge.<br\/>","inLanguage":"en-US"},"inLanguage":"en-US"},{"@type":"Question","@id":"https:\/\/app14743.cloudwayssites.com\/blog\/tutorial-how-to-automate-power-automate-desktop\/#faq-question-1737131680325","position":2,"url":"https:\/\/app14743.cloudwayssites.com\/blog\/tutorial-how-to-automate-power-automate-desktop\/#faq-question-1737131680325","name":"How do I get started with Power Automate Desktop?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"To start, download and install Power Automate Desktop on your Windows 10 machine. You can then create a new Flow, which is essentially an automation sequence, and use the built-in recorder and actions to define your automation steps.<br\/>","inLanguage":"en-US"},"inLanguage":"en-US"},{"@type":"Question","@id":"https:\/\/app14743.cloudwayssites.com\/blog\/tutorial-how-to-automate-power-automate-desktop\/#faq-question-1737131706438","position":3,"url":"https:\/\/app14743.cloudwayssites.com\/blog\/tutorial-how-to-automate-power-automate-desktop\/#faq-question-1737131706438","name":"Can Power Automate Desktop be used to test applications?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"Yes, you can use Power Automate Desktop to test desktop applications without writing code. By creating a Flow that interacts with application elements like buttons or inputs, you can automate and validate functional workflows.<br\/>","inLanguage":"en-US"},"inLanguage":"en-US"},{"@type":"Question","@id":"https:\/\/app14743.cloudwayssites.com\/blog\/tutorial-how-to-automate-power-automate-desktop\/#faq-question-1737131720937","position":4,"url":"https:\/\/app14743.cloudwayssites.com\/blog\/tutorial-how-to-automate-power-automate-desktop\/#faq-question-1737131720937","name":"How does visual validation work with Power Automate Desktop and Applitools?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"You can use Power Automate Desktop to take screenshots of your application during the automated Flow. By integrating Applitools\u2019 ImageTester tool, these screenshots can be uploaded and compared using AI-driven visual testing to detect UI differences or bugs.<br\/>","inLanguage":"en-US"},"inLanguage":"en-US"},{"@type":"Question","@id":"https:\/\/app14743.cloudwayssites.com\/blog\/tutorial-how-to-automate-power-automate-desktop\/#faq-question-1737131735487","position":5,"url":"https:\/\/app14743.cloudwayssites.com\/blog\/tutorial-how-to-automate-power-automate-desktop\/#faq-question-1737131735487","name":"What are the key advantages of using Power Automate Desktop for automation?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"The main advantages include its free availability, ease of use with no coding required, and built-in tools for recording actions and interacting with UI elements. It also integrates with other tools like Applitools for enhanced testing capabilities.<br\/>","inLanguage":"en-US"},"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/app14743.cloudwayssites.com\/wp-json\/wp\/v2\/posts\/28017"}],"collection":[{"href":"https:\/\/app14743.cloudwayssites.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/app14743.cloudwayssites.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/app14743.cloudwayssites.com\/wp-json\/wp\/v2\/users\/25"}],"replies":[{"embeddable":true,"href":"https:\/\/app14743.cloudwayssites.com\/wp-json\/wp\/v2\/comments?post=28017"}],"version-history":[{"count":0,"href":"https:\/\/app14743.cloudwayssites.com\/wp-json\/wp\/v2\/posts\/28017\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/app14743.cloudwayssites.com\/wp-json\/wp\/v2\/media\/28049"}],"wp:attachment":[{"href":"https:\/\/app14743.cloudwayssites.com\/wp-json\/wp\/v2\/media?parent=28017"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/app14743.cloudwayssites.com\/wp-json\/wp\/v2\/categories?post=28017"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/app14743.cloudwayssites.com\/wp-json\/wp\/v2\/tags?post=28017"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}