<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns:news="http://www.google.com/schemas/sitemap-news/0.9"
        xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">

    <!-- Home Page -->
    <url>
        <loc>https://wishinfinite.com/</loc>
        <lastmod>2025-05-05</lastmod>
        <changefreq>daily</changefreq>
        <priority>1.0</priority>
    </url>

    <!-- Main Sections -->
    <url>
        <loc>https://wishinfinite.com/playground</loc>
        <lastmod>2025-05-05</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
        <image:image>
            <image:loc>https://wishinfinite.com/logos/WishInfinityeLogoWithoutBackground1.png</image:loc>
            <image:title>WishInfinite Testing Playground</image:title>
        </image:image>
    </url>

    <!-- Playground Components -->
    <url>
        <loc>https://wishinfinite.com/playground/forms</loc>
        <lastmod>2025-05-05</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>
    <url>
        <loc>https://wishinfinite.com/playground/selectors</loc>
        <lastmod>2025-05-05</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>
    <url>
        <loc>https://wishinfinite.com/playground/mouse-events</loc>
        <lastmod>2025-05-05</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>

    <!-- Tutorial Pages -->
    <url>
        <loc>https://wishinfinite.com/tutorials/playwright</loc>
        <lastmod>2025-05-05</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
        <news:news>
            <news:publication>
                <news:name>WishInfinite Tech Tutorials</news:name>
                <news:language>en</news:language>
            </news:publication>
            <news:publication_date>2025-05-05</news:publication_date>
            <news:title>Complete Guide to Playwright Testing</news:title>
        </news:news>
    </url>
    <url>
        <loc>https://wishinfinite.com/tutorials/selenium</loc>
        <lastmod>2025-05-05</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
        <news:news>
            <news:publication>
                <news:name>WishInfinite Tech Tutorials</news:name>
                <news:language>en</news:language>
            </news:publication>
            <news:publication_date>2025-05-05</news:publication_date>
            <news:title>Mastering Selenium WebDriver</news:title>
        </news:news>
    </url>

    <!-- FAQ and Support -->
    <url>
        <loc>https://wishinfinite.com/faq</loc>
        <lastmod>2025-05-05</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.7</priority>
    </url>
    <url>
        <loc>https://wishinfinite.com/contact</loc>
        <lastmod>2025-05-05</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.6</priority>
    </url>

    <!-- Additional Sections -->
    <url>
        <loc>https://wishinfinite.com/#courses</loc>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
    <url>
        <loc>https://wishinfinite.com/#contact</loc>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>

</urlset>