{"id":25568,"date":"2021-01-19T17:09:43","date_gmt":"2021-01-19T17:09:43","guid":{"rendered":"https:\/\/app14743.cloudwayssites.com\/?p=25568"},"modified":"2023-01-09T18:04:59","modified_gmt":"2023-01-10T02:04:59","slug":"selenium-vs-cypress-the-rematch","status":"publish","type":"post","link":"https:\/\/app14743.cloudwayssites.com\/blog\/selenium-vs-cypress-the-rematch\/","title":{"rendered":"Selenium vs Cypress: The Rematch"},"content":{"rendered":"\n<p>It\u2019s been more than two years since we last evaluated <a href=\"https:\/\/info.applitools.com\/uc2zs\" target=\"_blank\" rel=\"noreferrer noopener\">Cypress vs Selenium WebDriver<\/a>, and as we all know, a lot can happen in two years.<\/p>\n\n\n\n<p>Since then, Selenium WebDriver has made impressive improvements as they prepare for the <a href=\"https:\/\/info.applitools.com\/uc2zz\" target=\"_blank\" rel=\"noreferrer noopener\">major release of Selenium 4<\/a>, and Cypress has grown from its infancy phase. Let\u2019s see what\u2019s changed!<\/p>\n\n\n\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-target-audience\">Target Audience<\/h2>\n\n\n\n<p>In our previous post, we asserted that most of Selenium&#8217;s users are testers, while developers seemed to favor Cypress. While this was certainly true in its early days, <a href=\"https:\/\/info.applitools.com\/uc2zQ\" target=\"_blank\" rel=\"noreferrer noopener\">the popularity of Cypress has increased with testers<\/a> as well. Cypress has become the most widely used test automation tool amongst our JavaScript users, which comprises mostly of dedicated automation engineers.<\/p>\n\n\n\n<p>My theory for the uptick in the use of Cypress amongst testers is that collaboration is a key factor in tooling. It&#8217;s hard enough to get developers to contribute to UI testing, and if Cypress is a way to bridge that gap, then testers are all for it!<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-language-support\">Language Support<\/h2>\n\n\n\n<p>Since Cypress was designed for frontend developers, it only supports JavaScript &#8211; the language of the web. This has not changed since Cypress was released, and it does not seem to be on the product&#8217;s roadmap. Consequentially, this puts Cypress at a disadvantage to Selenium which supports JavaScript as well as Java, Python, C#, Ruby, and Kotlin. This gives Selenium a much wider target audience, especially since <a href=\"https:\/\/info.applitools.com\/uc2Ag\" target=\"_blank\" rel=\"noreferrer noopener\">Java is the most popular programming language for UI testing<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-browser-support\">Browser Support<\/h2>\n\n\n\n<p>Arguably, the biggest enhancement to Cypress since our last post is its move from Chrome-only to cross browser support!<\/p>\n\n\n\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter wp-block-embed-twitter\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\" data-width=\"550\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">We&#39;re excited to release the highly-anticipated support for <a href=\"https:\/\/twitter.com\/firefox?ref_src=twsrc%5Etfw\">@Firefox<\/a> and the new <a href=\"https:\/\/twitter.com\/MicrosoftEdge?ref_src=twsrc%5Etfw\">@MicrosoftEdge<\/a> browsers in Cypress 4.0 ? <a href=\"https:\/\/t.co\/43JGgJbYtc\">https:\/\/t.co\/43JGgJbYtc<\/a><\/p>&mdash; Cypress.io (@Cypress_io) <a href=\"https:\/\/twitter.com\/Cypress_io\/status\/1225530429568147457?ref_src=twsrc%5Etfw\">February 6, 2020<\/a><\/blockquote><script async src=\"https:\/\/platform.twitter.com\/widgets.js\" charset=\"utf-8\"><\/script>\n<\/div><\/figure>\n\n\n\n<p>Cypress&#8217; lack of cross-browser support was a major con for those who needed to test their applications on more than just Chrome. Many Cypress users had to rely on third-party plugins such as <a href=\"https:\/\/info.applitools.com\/uc27F\" target=\"_blank\" rel=\"noreferrer noopener\">Applitools&#8217; Ultrafast Grid<\/a> to gain test coverage on multiple browsers.  However, with version 4 of Cypress, this now opens the possibility of <a href=\"https:\/\/cypress.io\/blog\/2020\/02\/06\/introducing-firefox-and-edge-support-in-cypress-4-0\" target=\"_blank\" rel=\"noreferrer noopener\">testing on Firefox and Edge<\/a> as well.<\/p>\n\n\n\n<p>Of course, Selenium WebDriver has always supported Chrome, Firefox, and IE; and has also supported Edge and Safari for years. This gives Selenium an edge in this category for those who need to test on Internet Explorer and Safari (the default browser for iOS devices).<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-browser-capabilities\">Browser Capabilities<\/h2>\n\n\n\n<p>The architecture for Cypress and Selenium varies quite a bit (see our <a href=\"https:\/\/info.applitools.com\/uc2zs\">original comparison<\/a> for the details). Cypress runs tests in-browser while Selenium uses a browser driver. Both of these approaches have their pros and cons. <\/p>\n\n\n\n<p>Cypress tests are faster since there are less processes to call for every browser interaction. However, features such as opening and manipulating multiple tabs and windows is not supported in Cypress. Likewise, Cypress has <a href=\"https:\/\/www.cypress.io\/blog\/2020\/02\/12\/working-with-iframes-in-cypress\/\" target=\"_blank\" rel=\"noreferrer noopener\">limited support<\/a> for working with iframes and requires you to write custom code to be able to do so.<\/p>\n\n\n\n<p>Selenium users do not have to concern themselves with these limitations. Not only are iframes fully supported in WebDriver, but Selenium 4 boasts updated support for <a href=\"https:\/\/info.applitools.com\/uc278\">multiple wi<\/a><a href=\"https:\/\/info.applitools.com\/uc278\" target=\"_blank\" rel=\"noreferrer noopener\">n<\/a><a href=\"https:\/\/info.applitools.com\/uc278\">dows and tabs<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-server-manipulation\">Server Manipulation<\/h2>\n\n\n\n<p>In our previous post, we admired Cypress&#8217; built-in support for mocking and intercepting server requests and responses. At that time, this powerful feature was not available in Selenium. However, Selenium 4 provides a brand new <a href=\"https:\/\/info.applitools.com\/uc273\" target=\"_blank\" rel=\"noreferrer noopener\">Chrome DevTools Protocol API<\/a> which enables Selenium tests to not only mock server requests and intercept responses, but to fully leverage all of the possibilities of Chrome DevTools. This is a game-changing feature for Selenium WebDriver!<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-which-is-better-selenium-or-cypress\">Which is Better? Selenium or Cypress?<\/h2>\n\n\n\n<p>That depends on your needs. <\/p>\n\n\n\n<p>Cypress integrates quite nicely into a given production codebase making it favorable for developers, which therefore fares better for collaboration between developers and automation engineers\/testers. Cypress&#8217; architecture also inherently speeds up test execution.<\/p>\n\n\n\n<p>However, Selenium has far more reach and support for browsers, programming languages, and browser capabilities. <\/p>\n\n\n\n<p>If your application is relatively simple and speed and collaboration are the most important factors, then Cypress is a great choice. However, if your application and user journeys are more complex and require extensive testing across multiple platforms, then Selenium would be a better choice.<\/p>\n\n\n\n<p>I applaud you for reading to the end! Tools have their intended purposes and while multiple tools may seem similar, we shouldn&#8217;t be so quick to label one tool as &#8220;better&#8221; than another. Evaluate any given tool against your requirements to determine which would be the most efficient for your needs. <\/p>\n\n\n\n<p>I&#8217;m excited to see the progress in both Selenium WebDriver and Cypress over the last two years. Both are clearly here to stay!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>It&#8217;s been 2 years since we last evaluated Selenium vs Cypress. Let&#8217;s see what&#8217;s changed since then!<\/p>\n","protected":false},"author":31,"featured_media":25678,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[12271],"tags":[10357,10139,16604],"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>Selenium vs Cypress: The Rematch<\/title>\n<meta name=\"description\" content=\"In this rematch, we look at the updates in Selenium and Cypress to evaluate different areas like browser and language support.\" \/>\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\/selenium-vs-cypress-the-rematch\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Selenium vs Cypress: The Rematch\" \/>\n<meta property=\"og:description\" content=\"It&#039;s been 2 years since we last evaluated Selenium vs Cypress. Let&#039;s see what&#039;s changed since then!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/app14743.cloudwayssites.com\/blog\/selenium-vs-cypress-the-rematch\/\" \/>\n<meta property=\"og:site_name\" content=\"AI-Powered End-to-End Testing | Applitools\" \/>\n<meta property=\"article:published_time\" content=\"2021-01-19T17:09:43+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-01-10T02:04:59+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2021\/01\/selenium_vs_cypress.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"831\" \/>\n\t<meta property=\"og:image:height\" content=\"539\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Angie Jones\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Angie Jones\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/app14743.cloudwayssites.com\/blog\/selenium-vs-cypress-the-rematch\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/app14743.cloudwayssites.com\/blog\/selenium-vs-cypress-the-rematch\/\"},\"author\":{\"name\":\"Angie Jones\",\"@id\":\"https:\/\/app14743.cloudwayssites.com\/#\/schema\/person\/bef60d60f816d3253a3e37120c0b9bba\"},\"headline\":\"Selenium vs Cypress: The Rematch\",\"datePublished\":\"2021-01-19T17:09:43+00:00\",\"dateModified\":\"2023-01-10T02:04:59+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/app14743.cloudwayssites.com\/blog\/selenium-vs-cypress-the-rematch\/\"},\"wordCount\":762,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/app14743.cloudwayssites.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/app14743.cloudwayssites.com\/blog\/selenium-vs-cypress-the-rematch\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2021\/01\/selenium_vs_cypress.jpg\",\"keywords\":[\"Cypress\",\"Selenium\",\"Selenium 4\"],\"articleSection\":[\"Getting Started\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/app14743.cloudwayssites.com\/blog\/selenium-vs-cypress-the-rematch\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/app14743.cloudwayssites.com\/blog\/selenium-vs-cypress-the-rematch\/\",\"url\":\"https:\/\/app14743.cloudwayssites.com\/blog\/selenium-vs-cypress-the-rematch\/\",\"name\":\"Selenium vs Cypress: The Rematch\",\"isPartOf\":{\"@id\":\"https:\/\/app14743.cloudwayssites.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/app14743.cloudwayssites.com\/blog\/selenium-vs-cypress-the-rematch\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/app14743.cloudwayssites.com\/blog\/selenium-vs-cypress-the-rematch\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2021\/01\/selenium_vs_cypress.jpg\",\"datePublished\":\"2021-01-19T17:09:43+00:00\",\"dateModified\":\"2023-01-10T02:04:59+00:00\",\"description\":\"In this rematch, we look at the updates in Selenium and Cypress to evaluate different areas like browser and language support.\",\"breadcrumb\":{\"@id\":\"https:\/\/app14743.cloudwayssites.com\/blog\/selenium-vs-cypress-the-rematch\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/app14743.cloudwayssites.com\/blog\/selenium-vs-cypress-the-rematch\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/app14743.cloudwayssites.com\/blog\/selenium-vs-cypress-the-rematch\/#primaryimage\",\"url\":\"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2021\/01\/selenium_vs_cypress.jpg\",\"contentUrl\":\"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2021\/01\/selenium_vs_cypress.jpg\",\"width\":831,\"height\":539},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/app14743.cloudwayssites.com\/blog\/selenium-vs-cypress-the-rematch\/#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\":\"Selenium vs Cypress: The Rematch\"}]},{\"@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\/bef60d60f816d3253a3e37120c0b9bba\",\"name\":\"Angie Jones\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/app14743.cloudwayssites.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/60864923503620d0b54e2493ef75b9d8?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/60864923503620d0b54e2493ef75b9d8?s=96&d=mm&r=g\",\"caption\":\"Angie Jones\"},\"url\":\"https:\/\/app14743.cloudwayssites.com\/blog\/author\/angiejones\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Selenium vs Cypress: The Rematch","description":"In this rematch, we look at the updates in Selenium and Cypress to evaluate different areas like browser and language support.","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\/selenium-vs-cypress-the-rematch\/","og_locale":"en_US","og_type":"article","og_title":"Selenium vs Cypress: The Rematch","og_description":"It's been 2 years since we last evaluated Selenium vs Cypress. Let's see what's changed since then!","og_url":"https:\/\/app14743.cloudwayssites.com\/blog\/selenium-vs-cypress-the-rematch\/","og_site_name":"AI-Powered End-to-End Testing | Applitools","article_published_time":"2021-01-19T17:09:43+00:00","article_modified_time":"2023-01-10T02:04:59+00:00","og_image":[{"width":831,"height":539,"url":"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2021\/01\/selenium_vs_cypress.jpg","type":"image\/jpeg"}],"author":"Angie Jones","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Angie Jones","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/app14743.cloudwayssites.com\/blog\/selenium-vs-cypress-the-rematch\/#article","isPartOf":{"@id":"https:\/\/app14743.cloudwayssites.com\/blog\/selenium-vs-cypress-the-rematch\/"},"author":{"name":"Angie Jones","@id":"https:\/\/app14743.cloudwayssites.com\/#\/schema\/person\/bef60d60f816d3253a3e37120c0b9bba"},"headline":"Selenium vs Cypress: The Rematch","datePublished":"2021-01-19T17:09:43+00:00","dateModified":"2023-01-10T02:04:59+00:00","mainEntityOfPage":{"@id":"https:\/\/app14743.cloudwayssites.com\/blog\/selenium-vs-cypress-the-rematch\/"},"wordCount":762,"commentCount":0,"publisher":{"@id":"https:\/\/app14743.cloudwayssites.com\/#organization"},"image":{"@id":"https:\/\/app14743.cloudwayssites.com\/blog\/selenium-vs-cypress-the-rematch\/#primaryimage"},"thumbnailUrl":"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2021\/01\/selenium_vs_cypress.jpg","keywords":["Cypress","Selenium","Selenium 4"],"articleSection":["Getting Started"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/app14743.cloudwayssites.com\/blog\/selenium-vs-cypress-the-rematch\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/app14743.cloudwayssites.com\/blog\/selenium-vs-cypress-the-rematch\/","url":"https:\/\/app14743.cloudwayssites.com\/blog\/selenium-vs-cypress-the-rematch\/","name":"Selenium vs Cypress: The Rematch","isPartOf":{"@id":"https:\/\/app14743.cloudwayssites.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/app14743.cloudwayssites.com\/blog\/selenium-vs-cypress-the-rematch\/#primaryimage"},"image":{"@id":"https:\/\/app14743.cloudwayssites.com\/blog\/selenium-vs-cypress-the-rematch\/#primaryimage"},"thumbnailUrl":"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2021\/01\/selenium_vs_cypress.jpg","datePublished":"2021-01-19T17:09:43+00:00","dateModified":"2023-01-10T02:04:59+00:00","description":"In this rematch, we look at the updates in Selenium and Cypress to evaluate different areas like browser and language support.","breadcrumb":{"@id":"https:\/\/app14743.cloudwayssites.com\/blog\/selenium-vs-cypress-the-rematch\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/app14743.cloudwayssites.com\/blog\/selenium-vs-cypress-the-rematch\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/app14743.cloudwayssites.com\/blog\/selenium-vs-cypress-the-rematch\/#primaryimage","url":"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2021\/01\/selenium_vs_cypress.jpg","contentUrl":"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2021\/01\/selenium_vs_cypress.jpg","width":831,"height":539},{"@type":"BreadcrumbList","@id":"https:\/\/app14743.cloudwayssites.com\/blog\/selenium-vs-cypress-the-rematch\/#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":"Selenium vs Cypress: The Rematch"}]},{"@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\/bef60d60f816d3253a3e37120c0b9bba","name":"Angie Jones","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/app14743.cloudwayssites.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/60864923503620d0b54e2493ef75b9d8?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/60864923503620d0b54e2493ef75b9d8?s=96&d=mm&r=g","caption":"Angie Jones"},"url":"https:\/\/app14743.cloudwayssites.com\/blog\/author\/angiejones\/"}]}},"_links":{"self":[{"href":"https:\/\/app14743.cloudwayssites.com\/wp-json\/wp\/v2\/posts\/25568"}],"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\/31"}],"replies":[{"embeddable":true,"href":"https:\/\/app14743.cloudwayssites.com\/wp-json\/wp\/v2\/comments?post=25568"}],"version-history":[{"count":0,"href":"https:\/\/app14743.cloudwayssites.com\/wp-json\/wp\/v2\/posts\/25568\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/app14743.cloudwayssites.com\/wp-json\/wp\/v2\/media\/25678"}],"wp:attachment":[{"href":"https:\/\/app14743.cloudwayssites.com\/wp-json\/wp\/v2\/media?parent=25568"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/app14743.cloudwayssites.com\/wp-json\/wp\/v2\/categories?post=25568"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/app14743.cloudwayssites.com\/wp-json\/wp\/v2\/tags?post=25568"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}