{"id":32952,"date":"2021-11-23T08:21:50","date_gmt":"2021-11-23T16:21:50","guid":{"rendered":"https:\/\/app14743.cloudwayssites.com\/?p=32952"},"modified":"2021-11-23T11:33:20","modified_gmt":"2021-11-23T19:33:20","slug":"how-to-get-started-applitools-robot-framework","status":"publish","type":"post","link":"https:\/\/app14743.cloudwayssites.com\/blog\/how-to-get-started-applitools-robot-framework\/","title":{"rendered":"Hot off the Press: How to Get Started with the New Applitools \/ Robot Framework Library!"},"content":{"rendered":"\n<p>I was really excited to hear that there was a new Applitools EyesLibrary. Being a Robot Framework Coach and Mentor I was really excited to see that this new library come out. I have been working with several people on older versions of Applitools EyesLibrary for Robot Framework. But with the recent updates to Robot Framework and Applitools these were in the state of needing repair.<\/p>\n\n\n\n<p>Here I am going to take you through my first insight or exploration into the new EyesLibrary and provide you with a short tutorial which you can follow along, gaining a good introduction to the new EyesLibrary.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-robot-framework-and-its-libraries\">Robot Framework and its Libraries<\/h2>\n\n\n\n<p>For those not familiar with <a href=\"https:\/\/robotframework.org\/\">Robot Framework<\/a> it is a natural language, keyword based, testing framework. That means instead of reading as a syntactic programming language it reads like a testing story. My test might read like \u201cNavigate To The Home Page\u201d, \u201cEdit The User\u2019s Preferences\u201d, \u201cAdd Applitools To My Skill Set\u201d, \u201cVerify Applitools Is In My User Profile\u201d, \u201cPerform Visual Check Of User Profile Ignore Newly Added Skills\u201d etc. And being a framework means that it can be applied to many different areas, like visual testing. This is done through Libraries which provide a set of task specific keywords. <\/p>\n\n\n\n<p>Here I am going to talk about Applitools EyesLibrary, which is a library for performing visual testing using Applitools with Robot Framework.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-dive-into-the-applitools-library-for-robot-framework\">Dive into the Applitools Library for Robot Framework<\/h2>\n\n\n\n<p>Coming from the Robot Framework side the first thing I wanted to do was go look at the <a href=\"https:\/\/applitools.github.io\/eyes.sdk.python\/eyes_robotframework\/keywords.html\">keyword documentation for the library<\/a>. I was curious to see what keywords were there and what I could do with the library. The first thing I noticed was the large number of keywords; much larger than I expected. Luckily I could use the tag filtering so I could filter out the keywords based upon categories. From the categories I can start to see there were keywords for visual checks, targeting parts of the screen, some configuration, and something called ultrafast grid (which I won\u2019t cover in this article).<\/p>\n\n\n\n<div class=\"container global-announcement block global-announcement theme-\">\n        <div class=\"row justify-content-center\">\n                <div class=\"col-sm col-12\">\n                            <h4 class=\"microtitle\">Get started with Applitools today<\/h4>\n                                        <h3 class=\"title\">Sign up for your free account<\/h3>\n                        <div class=\"d-block d-sm-none\">\n                            <\/div>\n                            <p>You can get started with a free Applitools account today and follow along with this tutorial.<\/p>\n                                        <a id=\"global-announcement-btn\" href=\"https:\/\/applitools.info\/14g\" class=\"btn is-style-primary is-color-teal-dark\" target=\"_blank\">Get My Free Account<\/a>\n                    <\/div>\n    <\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Documentation Is Key to Understanding<\/h2>\n\n\n\n<p>Taking a step back I decided to go review the documentation for Applitools. There is <a href=\"https:\/\/app14743.cloudwayssites.com\/docs\/topics\/overview\/overview-visual-testing.html\">\u201cOverview of visual UI testing\u201d<\/a> which really outlines what is visual testing and what are the steps in the process of visual testing. I felt I had these concepts pretty well understood in my mind. To get to the answer of how do I use the EyesLibrary to do visual testing I found the Robot Eyes Library sdk\/api documentation key.<\/p>\n\n\n\n<p>The <a href=\"https:\/\/app14743.cloudwayssites.com\/docs\/api\/robot\/robot-eyes-library.html\">Robot Eyes Library documentation<\/a> under the SDK section really outlines the \u201chow\u201d whereas the keyword documentation gives us the \u201cwhat\u201d and Overview\/The Core Concepts gives us the \u201cwhy\u201d.<\/p>\n\n\n\n<p>The \u201chow\u201d, what we need in our robot scripts, really just breaks down to this: one most open their eyes, perform a visual check on a region maybe with some special configurations, and then close one&#8217;s eyes.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-setting-up-my-environment\">Setting up my Environment<\/h2>\n\n\n\n<p>Let\u2019s start by setting up our environment. You will need Python (version 3.6 or greater, I recommend Python 3.8) installed on your system. The setup involves installing and initializing the library and then setting your API key. To simplify setup, I\u2019ve created a script, <code><a href=\"https:\/\/gist.github.com\/dannyshain\/b1ceff0a2070013abc31d16686c6f289\" target=\"_blank\" rel=\"noreferrer noopener\">setup_eyes.bat<\/a><\/code> for Windows or <code><a href=\"https:\/\/gist.github.com\/dannyshain\/3e931aa578349250fb46b2d66b031c45\" target=\"_blank\" rel=\"noreferrer noopener\">setup_eyes.sh<\/a><\/code> for Linux. Run the corresponding batch file or bash script at the command line or terminal prompt. It will ask you for your Applitools API Key so have that handy.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-my-first-test\">My First Test<\/h2>\n\n\n\n<p>For my first script, I wanted to do something simple &#8211; perform a visual check on the demo page <strong>without changing anything<\/strong>. Essentially I wanted a very simple passing test to validate everything was set up properly and to start to explore. Here it is:<\/p>\n\n\n\n<figure class=\"wp-block-embed is-type-rich is-provider-embed-handler wp-block-embed-embed-handler\"><div class=\"wp-block-embed__wrapper\">\n<div class=\"oembed-gist\"><script src=\"https:\/\/gist.github.com\/dannyshain\/7bbd8cb083a8132b40a9d52af23b585d.js\"><\/script><noscript>View the code on <a href=\"https:\/\/gist.github.com\/dannyshain\/7bbd8cb083a8132b40a9d52af23b585d\">Gist<\/a>.<\/noscript><\/div>\n<\/div><\/figure>\n\n\n\n<p>Go ahead and run this script by typing at the command line or terminal prompt <code>robot firstsight.robot.<\/code> You might see a verbose result summary showing matches. You should also see the batch appear within your Applitools Dashboard for which you could set the baseline image. Rerun the script seeing it pass each time.<\/p>\n\n\n\n<p>Now execute the <a href=\"https:\/\/gist.github.com\/dannyshain\/885f753957c9a898bf93bb19ef964c7c\" target=\"_blank\" rel=\"noreferrer noopener\"><code>firsterror.robot<\/code> script<\/a> (<code>robot firsterror.robot<\/code>) which contains the one additional keyword line <code>Click Link ?diff<\/code> just before the visual check. This will change the demo page causing several visual differences. You should notice an error in the robot output, post-execution, noting the difference and referring you to the Applitools Dashboard URL.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-initial-observations\">Initial Observations<\/h2>\n\n\n\n<p>The first thing I noticed with these two scripts is the output or result summary from the visual checks. Passing or failing we get information about the status of the visual checks. Also the status of the visual check does not affect the status of the robot framework check. That is the visual check is outside of the context of the robot checks which has interesting possibilities for \u201ccontext switching\u201d.<\/p>\n\n\n\n<p>The next initial observation, which is hidden in the scripts above, is the addition and usage of the <code>Fully <\/code>keyword\/setting. We see from the documentation this sets the visual check to the whole page. Initially I did not use this and the size of the visual area I was checking would change although the content did not and my tests were failing. Think about that, the content or what I was seeing was the same but the area I was checking was not, thus a \u201cdifference\u201d. This led me to a deeper understanding of <a href=\"https:\/\/app14743.cloudwayssites.com\/docs\/topics\/general-concepts\/about-baselines.html\">what factors into a match against the baseline<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-what-factors-into-a-match-against-the-baseline\">What Factors into a Match Against the Baseline<\/h2>\n\n\n\n<p>Quickly the first factor is Viewport size which is what I saw when I did or did not have <code>Fully <\/code>in my test. There is Host environment and Version information which relates what I call the environment under which I execute. Finally there are test suite\/test case related factors <code>testName <\/code>and the <code>appName <\/code>which label the application under test. We can set <code>appName <\/code>in a few spots.<\/p>\n\n\n\n<p>Although these factors seem straightforward I do feel it is important to mention, so that one can see what factors into matching and how one sets these with either the robot script or the environment the script is run on.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-targeted-window-region-frame-versus-generic-target\">Targeted Window, Region, Frame versus Generic Target<\/h2>\n\n\n\n<p>Looking beyond the basic Eyes Check on a specific window or region or frame, we see one could do, instead, the generic Eyes Check and then target an area. Taking a small step forward let\u2019s run both the Eyes Check Window and the equivalent Eyes Check using the target of Target Window, targeting the full window, and with a name.<\/p>\n\n\n\n<figure class=\"wp-block-embed is-type-rich is-provider-embed-handler wp-block-embed-embed-handler\"><div class=\"wp-block-embed__wrapper\">\n<div class=\"oembed-gist\"><script src=\"https:\/\/gist.github.com\/dannyshain\/a6f57aee48203f77b7db8e6add7dade2.js\"><\/script><noscript>View the code on <a href=\"https:\/\/gist.github.com\/dannyshain\/a6f57aee48203f77b7db8e6add7dade2\">Gist<\/a>.<\/noscript><\/div>\n<\/div><\/figure>\n\n\n\n<p>Running to use the specific Eyes Check Window keyword we type <code>robot windowtarget.robot<\/code> at the command line or prompt. Then re-run this time typing <code>robot -v useCheckWindow:False windowtarget.robot<\/code> to execute the generic Eyes Check instead.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-more-observations\">More Observations<\/h2>\n\n\n\n<p>Up to now I haven\u2019t discussed how a Robot Framework Test Suite and Test Case relate to Applitools objects via EyesLibrary. As you have seen in the Applitools Dashboard each time we execute we get a new <strong><a href=\"https:\/\/app14743.cloudwayssites.com\/docs\/topics\/working-with-test-batches\/working-with-test-batches-in-overview.html\">batch<\/a><\/strong>. And from the examples above each batch has a <strong>test<\/strong>. As we have had only one robot test case per file (test suite) we see only one Applitools test per batch. These tests have a visual representation for each visual check in the test case. They are <strong>steps<\/strong> in Applitools vernacular. The <strong>name<\/strong> which we have used in keywords label those steps. Within EyesLibrary (as well as elsewhere) they also refer to a <strong>tag<\/strong> which appears to be the same as <strong>name<\/strong> and these are used interchangeably.<\/p>\n\n\n\n<p>In manipulating my robot test cases one observation was that the visual order of steps relates to the order in which multiple visual checks take place within a test case. This raised in my mind the question: how do I see the history of a visual check? It appears one can see history by <a href=\"https:\/\/app14743.cloudwayssites.com\/docs\/topics\/working-with-test-batches\/how-to-group-tests-into-batches.html\">grouping results within the Applitools Dashboard<\/a>. There are also <strong>branches<\/strong> which <a href=\"https:\/\/app14743.cloudwayssites.com\/docs\/api\/selenium-ide\/side-test-setup-branching.html?Highlight=branch\">allow you to version your baseline visual checks<\/a>.<\/p>\n\n\n\n<p>If these batches, tests, steps, branches, tags and names are confusing to you don\u2019t worry. I experienced the same when first looking at Applitools Dashboard. With some experimentation I was able to start mapping the relationship between robot test suites and cases and Applitools.<\/p>\n\n\n\n<p>The design of this EyesLibrary is slightly different then other libraries. Here keywords, especially the check settings and target keywords, act like what would be arguments in other libraries. But due to the large amount of configuration, it works. One should also note that the keywords are case sensitive within the library. For example, to check all the contents of the window if we used <code>FULLY<\/code> (all caps) we would receive an incorrect keyword argument error. The proper usage, as we have seen, would be <code>Fully<\/code>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-advanced-use-configuring-your-visual-check-and-eyeslibrary-keywords\">Advanced Use: Configuring Your Visual Check and EyesLibrary Keywords<\/h2>\n\n\n\n<p>Let\u2019s explore this \u201cbuilding block\u201d design of keywords with the script <code>regioncheck.robot<\/code>. First, as we have done before, we check a region using a single specific keyword, using the new keyword <code>Eyes Check Region By Selector<\/code>, naming the check. Next we build a visual check that involves the full window and, in addition, ignores a region; that being the random number within the sentence. Finally we start with the full window and then we ignore multiple regions. We can run this script by typing at the command line or terminal prompt <code>robot regioncheck.robot.<\/code><\/p>\n\n\n\n<figure class=\"wp-block-embed is-type-rich is-provider-embed-handler wp-block-embed-embed-handler\"><div class=\"wp-block-embed__wrapper\">\n<div class=\"oembed-gist\"><script src=\"https:\/\/gist.github.com\/dannyshain\/60d0b519292ea9b376265d4954d0d8d8.js\"><\/script><noscript>View the code on <a href=\"https:\/\/gist.github.com\/dannyshain\/60d0b519292ea9b376265d4954d0d8d8\">Gist<\/a>.<\/noscript><\/div>\n<\/div><\/figure>\n\n\n\n<p>This example starts to show how we can build complex visual checks using the keywords and the structure of the EyesLibrary.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-additional-features\">Additional Features?<\/h2>\n\n\n\n<p>Asking what additional features could be added, I could see how the EyesLibrary could provide a keyword for getting the coordinates of a region that encompasses several different elements. That is, given the various selectors or elements as arguments, return a coordinate set which encompasses them all.<\/p>\n\n\n\n<p>Maybe a configuration option to fail within the test stopping the execution of remaining tests. as well as the error at the end. In addition a method for saying here is a visual check and we expect an error. If an error is not found then fail. Similar to the Robot Framework keywords <code>Run Keyword And Expect Error<\/code> and <code>Run Keyword And Ignore Error<\/code>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-build-versus-buy-decision\">Build versus Buy Decision<\/h2>\n\n\n\n<p>Before I conclude, I want to address a frequently asked question: \u201cCan&#8217;t I just build my own visual checking tool?\u201d The answer is yes but the real question is at what cost? There are a lot of factors that one needs to consider when considering to build or buy a solution. Image processing is not a simple task and it takes a lot of factors to make it work successfully. One should ask how much effort will go into getting it right and dealing with false positives. Another factor is maintaining the solution. If your developer leaves will anybody be able to maintain your visual checking? It is always an option to build but there&#8217;s also a cost to building oneself. I encourage every organization to perform an in-depth build versus buy cost analysis.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-what-s-next\">What\u2019s Next<\/h2>\n\n\n\n<p>I\u2019ve explored WebTesting using Selenium. There are other areas that Applitools works in too &#8211; <a href=\"https:\/\/app14743.cloudwayssites.com\/blog\/visual-testing-for-mobile-apps\/\">mobile<\/a>, <a href=\"https:\/\/app14743.cloudwayssites.com\/responsive-design-testing\/\">responsive design<\/a>, even <a href=\"https:\/\/app14743.cloudwayssites.com\/blog\/accessibility-testing-strategy\/\">accessibility<\/a>. How could Robot Framework and EyesLibrary help in testing those areas?<\/p>\n\n\n\n<p>Denali Lumma at the 2015 Selenium Conference in Portland gave an excellent talk outlining what should testing in the future look like. Included in her points was the idea of easily context switching such as adding in visual checking as a goal. I would like to see examples of this vision, making it a reality using Robot Framework and EyesLibrary.<\/p>\n\n\n\n<ul><li><a href=\"https:\/\/www.youtube.com\/watch?v=y6zPm278YGQ\">Talk<\/a><\/li><li><a href=\"https:\/\/classic.slidebean.com\/j3xejv816L\">Slides<\/a><\/li><\/ul>\n\n\n\n<p>I encourage you to explore the EyesLibrary even further. I look forward to seeing users combine Robot Framework and Applitools using the EyesLibrary.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In this tutorial, learn how to use Robot Framework to perform automated visual tests with the new Applitools library.<\/p>\n","protected":false},"author":88,"featured_media":32964,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[12271],"tags":[16661,16697,12690,10821,16642,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>How to Get Started with the New Applitools Robot Framework Library! - AI-Powered End-to-End Testing | Applitools<\/title>\n<meta name=\"description\" content=\"In this tutorial, learn how to use Robot Framework to perform automated visual tests with the new Applitools library.\" \/>\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\/how-to-get-started-applitools-robot-framework\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Hot off the Press: How to Get Started with the New Applitools \/ Robot Framework Library!\" \/>\n<meta property=\"og:description\" content=\"In this tutorial, learn how to use Robot Framework to perform automated visual tests with the new Applitools library.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/app14743.cloudwayssites.com\/blog\/how-to-get-started-applitools-robot-framework\/\" \/>\n<meta property=\"og:site_name\" content=\"AI-Powered End-to-End Testing | Applitools\" \/>\n<meta property=\"article:published_time\" content=\"2021-11-23T16:21:50+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-11-23T19:33:20+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2021\/11\/New-Robot-Eyes-Applitools-Library_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=\"Ed Manlove\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Ed Manlove\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"9 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/app14743.cloudwayssites.com\/blog\/how-to-get-started-applitools-robot-framework\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/app14743.cloudwayssites.com\/blog\/how-to-get-started-applitools-robot-framework\/\"},\"author\":{\"name\":\"Ed Manlove\",\"@id\":\"https:\/\/app14743.cloudwayssites.com\/#\/schema\/person\/219ab6af762247f0307acd390af5a5ff\"},\"headline\":\"Hot off the Press: How to Get Started with the New Applitools \/ Robot Framework Library!\",\"datePublished\":\"2021-11-23T16:21:50+00:00\",\"dateModified\":\"2021-11-23T19:33:20+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/app14743.cloudwayssites.com\/blog\/how-to-get-started-applitools-robot-framework\/\"},\"wordCount\":1969,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/app14743.cloudwayssites.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/app14743.cloudwayssites.com\/blog\/how-to-get-started-applitools-robot-framework\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2021\/11\/New-Robot-Eyes-Applitools-Library_831x542.jpg\",\"keywords\":[\"Integration\",\"robot framework\",\"Test Engineers\",\"Tutorial\",\"visual testing\",\"Visual Testing Tools\"],\"articleSection\":[\"Getting Started\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/app14743.cloudwayssites.com\/blog\/how-to-get-started-applitools-robot-framework\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/app14743.cloudwayssites.com\/blog\/how-to-get-started-applitools-robot-framework\/\",\"url\":\"https:\/\/app14743.cloudwayssites.com\/blog\/how-to-get-started-applitools-robot-framework\/\",\"name\":\"How to Get Started with the New Applitools Robot Framework Library! - AI-Powered End-to-End Testing | Applitools\",\"isPartOf\":{\"@id\":\"https:\/\/app14743.cloudwayssites.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/app14743.cloudwayssites.com\/blog\/how-to-get-started-applitools-robot-framework\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/app14743.cloudwayssites.com\/blog\/how-to-get-started-applitools-robot-framework\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2021\/11\/New-Robot-Eyes-Applitools-Library_831x542.jpg\",\"datePublished\":\"2021-11-23T16:21:50+00:00\",\"dateModified\":\"2021-11-23T19:33:20+00:00\",\"description\":\"In this tutorial, learn how to use Robot Framework to perform automated visual tests with the new Applitools library.\",\"breadcrumb\":{\"@id\":\"https:\/\/app14743.cloudwayssites.com\/blog\/how-to-get-started-applitools-robot-framework\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/app14743.cloudwayssites.com\/blog\/how-to-get-started-applitools-robot-framework\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/app14743.cloudwayssites.com\/blog\/how-to-get-started-applitools-robot-framework\/#primaryimage\",\"url\":\"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2021\/11\/New-Robot-Eyes-Applitools-Library_831x542.jpg\",\"contentUrl\":\"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2021\/11\/New-Robot-Eyes-Applitools-Library_831x542.jpg\",\"width\":831,\"height\":542},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/app14743.cloudwayssites.com\/blog\/how-to-get-started-applitools-robot-framework\/#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\":\"Hot off the Press: How to Get Started with the New Applitools \/ Robot Framework Library!\"}]},{\"@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\/219ab6af762247f0307acd390af5a5ff\",\"name\":\"Ed Manlove\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/app14743.cloudwayssites.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/9bfbf9f65b0f37569c780af443c0d80b?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/9bfbf9f65b0f37569c780af443c0d80b?s=96&d=mm&r=g\",\"caption\":\"Ed Manlove\"},\"description\":\"Ed Manlove is a Robot Framework Coach and Mentor. He has been a part of the Robot Framework community since 2011 and works to build the community.\",\"url\":\"https:\/\/app14743.cloudwayssites.com\/blog\/author\/edmanlove\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"How to Get Started with the New Applitools Robot Framework Library! - AI-Powered End-to-End Testing | Applitools","description":"In this tutorial, learn how to use Robot Framework to perform automated visual tests with the new Applitools library.","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\/how-to-get-started-applitools-robot-framework\/","og_locale":"en_US","og_type":"article","og_title":"Hot off the Press: How to Get Started with the New Applitools \/ Robot Framework Library!","og_description":"In this tutorial, learn how to use Robot Framework to perform automated visual tests with the new Applitools library.","og_url":"https:\/\/app14743.cloudwayssites.com\/blog\/how-to-get-started-applitools-robot-framework\/","og_site_name":"AI-Powered End-to-End Testing | Applitools","article_published_time":"2021-11-23T16:21:50+00:00","article_modified_time":"2021-11-23T19:33:20+00:00","og_image":[{"width":831,"height":542,"url":"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2021\/11\/New-Robot-Eyes-Applitools-Library_831x542.jpg","type":"image\/jpeg"}],"author":"Ed Manlove","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Ed Manlove","Est. reading time":"9 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/app14743.cloudwayssites.com\/blog\/how-to-get-started-applitools-robot-framework\/#article","isPartOf":{"@id":"https:\/\/app14743.cloudwayssites.com\/blog\/how-to-get-started-applitools-robot-framework\/"},"author":{"name":"Ed Manlove","@id":"https:\/\/app14743.cloudwayssites.com\/#\/schema\/person\/219ab6af762247f0307acd390af5a5ff"},"headline":"Hot off the Press: How to Get Started with the New Applitools \/ Robot Framework Library!","datePublished":"2021-11-23T16:21:50+00:00","dateModified":"2021-11-23T19:33:20+00:00","mainEntityOfPage":{"@id":"https:\/\/app14743.cloudwayssites.com\/blog\/how-to-get-started-applitools-robot-framework\/"},"wordCount":1969,"commentCount":0,"publisher":{"@id":"https:\/\/app14743.cloudwayssites.com\/#organization"},"image":{"@id":"https:\/\/app14743.cloudwayssites.com\/blog\/how-to-get-started-applitools-robot-framework\/#primaryimage"},"thumbnailUrl":"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2021\/11\/New-Robot-Eyes-Applitools-Library_831x542.jpg","keywords":["Integration","robot framework","Test Engineers","Tutorial","visual testing","Visual Testing Tools"],"articleSection":["Getting Started"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/app14743.cloudwayssites.com\/blog\/how-to-get-started-applitools-robot-framework\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/app14743.cloudwayssites.com\/blog\/how-to-get-started-applitools-robot-framework\/","url":"https:\/\/app14743.cloudwayssites.com\/blog\/how-to-get-started-applitools-robot-framework\/","name":"How to Get Started with the New Applitools Robot Framework Library! - AI-Powered End-to-End Testing | Applitools","isPartOf":{"@id":"https:\/\/app14743.cloudwayssites.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/app14743.cloudwayssites.com\/blog\/how-to-get-started-applitools-robot-framework\/#primaryimage"},"image":{"@id":"https:\/\/app14743.cloudwayssites.com\/blog\/how-to-get-started-applitools-robot-framework\/#primaryimage"},"thumbnailUrl":"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2021\/11\/New-Robot-Eyes-Applitools-Library_831x542.jpg","datePublished":"2021-11-23T16:21:50+00:00","dateModified":"2021-11-23T19:33:20+00:00","description":"In this tutorial, learn how to use Robot Framework to perform automated visual tests with the new Applitools library.","breadcrumb":{"@id":"https:\/\/app14743.cloudwayssites.com\/blog\/how-to-get-started-applitools-robot-framework\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/app14743.cloudwayssites.com\/blog\/how-to-get-started-applitools-robot-framework\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/app14743.cloudwayssites.com\/blog\/how-to-get-started-applitools-robot-framework\/#primaryimage","url":"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2021\/11\/New-Robot-Eyes-Applitools-Library_831x542.jpg","contentUrl":"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2021\/11\/New-Robot-Eyes-Applitools-Library_831x542.jpg","width":831,"height":542},{"@type":"BreadcrumbList","@id":"https:\/\/app14743.cloudwayssites.com\/blog\/how-to-get-started-applitools-robot-framework\/#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":"Hot off the Press: How to Get Started with the New Applitools \/ Robot Framework Library!"}]},{"@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\/219ab6af762247f0307acd390af5a5ff","name":"Ed Manlove","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/app14743.cloudwayssites.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/9bfbf9f65b0f37569c780af443c0d80b?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/9bfbf9f65b0f37569c780af443c0d80b?s=96&d=mm&r=g","caption":"Ed Manlove"},"description":"Ed Manlove is a Robot Framework Coach and Mentor. He has been a part of the Robot Framework community since 2011 and works to build the community.","url":"https:\/\/app14743.cloudwayssites.com\/blog\/author\/edmanlove\/"}]}},"_links":{"self":[{"href":"https:\/\/app14743.cloudwayssites.com\/wp-json\/wp\/v2\/posts\/32952"}],"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\/88"}],"replies":[{"embeddable":true,"href":"https:\/\/app14743.cloudwayssites.com\/wp-json\/wp\/v2\/comments?post=32952"}],"version-history":[{"count":0,"href":"https:\/\/app14743.cloudwayssites.com\/wp-json\/wp\/v2\/posts\/32952\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/app14743.cloudwayssites.com\/wp-json\/wp\/v2\/media\/32964"}],"wp:attachment":[{"href":"https:\/\/app14743.cloudwayssites.com\/wp-json\/wp\/v2\/media?parent=32952"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/app14743.cloudwayssites.com\/wp-json\/wp\/v2\/categories?post=32952"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/app14743.cloudwayssites.com\/wp-json\/wp\/v2\/tags?post=32952"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}