{"id":380,"date":"2022-08-03T09:22:42","date_gmt":"2022-08-03T09:22:42","guid":{"rendered":"https:\/\/webdesigntraininginchennai.co.in\/blog\/?p=380"},"modified":"2022-08-03T09:23:31","modified_gmt":"2022-08-03T09:23:31","slug":"what-are-the-concepts-of-appium-server","status":"publish","type":"post","link":"https:\/\/webdesigntraininginchennai.co.in\/blog\/what-are-the-concepts-of-appium-server\/","title":{"rendered":"What are the Concepts of Appium Server?"},"content":{"rendered":"<p><a href=\"https:\/\/webdesigntraininginchennai.co.in\/blog\/wp-content\/uploads\/2022\/08\/What-are-the-Concepts-of-Appium-Server.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-381\" src=\"https:\/\/webdesigntraininginchennai.co.in\/blog\/wp-content\/uploads\/2022\/08\/What-are-the-Concepts-of-Appium-Server.png\" alt=\"What are the Concepts of Appium Server?\" width=\"800\" height=\"400\" srcset=\"https:\/\/webdesigntraininginchennai.co.in\/blog\/wp-content\/uploads\/2022\/08\/What-are-the-Concepts-of-Appium-Server.png 800w, https:\/\/webdesigntraininginchennai.co.in\/blog\/wp-content\/uploads\/2022\/08\/What-are-the-Concepts-of-Appium-Server-300x150.png 300w, https:\/\/webdesigntraininginchennai.co.in\/blog\/wp-content\/uploads\/2022\/08\/What-are-the-Concepts-of-Appium-Server-768x384.png 768w\" sizes=\"auto, (max-width: 800px) 100vw, 800px\" \/><\/a><\/p>\n<p style=\"text-align: justify;\"><span data-preserver-spaces=\"true\">In this blog, we shall discuss What are the Concepts of Appium Server. This blog gives a complete understanding of the Appium server and\u00a0<\/span><a class=\"editor-rtfLink\" href=\"https:\/\/www.javatraining.org\/what-is-appium-and-how-does-it-work\/\" target=\"_blank\" rel=\"noopener\"><span data-preserver-spaces=\"true\">how Appium works<\/span><\/a><span data-preserver-spaces=\"true\">.<\/span><\/p>\n<h3 style=\"text-align: justify;\"><strong><span data-preserver-spaces=\"true\">What is Appium?<\/span><\/strong><\/h3>\n<p style=\"text-align: justify;\"><span data-preserver-spaces=\"true\">Appium is an open-source tool for standardizing native, mobile web, and hybrid applications on iOS,\u00a0<\/span><a class=\"editor-rtfLink\" href=\"https:\/\/www.fita.in\/android-training\/\" target=\"_blank\" rel=\"noopener\"><span data-preserver-spaces=\"true\">Android<\/span><\/a><span data-preserver-spaces=\"true\">, and Windows platforms. Native apps are created with the Android, iOS, or Windows SDKs. Mobile web apps are web apps that can be accessed through a mobile browser. Join\u00a0<\/span><a class=\"editor-rtfLink\" href=\"https:\/\/www.fita.in\/\" target=\"_blank\" rel=\"noopener\"><strong><span data-preserver-spaces=\"true\">FITA Academy<\/span><\/strong><\/a><strong><span data-preserver-spaces=\"true\">\u00a0<\/span><\/strong><span data-preserver-spaces=\"true\">for the best\u00a0<\/span><a class=\"editor-rtfLink\" href=\"https:\/\/www.fita.in\/appium-training-in-chennai\/\" target=\"_blank\" rel=\"noopener\"><strong><span data-preserver-spaces=\"true\">Mobile Appium Training in Chennai<\/span><\/strong><\/a><span data-preserver-spaces=\"true\">.<\/span><\/p>\n<p style=\"text-align: justify;\"><span data-preserver-spaces=\"true\">It allows the users to write tests for multiple platforms using the same API. It enables code reuse across all platforms.<\/span><\/p>\n<h3 style=\"text-align: justify;\"><strong><span data-preserver-spaces=\"true\">What are the Concepts of Appium Server?<\/span><\/strong><\/h3>\n<h3 style=\"text-align: justify;\"><strong><span data-preserver-spaces=\"true\">Client Server Architecture:<\/span><\/strong><\/h3>\n<p style=\"text-align: justify;\"><span data-preserver-spaces=\"true\">Appium is essentially a web server that introduces a REST API. It accepts client connections, listens for commands, performs those on a mobile device, and reacts with an HTTP response containing the command execution results.<\/span><\/p>\n<h3 style=\"text-align: justify;\"><strong><span data-preserver-spaces=\"true\">Session:<\/span><\/strong><\/h3>\n<p style=\"text-align: justify;\"><span data-preserver-spaces=\"true\">Automation is always carried out within the framework of a session. Clients start a session with a server in different ways depending on the library, but they all submit a post or session request to the server, along with a JSON object called desired capabilities.<\/span><\/p>\n<h3 style=\"text-align: justify;\"><strong><span data-preserver-spaces=\"true\">Desired Capabilities:<\/span><\/strong><\/h3>\n<p style=\"text-align: justify;\"><span data-preserver-spaces=\"true\">Desired functionalities are values and keys sent to the Appium server to tell it what type of automation session we want to start. Numerous capabilities can alter the server&#8217;s behaviour during automation.\u00a0<\/span><a class=\"editor-rtfLink\" href=\"https:\/\/www.fita.in\/appium-training\/\" target=\"_blank\" rel=\"noopener\"><strong><span data-preserver-spaces=\"true\">Appium Course Online<\/span><\/strong><\/a><strong><span data-preserver-spaces=\"true\">\u00a0<\/span><\/strong><span data-preserver-spaces=\"true\">provides real-time projects at an affordable price.<\/span><\/p>\n<p style=\"text-align: justify;\"><span data-preserver-spaces=\"true\">For example, we could set the platform name functionality to iOS to inform Appium that we prefer an\u00a0<\/span><a class=\"editor-rtfLink\" href=\"https:\/\/www.fita.in\/ios-training\/\" target=\"_blank\" rel=\"noopener\"><span data-preserver-spaces=\"true\">iOS<\/span><\/a><span data-preserver-spaces=\"true\">\u00a0session over an Android or Windows session.<\/span><\/p>\n<h3 style=\"text-align: justify;\"><strong><span data-preserver-spaces=\"true\">Appium Clients:<\/span><\/strong><\/h3>\n<p style=\"text-align: justify;\"><span data-preserver-spaces=\"true\">There are client libraries in Ruby,\u00a0<\/span><a class=\"editor-rtfLink\" href=\"https:\/\/www.fita.in\/java-training\/\" target=\"_blank\" rel=\"noopener\"><span data-preserver-spaces=\"true\">Java<\/span><\/a><span data-preserver-spaces=\"true\">, Python, JavaScript, PHP, and C# that support Appium&#8217;s WebDriver protocol extensions. You should use these client libraries rather than your regular WebDriver client when using Appium.<\/span><\/p>\n<h3 style=\"text-align: justify;\"><strong><span data-preserver-spaces=\"true\">Appium Desktop:<\/span><\/strong><\/h3>\n<p style=\"text-align: justify;\"><span data-preserver-spaces=\"true\">A graphical user interface wrapper for the Appium server is available on any platform. It includes everything needed to run the Appium server, so you do not need to worry about Node.<\/span><\/p>\n<p style=\"text-align: justify;\"><span data-preserver-spaces=\"true\">It also includes an Inspector, which allows you to inspect the structure of your app. It is useful when writing tests.<\/span><\/p>\n<h3 style=\"text-align: justify;\"><strong><span data-preserver-spaces=\"true\">Conclusion:<\/span><\/strong><\/h3>\n<p style=\"text-align: justify;\"><span data-preserver-spaces=\"true\">Now you would have understood What are the Concepts of Appium Server. So to have a profound understanding of Appium, you can join\u00a0<\/span><a class=\"editor-rtfLink\" href=\"https:\/\/www.fita.in\/appium-training-in-coimbatore\/\" target=\"_blank\" rel=\"noopener\"><strong><span data-preserver-spaces=\"true\">Best Appium Training Institute in Coimbatore<\/span><\/strong><\/a><strong><span data-preserver-spaces=\"true\">\u00a0<\/span><\/strong><span data-preserver-spaces=\"true\">and equip yourself with the help of its features, benefits and core concepts.<\/span><\/p>\n<p style=\"text-align: justify;\"><strong><span data-preserver-spaces=\"true\">Read More:\u00a0<\/span><\/strong><a class=\"editor-rtfLink\" href=\"https:\/\/www.fita.in\/android-app-developer-salary-for-freshers\/\" target=\"_blank\" rel=\"noopener\"><strong><span data-preserver-spaces=\"true\">Android App Developer Salary for Freshers<\/span><\/strong><\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>In this blog, we shall discuss What are the Concepts of Appium Server. This blog gives a complete understanding of the Appium server and\u00a0how Appium works. What is Appium? Appium is an open-source tool for standardizing native, mobile web, and hybrid applications on iOS,\u00a0Android, and Windows platforms. Native apps are created with the Android, iOS, [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":381,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[175],"tags":[178,177,176],"class_list":["post-380","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-appium","tag-appium-classes","tag-appium-course","tag-appium-training"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>What are the Concepts of Appium Server?<\/title>\n<meta name=\"description\" content=\"In this blog, we describe What are the Concepts of Appium Server. This blog also gives the right tips to choose the best Appium server.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/webdesigntraininginchennai.co.in\/blog\/what-are-the-concepts-of-appium-server\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What are the Concepts of Appium Server?\" \/>\n<meta property=\"og:description\" content=\"In this blog, we describe What are the Concepts of Appium Server. This blog also gives the right tips to choose the best Appium server.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/webdesigntraininginchennai.co.in\/blog\/what-are-the-concepts-of-appium-server\/\" \/>\n<meta property=\"og:site_name\" content=\"Web Design Training\" \/>\n<meta property=\"article:published_time\" content=\"2022-08-03T09:22:42+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-08-03T09:23:31+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/webdesigntraininginchennai.co.in\/blog\/wp-content\/uploads\/2022\/08\/What-are-the-Concepts-of-Appium-Server.png\" \/>\n\t<meta property=\"og:image:width\" content=\"800\" \/>\n\t<meta property=\"og:image:height\" content=\"400\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/webdesigntraininginchennai.co.in\/blog\/what-are-the-concepts-of-appium-server\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/webdesigntraininginchennai.co.in\/blog\/what-are-the-concepts-of-appium-server\/\"},\"author\":{\"name\":\"admin\",\"@id\":\"https:\/\/webdesigntraininginchennai.co.in\/blog\/#\/schema\/person\/46abdf7c36037bfab61147e19e563ea4\"},\"headline\":\"What are the Concepts of Appium Server?\",\"datePublished\":\"2022-08-03T09:22:42+00:00\",\"dateModified\":\"2022-08-03T09:23:31+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/webdesigntraininginchennai.co.in\/blog\/what-are-the-concepts-of-appium-server\/\"},\"wordCount\":417,\"commentCount\":0,\"image\":{\"@id\":\"https:\/\/webdesigntraininginchennai.co.in\/blog\/what-are-the-concepts-of-appium-server\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webdesigntraininginchennai.co.in\/blog\/wp-content\/uploads\/2022\/08\/What-are-the-Concepts-of-Appium-Server.png\",\"keywords\":[\"Appium Classes\",\"Appium Course\",\"Appium Training\"],\"articleSection\":[\"Appium\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/webdesigntraininginchennai.co.in\/blog\/what-are-the-concepts-of-appium-server\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/webdesigntraininginchennai.co.in\/blog\/what-are-the-concepts-of-appium-server\/\",\"url\":\"https:\/\/webdesigntraininginchennai.co.in\/blog\/what-are-the-concepts-of-appium-server\/\",\"name\":\"What are the Concepts of Appium Server?\",\"isPartOf\":{\"@id\":\"https:\/\/webdesigntraininginchennai.co.in\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/webdesigntraininginchennai.co.in\/blog\/what-are-the-concepts-of-appium-server\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/webdesigntraininginchennai.co.in\/blog\/what-are-the-concepts-of-appium-server\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webdesigntraininginchennai.co.in\/blog\/wp-content\/uploads\/2022\/08\/What-are-the-Concepts-of-Appium-Server.png\",\"datePublished\":\"2022-08-03T09:22:42+00:00\",\"dateModified\":\"2022-08-03T09:23:31+00:00\",\"author\":{\"@id\":\"https:\/\/webdesigntraininginchennai.co.in\/blog\/#\/schema\/person\/46abdf7c36037bfab61147e19e563ea4\"},\"description\":\"In this blog, we describe What are the Concepts of Appium Server. This blog also gives the right tips to choose the best Appium server.\",\"breadcrumb\":{\"@id\":\"https:\/\/webdesigntraininginchennai.co.in\/blog\/what-are-the-concepts-of-appium-server\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/webdesigntraininginchennai.co.in\/blog\/what-are-the-concepts-of-appium-server\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webdesigntraininginchennai.co.in\/blog\/what-are-the-concepts-of-appium-server\/#primaryimage\",\"url\":\"https:\/\/webdesigntraininginchennai.co.in\/blog\/wp-content\/uploads\/2022\/08\/What-are-the-Concepts-of-Appium-Server.png\",\"contentUrl\":\"https:\/\/webdesigntraininginchennai.co.in\/blog\/wp-content\/uploads\/2022\/08\/What-are-the-Concepts-of-Appium-Server.png\",\"width\":800,\"height\":400,\"caption\":\"What are the Concepts of Appium Server?\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/webdesigntraininginchennai.co.in\/blog\/what-are-the-concepts-of-appium-server\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/webdesigntraininginchennai.co.in\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"What are the Concepts of Appium Server?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/webdesigntraininginchennai.co.in\/blog\/#website\",\"url\":\"https:\/\/webdesigntraininginchennai.co.in\/blog\/\",\"name\":\"Web Design Training\",\"description\":\"Web Design and Development tutorials\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/webdesigntraininginchennai.co.in\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/webdesigntraininginchennai.co.in\/blog\/#\/schema\/person\/46abdf7c36037bfab61147e19e563ea4\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/c2851d2256801cd68babc0e8495fdc6726975d52d5bed5db8292c48d30857f82?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/c2851d2256801cd68babc0e8495fdc6726975d52d5bed5db8292c48d30857f82?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/c2851d2256801cd68babc0e8495fdc6726975d52d5bed5db8292c48d30857f82?s=96&d=mm&r=g\",\"caption\":\"admin\"},\"url\":\"https:\/\/webdesigntraininginchennai.co.in\/blog\/author\/admin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"What are the Concepts of Appium Server?","description":"In this blog, we describe What are the Concepts of Appium Server. This blog also gives the right tips to choose the best Appium server.","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:\/\/webdesigntraininginchennai.co.in\/blog\/what-are-the-concepts-of-appium-server\/","og_locale":"en_US","og_type":"article","og_title":"What are the Concepts of Appium Server?","og_description":"In this blog, we describe What are the Concepts of Appium Server. This blog also gives the right tips to choose the best Appium server.","og_url":"https:\/\/webdesigntraininginchennai.co.in\/blog\/what-are-the-concepts-of-appium-server\/","og_site_name":"Web Design Training","article_published_time":"2022-08-03T09:22:42+00:00","article_modified_time":"2022-08-03T09:23:31+00:00","og_image":[{"width":800,"height":400,"url":"https:\/\/webdesigntraininginchennai.co.in\/blog\/wp-content\/uploads\/2022\/08\/What-are-the-Concepts-of-Appium-Server.png","type":"image\/png"}],"author":"admin","twitter_misc":{"Written by":"admin","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/webdesigntraininginchennai.co.in\/blog\/what-are-the-concepts-of-appium-server\/#article","isPartOf":{"@id":"https:\/\/webdesigntraininginchennai.co.in\/blog\/what-are-the-concepts-of-appium-server\/"},"author":{"name":"admin","@id":"https:\/\/webdesigntraininginchennai.co.in\/blog\/#\/schema\/person\/46abdf7c36037bfab61147e19e563ea4"},"headline":"What are the Concepts of Appium Server?","datePublished":"2022-08-03T09:22:42+00:00","dateModified":"2022-08-03T09:23:31+00:00","mainEntityOfPage":{"@id":"https:\/\/webdesigntraininginchennai.co.in\/blog\/what-are-the-concepts-of-appium-server\/"},"wordCount":417,"commentCount":0,"image":{"@id":"https:\/\/webdesigntraininginchennai.co.in\/blog\/what-are-the-concepts-of-appium-server\/#primaryimage"},"thumbnailUrl":"https:\/\/webdesigntraininginchennai.co.in\/blog\/wp-content\/uploads\/2022\/08\/What-are-the-Concepts-of-Appium-Server.png","keywords":["Appium Classes","Appium Course","Appium Training"],"articleSection":["Appium"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/webdesigntraininginchennai.co.in\/blog\/what-are-the-concepts-of-appium-server\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/webdesigntraininginchennai.co.in\/blog\/what-are-the-concepts-of-appium-server\/","url":"https:\/\/webdesigntraininginchennai.co.in\/blog\/what-are-the-concepts-of-appium-server\/","name":"What are the Concepts of Appium Server?","isPartOf":{"@id":"https:\/\/webdesigntraininginchennai.co.in\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/webdesigntraininginchennai.co.in\/blog\/what-are-the-concepts-of-appium-server\/#primaryimage"},"image":{"@id":"https:\/\/webdesigntraininginchennai.co.in\/blog\/what-are-the-concepts-of-appium-server\/#primaryimage"},"thumbnailUrl":"https:\/\/webdesigntraininginchennai.co.in\/blog\/wp-content\/uploads\/2022\/08\/What-are-the-Concepts-of-Appium-Server.png","datePublished":"2022-08-03T09:22:42+00:00","dateModified":"2022-08-03T09:23:31+00:00","author":{"@id":"https:\/\/webdesigntraininginchennai.co.in\/blog\/#\/schema\/person\/46abdf7c36037bfab61147e19e563ea4"},"description":"In this blog, we describe What are the Concepts of Appium Server. This blog also gives the right tips to choose the best Appium server.","breadcrumb":{"@id":"https:\/\/webdesigntraininginchennai.co.in\/blog\/what-are-the-concepts-of-appium-server\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/webdesigntraininginchennai.co.in\/blog\/what-are-the-concepts-of-appium-server\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webdesigntraininginchennai.co.in\/blog\/what-are-the-concepts-of-appium-server\/#primaryimage","url":"https:\/\/webdesigntraininginchennai.co.in\/blog\/wp-content\/uploads\/2022\/08\/What-are-the-Concepts-of-Appium-Server.png","contentUrl":"https:\/\/webdesigntraininginchennai.co.in\/blog\/wp-content\/uploads\/2022\/08\/What-are-the-Concepts-of-Appium-Server.png","width":800,"height":400,"caption":"What are the Concepts of Appium Server?"},{"@type":"BreadcrumbList","@id":"https:\/\/webdesigntraininginchennai.co.in\/blog\/what-are-the-concepts-of-appium-server\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/webdesigntraininginchennai.co.in\/blog\/"},{"@type":"ListItem","position":2,"name":"What are the Concepts of Appium Server?"}]},{"@type":"WebSite","@id":"https:\/\/webdesigntraininginchennai.co.in\/blog\/#website","url":"https:\/\/webdesigntraininginchennai.co.in\/blog\/","name":"Web Design Training","description":"Web Design and Development tutorials","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/webdesigntraininginchennai.co.in\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/webdesigntraininginchennai.co.in\/blog\/#\/schema\/person\/46abdf7c36037bfab61147e19e563ea4","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/c2851d2256801cd68babc0e8495fdc6726975d52d5bed5db8292c48d30857f82?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/c2851d2256801cd68babc0e8495fdc6726975d52d5bed5db8292c48d30857f82?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/c2851d2256801cd68babc0e8495fdc6726975d52d5bed5db8292c48d30857f82?s=96&d=mm&r=g","caption":"admin"},"url":"https:\/\/webdesigntraininginchennai.co.in\/blog\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/webdesigntraininginchennai.co.in\/blog\/wp-json\/wp\/v2\/posts\/380","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/webdesigntraininginchennai.co.in\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/webdesigntraininginchennai.co.in\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/webdesigntraininginchennai.co.in\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/webdesigntraininginchennai.co.in\/blog\/wp-json\/wp\/v2\/comments?post=380"}],"version-history":[{"count":2,"href":"https:\/\/webdesigntraininginchennai.co.in\/blog\/wp-json\/wp\/v2\/posts\/380\/revisions"}],"predecessor-version":[{"id":383,"href":"https:\/\/webdesigntraininginchennai.co.in\/blog\/wp-json\/wp\/v2\/posts\/380\/revisions\/383"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/webdesigntraininginchennai.co.in\/blog\/wp-json\/wp\/v2\/media\/381"}],"wp:attachment":[{"href":"https:\/\/webdesigntraininginchennai.co.in\/blog\/wp-json\/wp\/v2\/media?parent=380"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/webdesigntraininginchennai.co.in\/blog\/wp-json\/wp\/v2\/categories?post=380"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/webdesigntraininginchennai.co.in\/blog\/wp-json\/wp\/v2\/tags?post=380"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}