{"id":7043,"date":"2020-11-25T13:51:36","date_gmt":"2020-11-25T08:21:36","guid":{"rendered":"https:\/\/www.h2kinfosys.com\/blog\/?p=7043"},"modified":"2025-11-17T06:20:23","modified_gmt":"2025-11-17T11:20:23","slug":"selenium-webdriver-with-python-from-scratch","status":"publish","type":"post","link":"https:\/\/www.h2kinfosys.com\/blog\/selenium-webdriver-with-python-from-scratch\/","title":{"rendered":"Selenium Webdriver with PYTHON from Scratch"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\"><strong>Introduction<\/strong><\/h2>\n\n\n\n<p>Automation testing shapes the digital world we use every day. Every click, form, and workflow must work smoothly. Companies need fast testing, and automation skills help teams reach this speed. Selenium WebDriver with Python stands out as one of the most in-demand skills in the testing industry today. Many global companies hire testers who know Selenium because they need people who can automate tests for websites, improve product quality, and reduce release time.<\/p>\n\n\n\n<p>If you want to start a strong career in automation testing, learning Selenium WebDriver with Python from scratch is one of the best decisions you can make. Python is easy to learn, quick to write, and powerful for automation. Selenium WebDriver supports Python with excellent libraries, strong community backing, and flexible frameworks. This makes it the perfect starting point for beginners who want real-world automation experience.<\/p>\n\n\n\n<p>As per recent industry reports, almost 70% of QA teams use Selenium for web automation, and more than 40% prefer Python for automation scripting due to its simple syntax and high productivity. Companies value testers who know Selenium and Python because they help build stable, reusable, and fast automation suites. This creates a strong market demand for learners who pursue a Selenium certification course or a structured <a href=\"https:\/\/www.h2kinfosys.com\/courses\/selenium-automation-testing-certification-course\/\" data-type=\"link\" data-id=\"https:\/\/www.h2kinfosys.com\/courses\/selenium-automation-testing-certification-course\/\">Selenium course online<\/a> that focuses on practical, project-based learning.<\/p>\n\n\n\n<p>In this blog, you will learn Selenium WebDriver with Python from scratch step by step. You will explore real-world examples, hands-on code, and easy explanations that help you learn quickly. Whether you are new to testing or want to upgrade your skills, this guide will help you build a strong foundation.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>What Is Selenium WebDriver?<\/strong><\/h2>\n\n\n\n<p>Selenium WebDriver is a powerful open-source tool used to automate web applications. It helps testers open browsers, click elements, enter data, verify results, and run tests automatically.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img fetchpriority=\"high\" decoding=\"async\" width=\"767\" height=\"431\" src=\"https:\/\/www.h2kinfosys.com\/blog\/wp-content\/uploads\/2020\/11\/1748938569352.jpg\" alt=\"Selenium testing\" class=\"wp-image-32078\" title=\"\" srcset=\"https:\/\/www.h2kinfosys.com\/blog\/wp-content\/uploads\/2020\/11\/1748938569352.jpg 767w, https:\/\/www.h2kinfosys.com\/blog\/wp-content\/uploads\/2020\/11\/1748938569352-300x169.jpg 300w, https:\/\/www.h2kinfosys.com\/blog\/wp-content\/uploads\/2020\/11\/1748938569352-150x84.jpg 150w\" sizes=\"(max-width: 767px) 100vw, 767px\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Key Features<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Supports multiple browsers: Chrome, Firefox, Safari, Edge<\/li>\n\n\n\n<li>Works with many languages: Python, Java, C#, JavaScript<\/li>\n\n\n\n<li>Runs on Windows, macOS, Linux<\/li>\n\n\n\n<li>Integrates with CI\/CD tools like Jenkins and GitHub Actions<\/li>\n\n\n\n<li>Supports automation across simple and complex web UIs<\/li>\n<\/ul>\n\n\n\n<p>Selenium WebDriver directly interacts with the browser. It does not rely on JavaScript injection or outdated APIs. This makes it fast, reliable, and ideal for modern web apps.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Why Learn Selenium WebDriver with Python?<\/strong><\/h2>\n\n\n\n<p>Python makes Selenium automation easier because the language is simple, clean, and readable. Beginners understand Python faster than most programming languages, which helps them focus more on automation logic than syntax.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Benefits of Using Python with Selenium<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Simple syntax for fast scripting<\/li>\n\n\n\n<li>Large library ecosystem<\/li>\n\n\n\n<li>Strong support for test frameworks<\/li>\n\n\n\n<li>Easy integration with data-handling tools<\/li>\n\n\n\n<li>Popular in AI, ML, and DevOps teams<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Real-World Demand<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Many leading companies like Google, Netflix, IBM, and Spotify use Python-based automation.<\/li>\n\n\n\n<li>Selenium with Python is widely used in Agile and <a href=\"https:\/\/www.h2kinfosys.com\/blog\/devsecops-vs-devops-whats-the-real-difference\/\" data-type=\"link\" data-id=\"https:\/\/www.h2kinfosys.com\/blog\/devsecops-vs-devops-whats-the-real-difference\/\">DevOps<\/a> teams due to faster script writing.<\/li>\n<\/ul>\n\n\n\n<p>Learning Selenium WebDriver with Python from scratch gives you a strong skill set that aligns with today\u2019s industry requirements. A Selenium certification course helps validate this knowledge, while a structured Selenium course online gives you a hands-on learning path.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Setting Up Selenium WebDriver with Python<\/strong><\/h2>\n\n\n\n<p>To start automation, you need four things:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Python installed<\/li>\n\n\n\n<li>pip package manager<\/li>\n\n\n\n<li>Selenium library<\/li>\n\n\n\n<li>Browser driver<\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 1: Install Python<\/strong><\/h3>\n\n\n\n<p>Download Python from the official website and install it with default settings.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 2: Install Selenium Library<\/strong><\/h3>\n\n\n\n<p>Open command prompt and run:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>pip install selenium\n<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 3: Download Browser Driver<\/strong><\/h3>\n\n\n\n<p>Example: ChromeDriver<br>Place it in a folder and set the path or keep it in the project directory.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 4: Write Your First Script<\/strong><\/h3>\n\n\n\n<p>Below is a simple Selenium script in Python.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">from selenium import webdriver\nfrom selenium.webdriver.common.by import By\n\ndriver = webdriver.Chrome()\ndriver.get(\"https:\/\/www.google.com\")\n\nsearch_box = driver.find_element(By.NAME, \"q\")\nsearch_box.send_keys(\"H2K Infosys\")\nsearch_box.submit()\n\nprint(\"Title of the page:\", driver.title)\ndriver.quit()\n<\/pre>\n\n\n\n<p>This script:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Opens Chrome<\/li>\n\n\n\n<li>Goes to Google<\/li>\n\n\n\n<li>Searches for \u201cH2K Infosys\u201d<\/li>\n\n\n\n<li>Prints the page title<\/li>\n<\/ul>\n\n\n\n<p>This is your first automation step with Selenium WebDriver and Python.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Understanding Web Elements and Locators<\/strong><\/h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"576\" src=\"https:\/\/www.h2kinfosys.com\/blog\/wp-content\/uploads\/2020\/11\/1_j8g77LqBtl7rXgmhuaeOfA-1024x576.png\" alt=\"Selenium testing\" class=\"wp-image-32082\" title=\"\" srcset=\"https:\/\/www.h2kinfosys.com\/blog\/wp-content\/uploads\/2020\/11\/1_j8g77LqBtl7rXgmhuaeOfA-1024x576.png 1024w, https:\/\/www.h2kinfosys.com\/blog\/wp-content\/uploads\/2020\/11\/1_j8g77LqBtl7rXgmhuaeOfA-300x169.png 300w, https:\/\/www.h2kinfosys.com\/blog\/wp-content\/uploads\/2020\/11\/1_j8g77LqBtl7rXgmhuaeOfA-768x432.png 768w, https:\/\/www.h2kinfosys.com\/blog\/wp-content\/uploads\/2020\/11\/1_j8g77LqBtl7rXgmhuaeOfA-150x84.png 150w, https:\/\/www.h2kinfosys.com\/blog\/wp-content\/uploads\/2020\/11\/1_j8g77LqBtl7rXgmhuaeOfA.png 1400w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>Web pages contain elements like buttons, inputs, menus, dropdowns, and links. Selenium interacts with these elements using locators.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Popular Locator Types<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>ID<\/strong><\/li>\n\n\n\n<li><strong>Name<\/strong><\/li>\n\n\n\n<li><strong>Class Name<\/strong><\/li>\n\n\n\n<li><strong>Tag Name<\/strong><\/li>\n\n\n\n<li><strong>Link Text<\/strong><\/li>\n\n\n\n<li><strong>CSS Selector<\/strong><\/li>\n\n\n\n<li><strong>XPath<\/strong><\/li>\n<\/ul>\n\n\n\n<p>Example:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">driver.find_element(By.ID, \"username\")\n<\/pre>\n\n\n\n<p>Locators help Selenium find and control elements on the page. Writing good locators is a key skill taught in any solid Selenium certification course.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Handling Different Browser Actions<\/strong><\/h2>\n\n\n\n<p>Selenium WebDriver supports many actions that real users perform.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Clicking Buttons<\/strong><\/h3>\n\n\n\n<pre class=\"wp-block-preformatted\">button = driver.find_element(By.ID, \"login-btn\")\nbutton.click()\n<\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Entering Text<\/strong><\/h3>\n\n\n\n<pre class=\"wp-block-preformatted\">input_box = driver.find_element(By.NAME, \"email\")\ninput_box.send_keys(\"test@example.com\")\n<\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Handling Dropdowns<\/strong><\/h3>\n\n\n\n<pre class=\"wp-block-preformatted\">from selenium.webdriver.support.ui import Select\n\nselect = Select(driver.find_element(By.ID, \"country\"))\nselect.select_by_visible_text(\"India\")\n<\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Handling Mouse Actions<\/strong><\/h3>\n\n\n\n<pre class=\"wp-block-preformatted\">from selenium.webdriver import ActionChains\n\nactions = ActionChains(driver)\nactions.move_to_element(menu).click().perform()\n<\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Handling Alerts<\/strong><\/h3>\n\n\n\n<pre class=\"wp-block-preformatted\">alert = driver.switch_to.alert\nalert.accept()\n<\/pre>\n\n\n\n<p>These examples form the core of real-world automation.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Waits in Selenium WebDriver<\/strong><\/h2>\n\n\n\n<p>Web pages load at different speeds. Selenium uses waits to avoid failures.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Types of Waits<\/strong><\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Implicit Wait<\/strong><\/li>\n<\/ol>\n\n\n\n<pre class=\"wp-block-preformatted\">driver.implicitly_wait(10)\n<\/pre>\n\n\n\n<ol start=\"2\" class=\"wp-block-list\">\n<li><strong>Explicit Wait<\/strong><\/li>\n<\/ol>\n\n\n\n<pre class=\"wp-block-preformatted\">WebDriverWait(driver, 10).until(EC.presence_of_element_located((By.ID, \"submit\")))\n<\/pre>\n\n\n\n<ol start=\"3\" class=\"wp-block-list\">\n<li><strong>Fluent Wait<\/strong><\/li>\n<\/ol>\n\n\n\n<p>Waits help build stable test scripts and reduce errors.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Building Test Automation Frameworks with Python<\/strong><\/h2>\n\n\n\n<p>A good framework makes your tests scalable, reusable, and clean.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Common Framework Types<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Data-driven framework<\/li>\n\n\n\n<li>Keyword-driven framework<\/li>\n\n\n\n<li>Hybrid framework<\/li>\n\n\n\n<li>Page Object Model (POM)<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Example: Page Object Model<\/strong><\/h3>\n\n\n\n<pre class=\"wp-block-preformatted\">class LoginPage:\n    def __init__(self, driver):\n        self.driver = driver\n        self.username = \"username\"\n        self.password = \"password\"\n        self.login_button = \"login\"\n\n    def login(self, user, pwd):\n        self.driver.find_element(By.ID, self.username).send_keys(user)\n        self.driver.find_element(By.ID, self.password).send_keys(pwd)\n        self.driver.find_element(By.ID, self.login_button).click()\n<\/pre>\n\n\n\n<p>POM increases script readability and reduces maintenance effort. A good Selenium course online will teach you these framework skills in depth.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Running Selenium Tests with PyTest<\/strong><\/h2>\n\n\n\n<p>PyTest is a popular testing framework used with Selenium and Python.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Install PyTest<\/strong><\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>pip install pytest\n<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Sample Test File<\/strong><\/h3>\n\n\n\n<pre class=\"wp-block-preformatted\">def test_google_search(setup):\n    driver.get(\"https:\/\/www.google.com\")\n    assert \"Google\" in driver.title\n<\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Run Tests<\/strong><\/h3>\n\n\n\n<pre class=\"wp-block-preformatted\">pytest -v\n<\/pre>\n\n\n\n<p>PyTest supports fixtures, reports, grouping, and parallel execution.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Browser Options and Headless Mode<\/strong><\/h2>\n\n\n\n<p>You can run tests without opening the browser window.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Headless Chrome<\/strong><\/h3>\n\n\n\n<pre class=\"wp-block-preformatted\">options = webdriver.ChromeOptions()\noptions.add_argument(\"--headless\")\n\ndriver = webdriver.Chrome(options=options)\n<\/pre>\n\n\n\n<p>Headless tests run faster and help CI\/CD pipelines.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Data-Driven Testing with Python<\/strong><\/h2>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"480\" height=\"360\" src=\"https:\/\/www.h2kinfosys.com\/blog\/wp-content\/uploads\/2020\/11\/selenium_python.webp\" alt=\"Selenium testing\" class=\"wp-image-32084\" title=\"\" srcset=\"https:\/\/www.h2kinfosys.com\/blog\/wp-content\/uploads\/2020\/11\/selenium_python.webp 480w, https:\/\/www.h2kinfosys.com\/blog\/wp-content\/uploads\/2020\/11\/selenium_python-300x225.webp 300w, https:\/\/www.h2kinfosys.com\/blog\/wp-content\/uploads\/2020\/11\/selenium_python-150x113.webp 150w\" sizes=\"(max-width: 480px) 100vw, 480px\" \/><\/figure>\n\n\n\n<p>You can read test data from:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Excel<\/li>\n\n\n\n<li>CSV<\/li>\n\n\n\n<li>JSON<\/li>\n\n\n\n<li>Databases<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Read CSV Example<\/strong><\/h3>\n\n\n\n<pre class=\"wp-block-preformatted\">import csv\n\nwith open('data.csv') as file:\n    reader = csv.reader(file)\n    for row in reader:\n        print(row)\n<\/pre>\n\n\n\n<p>Data-driven tests improve coverage and reduce manual effort.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Selenium WebDriver with Python in CI\/CD Pipelines<\/strong><\/h2>\n\n\n\n<p>Companies use <a href=\"https:\/\/en.wikipedia.org\/wiki\/CI\/CD\" data-type=\"link\" data-id=\"https:\/\/en.wikipedia.org\/wiki\/CI\/CD\" rel=\"nofollow noopener\" target=\"_blank\">CI\/CD<\/a> tools to run automation tests automatically.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Popular Tools<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Jenkins<\/li>\n\n\n\n<li>GitHub Actions<\/li>\n\n\n\n<li>GitLab CI<\/li>\n\n\n\n<li>Azure DevOps<\/li>\n<\/ul>\n\n\n\n<p>Automation with Selenium WebDriver fits perfectly into these pipelines.<\/p>\n\n\n\n<p>Example benefits:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Faster release cycles<\/li>\n\n\n\n<li>Automated builds<\/li>\n\n\n\n<li>Continuous feedback<\/li>\n\n\n\n<li>Reduced manual testing<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Real-World Projects You Can Build<\/strong><\/h2>\n\n\n\n<p>After learning Selenium WebDriver with Python, you can work on these projects:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>E-commerce cart automation<\/li>\n\n\n\n<li>Login and session automation<\/li>\n\n\n\n<li>Search and filter feature testing<\/li>\n\n\n\n<li>End-to-end booking system testing<\/li>\n\n\n\n<li>Data-driven form submission<\/li>\n\n\n\n<li>Automated smoke test suite<\/li>\n<\/ol>\n\n\n\n<p>These projects help you build your portfolio and prepare for jobs.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Why Choose a Selenium Certification Course?<\/strong><\/h2>\n\n\n\n<p>A structured <a href=\"https:\/\/www.h2kinfosys.com\/courses\/selenium-automation-testing-certification-course\/\" data-type=\"link\" data-id=\"https:\/\/www.h2kinfosys.com\/courses\/selenium-automation-testing-certification-course\/\">Selenium certification course<\/a> helps you:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Learn with hands-on projects<\/li>\n\n\n\n<li>Master frameworks<\/li>\n\n\n\n<li>Improve coding confidence<\/li>\n\n\n\n<li>Prepare for real interviews<\/li>\n\n\n\n<li>Build job-ready automation skills<\/li>\n<\/ul>\n\n\n\n<p>A Selenium course online offers flexibility, live guidance, and industry-level assignments.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Common Interview Questions You Will Face<\/strong><\/h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li>What is WebDriver?<\/li>\n\n\n\n<li>How do you handle alerts in Selenium?<\/li>\n\n\n\n<li>What is POM?<\/li>\n\n\n\n<li>What wait types does Selenium support?<\/li>\n\n\n\n<li>How do you handle dynamic web elements?<\/li>\n\n\n\n<li>How do you integrate Selenium with CI\/CD?<\/li>\n<\/ol>\n\n\n\n<p>Preparing with Python-based answers helps you perform confidently in interviews.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Key Takeaways<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Selenium WebDriver with Python is simple, powerful, and industry-ready.<\/li>\n\n\n\n<li>Python helps you write clean and fast automation scripts.<\/li>\n\n\n\n<li>You can automate any web action like clicking, typing, or selecting.<\/li>\n\n\n\n<li>Frameworks like PyTest and POM boost scalability.<\/li>\n\n\n\n<li>CI\/CD integration helps teams deliver high-quality products fast.<\/li>\n\n\n\n<li>A good Selenium certification course builds strong automation skills.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Conclusion<\/strong><\/h2>\n\n\n\n<p>Start your journey with Selenium WebDriver and Python today to build strong automation skills. Enroll in H2K Infosys and learn through hands-on projects and real-world practice. Grow your career with our industry-recognized Selenium course online.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Introduction Automation testing shapes the digital world we use every day. Every click, form, and workflow must work smoothly. Companies need fast testing, and automation skills help teams reach this speed. Selenium WebDriver with Python stands out as one of the most in-demand skills in the testing industry today. Many global companies hire testers who [&hellip;]<\/p>\n","protected":false},"author":16,"featured_media":7070,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[43],"tags":[],"class_list":["post-7043","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-selenium-tutorials"],"_links":{"self":[{"href":"https:\/\/www.h2kinfosys.com\/blog\/wp-json\/wp\/v2\/posts\/7043","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.h2kinfosys.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.h2kinfosys.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.h2kinfosys.com\/blog\/wp-json\/wp\/v2\/users\/16"}],"replies":[{"embeddable":true,"href":"https:\/\/www.h2kinfosys.com\/blog\/wp-json\/wp\/v2\/comments?post=7043"}],"version-history":[{"count":3,"href":"https:\/\/www.h2kinfosys.com\/blog\/wp-json\/wp\/v2\/posts\/7043\/revisions"}],"predecessor-version":[{"id":32085,"href":"https:\/\/www.h2kinfosys.com\/blog\/wp-json\/wp\/v2\/posts\/7043\/revisions\/32085"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.h2kinfosys.com\/blog\/wp-json\/wp\/v2\/media\/7070"}],"wp:attachment":[{"href":"https:\/\/www.h2kinfosys.com\/blog\/wp-json\/wp\/v2\/media?parent=7043"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.h2kinfosys.com\/blog\/wp-json\/wp\/v2\/categories?post=7043"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.h2kinfosys.com\/blog\/wp-json\/wp\/v2\/tags?post=7043"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}