{"id":3927,"date":"2025-12-12T12:15:14","date_gmt":"2025-12-12T12:15:14","guid":{"rendered":"https:\/\/www.devopssupport.in\/blog\/?p=3927"},"modified":"2025-12-12T12:17:21","modified_gmt":"2025-12-12T12:17:21","slug":"master-web-automation-with-selenium-in-bangalore","status":"publish","type":"post","link":"https:\/\/www.devopssupport.in\/blog\/master-web-automation-with-selenium-in-bangalore\/","title":{"rendered":"Master Web Automation with Selenium in Bangalore"},"content":{"rendered":"\n<p><a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https:\/\/www.devopsschool.com\/training\/selenium-training-bangalore.html\">Selenium Training In Bangalore<\/a>&nbsp;gives IT professionals, testers, and freshers in Bangalore a simple way to learn browser automation. This program uses real examples and easy steps so you can use these skills right away in jobs or projects. It helps you test websites faster and better.<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https:\/\/www.devopsschool.com\/training\/selenium-training-bangalore.html\"><\/a>\u200b<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"what-is-selenium-in-simple-words\">What Is Selenium In Simple Words<\/h2>\n\n\n\n<p>Selenium is a free tool to automate tests on websites. It works with browsers like Chrome, Firefox, and Edge. You can make it click buttons, fill forms, and check if pages load correctly &#8211; just like a real user would.<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https:\/\/www.devopsschool.com\/training\/selenium-training-bangalore.html\"><\/a>\u200b<\/p>\n\n\n\n<p>Selenium has different parts. Selenium IDE lets you record actions quickly. Selenium WebDriver helps write detailed test scripts. Selenium Grid runs tests on many computers at once. It supports languages like Java, Python, C#, and Ruby so it fits any team.<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https:\/\/www.devopsschool.com\/training\/selenium-training-bangalore.html\"><\/a>\u200b<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Why Selenium Helps Testing Teams<\/h2>\n\n\n\n<p>Manual testing takes too much time when websites change often. Selenium runs tests fast and repeats them easily. It finds bugs early before users see them. Companies save money because it&#8217;s free and works with their existing tools.<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https:\/\/www.devopsschool.com\/training\/selenium-training-bangalore.html\"><\/a>\u200b<\/p>\n\n\n\n<p>In Bangalore&#8217;s big IT companies, teams release new features daily. Selenium keeps quality high without slowing down work. It also tests the same script on different browsers to catch problems early.<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https:\/\/www.devopsschool.com\/training\/selenium-training-bangalore.html\"><\/a>\u200b<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"why-bangalore-needs-selenium-skills\">Why Bangalore Needs Selenium Skills<\/h2>\n\n\n\n<p>Bangalore has many tech jobs in fintech, e-commerce, and startups. All need fast website testing. Companies like Flipkart, PhonePe, and banks use automation to handle daily updates.<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https:\/\/www.devopsschool.com\/training\/selenium-training-bangalore.html\"><\/a>\u200b<\/p>\n\n\n\n<p>Learning Selenium opens doors to QA engineer, SDET, and test automation roles. Freshers can start with good pay. Experienced testers get promotions by adding automation to their skills.<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https:\/\/www.devopsschool.com\/training\/selenium-training-bangalore.html\"><\/a>\u200b<\/p>\n\n\n\n<p>The&nbsp;<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https:\/\/www.devopsschool.com\/training\/selenium-training-bangalore.html\">Selenium Training In Bangalore<\/a>&nbsp;matches these job needs. It teaches what companies expect in interviews and projects. You practice on real demo sites like NewTours.<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https:\/\/www.devopsschool.com\/training\/selenium-training-bangalore.html\"><\/a>\u200b<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"program-structure-made-simple\">Program Structure Made Simple<\/h2>\n\n\n\n<p>This training lasts 8-12 hours over weekdays or weekends. Trainers have 15+ years experience from real IT projects. 80% of time is hands-on coding, not just listening.<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https:\/\/www.devopsschool.com\/training\/selenium-training-bangalore.html\"><\/a>\u200b<\/p>\n\n\n\n<p>You get lifetime access to videos, notes, slides, and quizzes. Corporate teams can book custom batches. Everyone finishes with a certificate for resumes.<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https:\/\/www.devopsschool.com\/training\/selenium-training-bangalore.html\"><\/a>\u200b<\/p>\n\n\n\n<p>Classes start with basics so no prior knowledge needed. You learn by doing &#8211; trainer shows, then you try with help. Labs use free tools on your laptop.<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https:\/\/www.devopsschool.com\/training\/selenium-training-bangalore.html\"><\/a>\u200b<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"step-by-step-learning-path\">Step By Step Learning Path<\/h2>\n\n\n\n<h2 class=\"wp-block-heading\">Step 1: Selenium Basics<\/h2>\n\n\n\n<p>First, understand what Selenium is and why use it over other tools. Learn its parts: IDE for quick tests, WebDriver for coding, Grid for teams. See advantages like free cost and multi-browser support.<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https:\/\/www.devopsschool.com\/training\/selenium-training-bangalore.html\"><\/a>\u200b<\/p>\n\n\n\n<p>Compare with paid tools like UFT. Selenium wins because it&#8217;s flexible and grows with your needs.<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https:\/\/www.devopsschool.com\/training\/selenium-training-bangalore.html\"><\/a>\u200b<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Step 2: Browser Control Basics<\/h2>\n\n\n\n<p>Practice opening Chrome or Firefox with one line of code. Learn commands like:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>driver.get(&#8220;website URL&#8221;) to load pages<\/li>\n\n\n\n<li>driver.getTitle() to check page name<\/li>\n\n\n\n<li>navigate().back() to go previous page<\/li>\n\n\n\n<li>driver.close() to shut browser<a href=\"https:\/\/www.devopsschool.com\/training\/selenium-training-bangalore.html\" target=\"_blank\" rel=\"noreferrer noopener\"><\/a>\u200b<\/li>\n<\/ul>\n\n\n\n<p>Handle window sizes and multiple tabs. Use waits so tests don&#8217;t fail on slow pages.<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https:\/\/www.devopsschool.com\/training\/selenium-training-bangalore.html\"><\/a>\u200b<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Step 3: Finding Web Elements<\/h2>\n\n\n\n<p>Tests fail if you can&#8217;t find buttons or fields. Learn 8 ways to locate them, best to worst:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>ID (fastest)<\/li>\n\n\n\n<li>Name<\/li>\n\n\n\n<li>CSS Selector<\/li>\n\n\n\n<li>XPath<\/li>\n\n\n\n<li>Class Name<\/li>\n\n\n\n<li>Tag Name<\/li>\n\n\n\n<li>Link Text<\/li>\n\n\n\n<li>Partial Link Text<a href=\"https:\/\/www.devopsschool.com\/training\/selenium-training-bangalore.html\" target=\"_blank\" rel=\"noreferrer noopener\"><\/a>\u200b<\/li>\n<\/ol>\n\n\n\n<p>Practice on NewTours site: find login field, type username, click submit, check success message. XPath tricks like parent:: or sibling:: help complex pages.<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https:\/\/www.devopsschool.com\/training\/selenium-training-bangalore.html\"><\/a>\u200b<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Step 4: Handle Real Website Features<\/h2>\n\n\n\n<p>Websites have popups and alerts. Learn all 3 types:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Simple alert: driver.switchTo().alert().accept()<\/li>\n\n\n\n<li>Confirm: accept() or dismiss()<\/li>\n\n\n\n<li>Prompt: sendKeys(&#8220;text&#8221;) then accept()<a href=\"https:\/\/www.devopsschool.com\/training\/selenium-training-bangalore.html\" target=\"_blank\" rel=\"noreferrer noopener\"><\/a>\u200b<\/li>\n<\/ul>\n\n\n\n<p>Switch between iframes, new windows from links. Drag-drop files, hover menus, select from dropdowns. Actions class combines mouse + keyboard moves.<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https:\/\/www.devopsschool.com\/training\/selenium-training-bangalore.html\"><\/a>\u200b<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"frameworks-for-big-projects\">Frameworks For Big Projects<\/h2>\n\n\n\n<p>Single scripts work for small tests. Big projects need frameworks. Learn 3 types:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Data-driven: Read test data from Excel<\/li>\n\n\n\n<li>Keyword-driven: Keywords call actions<\/li>\n\n\n\n<li>Hybrid: Mix both<a href=\"https:\/\/www.devopsschool.com\/training\/selenium-training-bangalore.html\" target=\"_blank\" rel=\"noreferrer noopener\"><\/a>\u200b<\/li>\n<\/ul>\n\n\n\n<p>Key parts: reusable code, reports, error screenshots, retry failed tests.<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https:\/\/www.devopsschool.com\/training\/selenium-training-bangalore.html\"><\/a>\u200b<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Page Object Model Explained<\/h2>\n\n\n\n<p>POM keeps tests clean. Make page classes hold buttons\/locators. Tests just call page methods like loginPage.enterUsername(&#8220;test&#8221;).<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https:\/\/www.devopsschool.com\/training\/selenium-training-bangalore.html\"><\/a>\u200b<\/p>\n\n\n\n<p>Page Factory uses @FindBy to auto-find elements. Example: @FindBy(id=&#8221;login&#8221;) WebElement loginButton;<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https:\/\/www.devopsschool.com\/training\/selenium-training-bangalore.html\"><\/a>\u200b<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"data-driven-tests-with-excel\">Data Driven Tests With Excel<\/h2>\n\n\n\n<p>Use Apache POI to read Excel files. One sheet holds 100 login combinations: valid, invalid passwords, empty fields.<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https:\/\/www.devopsschool.com\/training\/selenium-training-bangalore.html\"><\/a>\u200b<\/p>\n\n\n\n<p>@DataProvider runs each row as separate test. Keeps data separate from code in resources folder. Perfect for job interviews.<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https:\/\/www.devopsschool.com\/training\/selenium-training-bangalore.html\"><\/a>\u200b<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"training-options-table\">Training Options Table<\/h2>\n\n\n\n<p>Pick what fits your life:<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https:\/\/www.devopsschool.com\/training\/selenium-training-bangalore.html\"><\/a>\u200b<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Mode<\/th><th>Hours<\/th><th>Price (\u20b9)<\/th><th>Good For<\/th><th>What You Get<\/th><\/tr><\/thead><tbody><tr><td>Self-paced videos<\/td><td>8-12<\/td><td>4,999<\/td><td>Busy schedules<\/td><td>50+ videos, quizzes, lifetime access, code files<\/td><\/tr><tr><td>Live online group<\/td><td>8-12<\/td><td>24,999<\/td><td>Learn with others<\/td><td>Live Q&amp;A, recordings, group chat, trainer help<\/td><\/tr><tr><td>1:1 online<\/td><td>8-12<\/td><td>59,999<\/td><td>Personal focus<\/td><td>Custom schedule, daily feedback, project help<\/td><\/tr><tr><td>Corporate<\/td><td>2-3 days<\/td><td>Contact<\/td><td>Teams 5+<\/td><td>Company examples, certificates for all, onsite option&nbsp;<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https:\/\/www.devopsschool.com\/training\/selenium-training-bangalore.html\"><\/a>\u200b<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>Enroll forms are simple &#8211; pick course and pay securely. Discounts for groups.<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https:\/\/www.devopsschool.com\/training\/selenium-training-bangalore.html\"><\/a>\u200b<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"all-about-devopsschool-platform\">All About DevOpsSchool Platform<\/h2>\n\n\n\n<p><a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https:\/\/www.devopsschool.com\/\">DevOpsSchool<\/a>&nbsp;trained 8000+ people across 60+ tools like Jenkins, Docker, AWS, Kubernetes. 4.5\/5 rating from 40+ companies including Flipkart, Swiggy teams.<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https:\/\/www.devopsschool.com\/training\/selenium-training-bangalore.html\"><\/a>\u200b<\/p>\n\n\n\n<p>Free stuff helps before paid courses:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>500+ tutorials and blogs<\/li>\n\n\n\n<li>YouTube channel (100k+ views, live sessions)<\/li>\n\n\n\n<li>Cheatsheets, interview questions (2000+)<\/li>\n\n\n\n<li>Mindmaps, whiteboards, chat rooms<a href=\"https:\/\/www.devopsschool.com\/training\/selenium-training-bangalore.html\" target=\"_blank\" rel=\"noreferrer noopener\"><\/a>\u200b<\/li>\n<\/ul>\n\n\n\n<p>LMS gives forever access to videos\/notes\/quizzes. Career help includes job board (200+ posts), resume templates, certification guides. Community has Discord (5k members), monthly events. 24\/7 support via chat\/email.<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https:\/\/www.devopsschool.com\/training\/selenium-training-bangalore.html\"><\/a>\u200b<\/p>\n\n\n\n<p>This makes learning complete &#8211; not just one course.<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https:\/\/www.devopsschool.com\/training\/selenium-training-bangalore.html\"><\/a>\u200b<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"rajesh-kumars-expert-guidance\">Rajesh Kumar&#8217;s Expert Guidance<\/h2>\n\n\n\n<p><a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https:\/\/www.rajeshkumar.xyz\/\">Rajesh Kumar<\/a>&nbsp;shapes this program with 20+ years in DevOps, SRE, Kubernetes, MLOps, Cloud (AWS\/GCP\/Azure). Trained 5000+, spoke at DevOpsDays India, NASSCOM. Wrote &#8220;DevOps Pipeline Playbook&#8221; (10k downloads).<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https:\/\/www.devopsschool.com\/training\/selenium-training-bangalore.html\"><\/a>\u200b<\/p>\n\n\n\n<p>He fixes real problems: unstable locators, slow test grids, CI failures. Teaches Selenium as team player with Jenkins, Docker, Slack alerts. &#8220;Fail fast, learn faster&#8221; builds job-ready skills.<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https:\/\/www.devopsschool.com\/training\/selenium-training-bangalore.html\"><\/a>\u200b<\/p>\n\n\n\n<p>His experience from 100k+ node pipelines at banks ensures you learn production tricks, not textbook theory.<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https:\/\/www.devopsschool.com\/training\/selenium-training-bangalore.html\"><\/a>\u200b<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"perfect-for-these-people\">Perfect For These People<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Manual testers \u2192 Automation roles (15-25L CTC start)<\/li>\n\n\n\n<li>B.Tech freshers \u2192 QA jobs (ZS, Barclays internships)<\/li>\n\n\n\n<li>Developers \u2192 Better TDD with JUnit<\/li>\n\n\n\n<li>QA managers \u2192 Framework oversight<a href=\"https:\/\/www.devopsschool.com\/training\/selenium-training-bangalore.html\" target=\"_blank\" rel=\"noreferrer noopener\"><\/a>\u200b<\/li>\n<\/ul>\n\n\n\n<p>Just need laptop (8GB RAM), Chrome, free IDE. Python option if you skip Java. Basic HTML helps but taught from start.<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https:\/\/www.devopsschool.com\/training\/selenium-training-bangalore.html\"><\/a>\u200b<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"real-student-stories\">Real Student Stories<\/h2>\n\n\n\n<p><strong>Abhinav Gupta (Hyderabad, 5\u2605)<\/strong>: &#8220;Interactive sessions built confidence. Rajesh fixed my locators live.&#8221;<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https:\/\/www.devopsschool.com\/training\/selenium-training-bangalore.html\"><\/a>\u200b<\/p>\n\n\n\n<p><strong>Indrayani (India, 5\u2605)<\/strong>: &#8220;Hands-on NewTours cleared interview doubts fast.&#8221;<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https:\/\/www.devopsschool.com\/training\/selenium-training-bangalore.html\"><\/a>\u200b<\/p>\n\n\n\n<p><strong>Ravi Daur (Noida)<\/strong>: &#8220;POM lessons got me Accenture automation job.&#8221;<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https:\/\/www.devopsschool.com\/training\/selenium-training-bangalore.html\"><\/a>\u200b<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"common-questions-answered\">Common Questions Answered<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Miss class?<\/strong>\u00a0Get recordings, join next batch free (3 months).<\/li>\n\n\n\n<li><strong>What if slow learner?<\/strong>\u00a0Extra sessions, trainer support.<\/li>\n\n\n\n<li><strong>Payment proof?<\/strong>\u00a0Auto email invoice.<\/li>\n\n\n\n<li><strong>Refund?<\/strong>\u00a0Discuss before start, no after classes begin.<a href=\"https:\/\/www.devopsschool.com\/training\/selenium-training-bangalore.html\" target=\"_blank\" rel=\"noreferrer noopener\"><\/a>\u200b<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"job-skills-you-gain\">Job Skills You Gain<\/h2>\n\n\n\n<p>After training, write scripts for login flows, forms, alerts. Build POM frameworks. Run parallel tests. Integrate with Jenkins. Handle 100s of data sets. Read reports. Fix common fails. All match Naukri job descriptions.<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https:\/\/www.devopsschool.com\/training\/selenium-training-bangalore.html\"><\/a>\u200b<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"start-your-automation-journey\">Start Your Automation Journey<\/h2>\n\n\n\n<p>Bangalore jobs wait for Selenium skills. Pick your mode, enroll today &#8211; batches fill quick. Transform testing from slow clicks to fast code.<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https:\/\/www.devopsschool.com\/training\/selenium-training-bangalore.html\"><\/a>\u200b<\/p>\n\n\n\n<p><strong>Contact Details<\/strong><br>Email:&nbsp;<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"mailto:contact@DevOpsSchool.com\">contact@DevOpsSchool.com<\/a><br>Phone WhatsApp India: +91 84094 92687<br>Phone WhatsApp USA: +1 (469) 756-6329<br>Website:&nbsp;<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https:\/\/www.devopsschool.com\/\">DevOpsSchool<\/a><a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https:\/\/www.devopsschool.com\/training\/selenium-training-bangalore.html\"><\/a>\u200b<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"10-keywords\"><\/h2>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"10-hashtags\"><\/h2>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Selenium Training In Bangalore&nbsp;gives IT professionals, testers, and freshers in Bangalore a simple way to learn browser automation. This program uses real examples and easy steps so&#8230; <\/p>\n","protected":false},"author":6,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[3119,3120,3121,3122,3118,3115,3112,1007,3117,3116],"class_list":["post-3927","post","type-post","status-publish","format-standard","hentry","category-uncategorized","tag-automationbasics","tag-bangaloreit","tag-devopsbangalore","tag-learnselenium","tag-qatraining","tag-seleniumbangalore","tag-seleniumwebdriver","tag-softwaretesting","tag-testingjobs","tag-webautomation"],"_links":{"self":[{"href":"https:\/\/www.devopssupport.in\/blog\/wp-json\/wp\/v2\/posts\/3927","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.devopssupport.in\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.devopssupport.in\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.devopssupport.in\/blog\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/www.devopssupport.in\/blog\/wp-json\/wp\/v2\/comments?post=3927"}],"version-history":[{"count":2,"href":"https:\/\/www.devopssupport.in\/blog\/wp-json\/wp\/v2\/posts\/3927\/revisions"}],"predecessor-version":[{"id":3929,"href":"https:\/\/www.devopssupport.in\/blog\/wp-json\/wp\/v2\/posts\/3927\/revisions\/3929"}],"wp:attachment":[{"href":"https:\/\/www.devopssupport.in\/blog\/wp-json\/wp\/v2\/media?parent=3927"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.devopssupport.in\/blog\/wp-json\/wp\/v2\/categories?post=3927"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.devopssupport.in\/blog\/wp-json\/wp\/v2\/tags?post=3927"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}