<?xml version="1.0" encoding="UTF-8" ?>
<rss
    version="2.0"
    xmlns:atom="http://www.w3.org/2005/Atom"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:webfeeds="http://webfeeds.org/rss/1.0"
    xmlns:media="http://search.yahoo.com/mrss/"
    >
    <channel>
        <title>Playwright-viet-nam Tag - Viblo</title>
        <link>https://viblo.asia/rss</link>
        <description><![CDATA[Free service for technical knowledge sharing]]></description>
        <atom:link href="https://viblo.asia/rss/tags/playwright-viet-nam.rss" rel="self"></atom:link>
                <copyright>Sun* Inc.</copyright>
                                                <webfeeds:logo>https://viblo.asia/logo_full.svg</webfeeds:logo>
        <image>
            <url>https://viblo.asia/logo_full.svg</url>
            <title>Playwright-viet-nam Tag - Viblo</title>
            <link>https://viblo.asia/rss</link>
        </image>
                                <language>vi-vn</language>
        <lastBuildDate>2026-05-12T19:59:18+07:00</lastBuildDate>
                <item>
            <title><![CDATA[[Playwright Interview question #30]: Cách select dropdown list value trong Playwright?]]></title>
                        <link>https://viblo.asia/p/playwright-interview-question-30-cach-select-dropdown-list-value-trong-playwright-OXLA0QorJGr</link>
            <guid isPermaLink="true">https://viblo.asia/p/playwright-interview-question-30-cach-select-dropdown-list-value-trong-playwright-OXLA0QorJGr</guid>
            <description><![CDATA[Câu hỏi phỏng vấn #30: Can you explain how to select drop down list value in Playwright?

Trả lời mẫu:

1. Select by Value:

2. Select by Label:

3. S...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Playwright Việt Nam</dc:creator>
            <pubDate>2025-09-27 08:00:00</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[[Playwright Interview question #29]: Cách tăng test timeout trong Playwright?]]></title>
                        <link>https://viblo.asia/p/playwright-interview-question-29-cach-tang-test-timeout-trong-playwright-kNLr3dOwVgA</link>
            <guid isPermaLink="true">https://viblo.asia/p/playwright-interview-question-29-cach-tang-test-timeout-trong-playwright-kNLr3dOwVgA</guid>
            <description><![CDATA[Câu hỏi phỏng vấn #29: How to increase test timeout in Playwright?

Trả lời mẫu:

1. Global Timeout Configuration:

2. Per Test Timeout:

3. Action Ti...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Playwright Việt Nam</dc:creator>
            <pubDate>2025-09-26 08:00:00</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[[Playwright Interview question #28]: Cách troubleshoot test failures trong Playwright?]]></title>
                        <link>https://viblo.asia/p/playwright-interview-question-28-cach-troubleshoot-test-failures-trong-playwright-pPLkNgP2JRZ</link>
            <guid isPermaLink="true">https://viblo.asia/p/playwright-interview-question-28-cach-troubleshoot-test-failures-trong-playwright-pPLkNgP2JRZ</guid>
            <description><![CDATA[Câu hỏi phỏng vấn #28: How do you troubleshoot Playwright test failures?

Trả lời mẫu:

1. Use Debug Mode:

2. Trace Viewer:

3. Screenshots & Videos:...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Playwright Việt Nam</dc:creator>
            <pubDate>2025-09-25 08:00:00</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[[Playwright Interview question #27]: Cách xử lý browser permissions trong Playwright?]]></title>
                        <link>https://viblo.asia/p/playwright-interview-question-27-cach-xu-ly-browser-permissions-trong-playwright-Nj4vg2Q3J6r</link>
            <guid isPermaLink="true">https://viblo.asia/p/playwright-interview-question-27-cach-xu-ly-browser-permissions-trong-playwright-Nj4vg2Q3J6r</guid>
            <description><![CDATA[Câu hỏi phỏng vấn #27: How do you handle browser permissions in Playwright?

Trả lời mẫu:

1. Grant Permissions:

2. Geolocation Permission:

3. Camer...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Playwright Việt Nam</dc:creator>
            <pubDate>2025-09-24 08:00:00</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[[Playwright Interview question #26]: Sự khác biệt giữa page.evaluate và page.evaluateHandle?]]></title>
                        <link>https://viblo.asia/p/playwright-interview-question-26-su-khac-biet-giua-pageevaluate-va-pageevaluatehandle-wd43EekrLX9</link>
            <guid isPermaLink="true">https://viblo.asia/p/playwright-interview-question-26-su-khac-biet-giua-pageevaluate-va-pageevaluatehandle-wd43EekrLX9</guid>
            <description><![CDATA[Câu hỏi phỏng vấn #26: What is the difference between page.evaluate and page.evaluateHandle?

Trả lời mẫu:

1. page.evaluate() - Returns serializable ...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Playwright Việt Nam</dc:creator>
            <pubDate>2025-09-23 08:00:00</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[[Playwright Interview question #25]: Tại sao sử dụng async &amp; await trong Playwright?]]></title>
                        <link>https://viblo.asia/p/playwright-interview-question-25-tai-sao-su-dung-async-await-trong-playwright-y0VGwkE8VPA</link>
            <guid isPermaLink="true">https://viblo.asia/p/playwright-interview-question-25-tai-sao-su-dung-async-await-trong-playwright-y0VGwkE8VPA</guid>
            <description><![CDATA[Câu hỏi phỏng vấn #25: Why we use async & await in Playwright?

Trả lời mẫu:

1. Asynchronous Nature của Browser Automation:

2. Promise-based API:

3...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Playwright Việt Nam</dc:creator>
            <pubDate>2025-09-22 08:00:00</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[[Playwright Interview question #24]: Các loại wait khác nhau trong Playwright?]]></title>
                        <link>https://viblo.asia/p/playwright-interview-question-24-cac-loai-wait-khac-nhau-trong-playwright-PoL7ewz14vk</link>
            <guid isPermaLink="true">https://viblo.asia/p/playwright-interview-question-24-cac-loai-wait-khac-nhau-trong-playwright-PoL7ewz14vk</guid>
            <description><![CDATA[Câu hỏi phỏng vấn #24: How do you handle different types of waits in Playwright?

Trả lời mẫu:

1. Auto-waiting (Default):

2. Wait for Selector State...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Playwright Việt Nam</dc:creator>
            <pubDate>2025-09-21 08:00:00</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[[Playwright Interview question #23]: Các loại selectors được hỗ trợ trong Playwright?]]></title>
                        <link>https://viblo.asia/p/playwright-interview-question-23-cac-loai-selectors-duoc-ho-tro-trong-playwright-13VM90g5VY7</link>
            <guid isPermaLink="true">https://viblo.asia/p/playwright-interview-question-23-cac-loai-selectors-duoc-ho-tro-trong-playwright-13VM90g5VY7</guid>
            <description><![CDATA[Câu hỏi phỏng vấn #23: Explain different types of selectors supported by Playwright.

Trả lời mẫu:

1. CSS Selectors:

2. Text Selectors:

3. XPath Se...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Playwright Việt Nam</dc:creator>
            <pubDate>2025-09-20 08:00:00</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[[Playwright Interview question #22]: Giải thích kiến trúc Playwright Architecture?]]></title>
                        <link>https://viblo.asia/p/playwright-interview-question-22-giai-thich-kien-truc-playwright-architecture-lZL9Xw9vJQK</link>
            <guid isPermaLink="true">https://viblo.asia/p/playwright-interview-question-22-giai-thich-kien-truc-playwright-architecture-lZL9Xw9vJQK</guid>
            <description><![CDATA[Câu hỏi phỏng vấn #22: Explain Playwright Architecture.

Trả lời mẫu:

Playwright Architecture bao gồm các thành phần chính:

1. Browser Server:

2. P...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Playwright Việt Nam</dc:creator>
            <pubDate>2025-09-19 08:00:00</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[[Playwright Interview question #21]: Ưu điểm chính của Playwright so với Selenium chi tiết?]]></title>
                        <link>https://viblo.asia/p/playwright-interview-question-21-uu-diem-chinh-cua-playwright-so-voi-selenium-chi-tiet-oKLnqBNaJQO</link>
            <guid isPermaLink="true">https://viblo.asia/p/playwright-interview-question-21-uu-diem-chinh-cua-playwright-so-voi-selenium-chi-tiet-oKLnqBNaJQO</guid>
            <description><![CDATA[Câu hỏi phỏng vấn #21: Ưu điểm chính của Playwright so với Selenium chi tiết là gì?

Trả lời mẫu:

1. Modern Architecture:

* Playwright: Direct CDP (...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Playwright Việt Nam</dc:creator>
            <pubDate>2025-09-18 08:00:00</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[[Playwright Interview question #20]: Cách handle flaky tests trong Playwright?]]></title>
                        <link>https://viblo.asia/p/playwright-interview-question-20-cach-handle-flaky-tests-trong-playwright-gdJzvbQAJz5</link>
            <guid isPermaLink="true">https://viblo.asia/p/playwright-interview-question-20-cach-handle-flaky-tests-trong-playwright-gdJzvbQAJz5</guid>
            <description><![CDATA[Câu hỏi phỏng vấn #20: Cách handle flaky tests trong Playwright?

Trả lời mẫu:

1. Test retry configuration:

2. Improve waits:

3. Test isolation:

4...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Playwright Việt Nam</dc:creator>
            <pubDate>2025-09-17 08:00:00</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[[Playwright Interview question #19]: Làm thế nào để test upload/download file?]]></title>
                        <link>https://viblo.asia/p/playwright-interview-question-19-lam-the-nao-de-test-uploaddownload-file-bA468x60LKv</link>
            <guid isPermaLink="true">https://viblo.asia/p/playwright-interview-question-19-lam-the-nao-de-test-uploaddownload-file-bA468x60LKv</guid>
            <description><![CDATA[Câu hỏi phỏng vấn #19: Làm thế nào để test upload/download file?

Trả lời mẫu:

1. File upload:

2. File download:

3. Download với custom path:

4. V...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Playwright Việt Nam</dc:creator>
            <pubDate>2025-09-16 08:00:00</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[[Playwright Interview question #18]: Cách integrate Playwright với CI/CD pipeline?]]></title>
                        <link>https://viblo.asia/p/playwright-interview-question-18-cach-integrate-playwright-voi-cicd-pipeline-OXLA0QoxJGr</link>
            <guid isPermaLink="true">https://viblo.asia/p/playwright-interview-question-18-cach-integrate-playwright-voi-cicd-pipeline-OXLA0QoxJGr</guid>
            <description><![CDATA[Câu hỏi phỏng vấn #18: Cách integrate Playwright với CI/CD pipeline?

Trả lời mẫu:

1. GitHub Actions:

2. Docker setup:

3. GitLab CI:

4. Jenkins Pi...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Playwright Việt Nam</dc:creator>
            <pubDate>2025-09-15 08:00:00</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[[Playwright Interview question #17]: Fixtures trong Playwright là gì và cách sử dụng?]]></title>
                        <link>https://viblo.asia/p/playwright-interview-question-17-fixtures-trong-playwright-la-gi-va-cach-su-dung-kNLr3dO7VgA</link>
            <guid isPermaLink="true">https://viblo.asia/p/playwright-interview-question-17-fixtures-trong-playwright-la-gi-va-cach-su-dung-kNLr3dO7VgA</guid>
            <description><![CDATA[Câu hỏi phỏng vấn #17: Fixtures trong Playwright là gì và cách sử dụng?

Trả lời mẫu:

Fixtures là cách Playwright setup và teardown test resources:

...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Playwright Việt Nam</dc:creator>
            <pubDate>2025-09-14 08:00:00</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[[Playwright Interview question #16]: Cách wait cho Ajax request hoàn thành?]]></title>
                        <link>https://viblo.asia/p/playwright-interview-question-16-cach-wait-cho-ajax-request-hoan-thanh-pPLkNgP6JRZ</link>
            <guid isPermaLink="true">https://viblo.asia/p/playwright-interview-question-16-cach-wait-cho-ajax-request-hoan-thanh-pPLkNgP6JRZ</guid>
            <description><![CDATA[Câu hỏi phỏng vấn #16: Cách wait cho Ajax request hoàn thành?

Trả lời mẫu:

Playwright cung cấp nhiều cách để wait for network requests:

1. Wait for...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Playwright Việt Nam</dc:creator>
            <pubDate>2025-09-13 08:00:00</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[[Playwright Interview question #15]: Làm thế nào để handle iframe trong Playwright?]]></title>
                        <link>https://viblo.asia/p/playwright-interview-question-15-lam-the-nao-de-handle-iframe-trong-playwright-Nj4vg2QoJ6r</link>
            <guid isPermaLink="true">https://viblo.asia/p/playwright-interview-question-15-lam-the-nao-de-handle-iframe-trong-playwright-Nj4vg2QoJ6r</guid>
            <description><![CDATA[Câu hỏi phỏng vấn #15: Làm thế nào để handle iframe trong Playwright?

Trả lời mẫu:

Playwright hỗ trợ iframe handling một cách elegant:

1. Access if...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Playwright Việt Nam</dc:creator>
            <pubDate>2025-09-12 08:00:00</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[[Playwright Interview question #14]: Cách debug test cases trong Playwright?]]></title>
                        <link>https://viblo.asia/p/playwright-interview-question-14-cach-debug-test-cases-trong-playwright-ymJXDbXRJkq</link>
            <guid isPermaLink="true">https://viblo.asia/p/playwright-interview-question-14-cach-debug-test-cases-trong-playwright-ymJXDbXRJkq</guid>
            <description><![CDATA[Câu hỏi phỏng vấn #14: Cách debug test cases trong Playwright?

Trả lời mẫu:

Playwright cung cấp nhiều công cụ debug mạnh mẽ:

1. Playwright Inspecto...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Playwright Việt Nam</dc:creator>
            <pubDate>2025-09-11 08:00:00</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[[Playwright Interview question #13]: Parallel execution trong Playwright hoạt động ra sao?]]></title>
                        <link>https://viblo.asia/p/playwright-interview-question-13-parallel-execution-trong-playwright-hoat-dong-ra-sao-1j4lQeKDJwl</link>
            <guid isPermaLink="true">https://viblo.asia/p/playwright-interview-question-13-parallel-execution-trong-playwright-hoat-dong-ra-sao-1j4lQeKDJwl</guid>
            <description><![CDATA[Câu hỏi phỏng vấn #13: Parallel execution trong Playwright hoạt động ra sao?

Trả lời mẫu:

Playwright Test hỗ trợ parallel execution mạnh mẽ:

1. Con...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Playwright Việt Nam</dc:creator>
            <pubDate>2025-09-10 08:00:00</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[[Playwright Interview question #12]: Network interception và mocking API response được thực hiện như thế nào?]]></title>
                        <link>https://viblo.asia/p/playwright-interview-question-12-network-interception-va-mocking-api-response-duoc-thuc-hien-nhu-the-nao-AWVpX8dYV05</link>
            <guid isPermaLink="true">https://viblo.asia/p/playwright-interview-question-12-network-interception-va-mocking-api-response-duoc-thuc-hien-nhu-the-nao-AWVpX8dYV05</guid>
            <description><![CDATA[Câu hỏi phỏng vấn #12: Network interception và mocking API response được thực hiện như thế nào?

Trả lời mẫu:

Playwright cung cấp powerful network in...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Playwright Việt Nam</dc:creator>
            <pubDate>2025-09-09 08:00:00</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[[Playwright Interview question #11]: Cách xử lý authentication trong Playwright?]]></title>
                        <link>https://viblo.asia/p/playwright-interview-question-11-cach-xu-ly-authentication-trong-playwright-1QLxngQp4Aw</link>
            <guid isPermaLink="true">https://viblo.asia/p/playwright-interview-question-11-cach-xu-ly-authentication-trong-playwright-1QLxngQp4Aw</guid>
            <description><![CDATA[Câu hỏi phỏng vấn #11: Cách xử lý authentication trong Playwright?

Trả lời mẫu:

Playwright cung cấp nhiều cách để handle authentication hiệu quả:

1...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Playwright Việt Nam</dc:creator>
            <pubDate>2025-09-08 08:00:00</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[[Playwright Interview question #10]: Làm thế nào để test trên mobile viewport?]]></title>
                        <link>https://viblo.asia/p/playwright-interview-question-10-lam-the-nao-de-test-tren-mobile-viewport-XP4WEQAoL7G</link>
            <guid isPermaLink="true">https://viblo.asia/p/playwright-interview-question-10-lam-the-nao-de-test-tren-mobile-viewport-XP4WEQAoL7G</guid>
            <description><![CDATA[Câu hỏi phỏng vấn #10: Làm thế nào để test trên mobile viewport?

Trả lời mẫu:

Playwright hỗ trợ mobile testing qua device emulation:

1. Sử dụng pre...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Playwright Việt Nam</dc:creator>
            <pubDate>2025-09-07 08:00:00</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[[Playwright Interview question #9]: Cách chụp screenshot và record video trong Playwright?]]></title>
                        <link>https://viblo.asia/p/playwright-interview-question-9-cach-chup-screenshot-va-record-video-trong-playwright-ym400gmB491</link>
            <guid isPermaLink="true">https://viblo.asia/p/playwright-interview-question-9-cach-chup-screenshot-va-record-video-trong-playwright-ym400gmB491</guid>
            <description><![CDATA[Câu hỏi phỏng vấn #9: Cách chụp screenshot và record video trong Playwright?

Trả lời mẫu:

1. Screenshot cơ bản:

2. Video recording:

3. Screenshot ...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Playwright Việt Nam</dc:creator>
            <pubDate>2025-09-06 08:00:00</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[[Playwright Interview question #8]: Page Object Model trong Playwright được implement như thế nào?]]></title>
                        <link>https://viblo.asia/p/playwright-interview-question-8-page-object-model-trong-playwright-duoc-implement-nhu-the-nao-AY4qQNRQ4Pw</link>
            <guid isPermaLink="true">https://viblo.asia/p/playwright-interview-question-8-page-object-model-trong-playwright-duoc-implement-nhu-the-nao-AY4qQNRQ4Pw</guid>
            <description><![CDATA[Câu hỏi phỏng vấn #8: Page Object Model trong Playwright được implement như thế nào?

Trả lời mẫu:

Page Object Model (POM) là design pattern phổ biến...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Playwright Việt Nam</dc:creator>
            <pubDate>2025-09-05 08:00:00</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[[Playwright Interview question #7]: Cách handle popup và dialog box trong Playwright?]]></title>
                        <link>https://viblo.asia/p/playwright-interview-question-7-cach-handle-popup-va-dialog-box-trong-playwright-3RL1BKDyVao</link>
            <guid isPermaLink="true">https://viblo.asia/p/playwright-interview-question-7-cach-handle-popup-va-dialog-box-trong-playwright-3RL1BKDyVao</guid>
            <description><![CDATA[Câu hỏi phỏng vấn #7: Cách handle popup và dialog box trong Playwright?

Trả lời mẫu:

Playwright hỗ trợ handle các loại dialog boxes khác nhau:

1. A...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Playwright Việt Nam</dc:creator>
            <pubDate>2025-09-04 08:00:00</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[[Playwright Interview question #6]: Làm sao để chờ element xuất hiện trước khi tương tác?]]></title>
                        <link>https://viblo.asia/p/playwright-interview-question-6-lam-sao-de-cho-element-xuat-hien-truoc-khi-tuong-tac-AoJe8w6N41j</link>
            <guid isPermaLink="true">https://viblo.asia/p/playwright-interview-question-6-lam-sao-de-cho-element-xuat-hien-truoc-khi-tuong-tac-AoJe8w6N41j</guid>
            <description><![CDATA[Câu hỏi phỏng vấn #6: Làm sao để chờ element xuất hiện trước khi tương tác?

Trả lời mẫu:

Playwright có nhiều cách để wait for elements:

1. Auto-wai...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Playwright Việt Nam</dc:creator>
            <pubDate>2025-09-03 08:00:00</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[[Playwright Interview question #5]: Cách xử lý multiple tabs/windows trong Playwright?]]></title>
                        <link>https://viblo.asia/p/playwright-interview-question-5-cach-xu-ly-multiple-tabswindows-trong-playwright-wlVmR1y845Z</link>
            <guid isPermaLink="true">https://viblo.asia/p/playwright-interview-question-5-cach-xu-ly-multiple-tabswindows-trong-playwright-wlVmR1y845Z</guid>
            <description><![CDATA[Câu hỏi phỏng vấn #5: Cách xử lý multiple tabs/windows trong Playwright như thế nào?

Trả lời mẫu:

Playwright cung cấp nhiều cách để handle multiple ...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Playwright Việt Nam</dc:creator>
            <pubDate>2025-09-02 08:00:00</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[[Playwright Interview question #4]: Sự khác biệt giữa page.click() và page.locator().click()?]]></title>
                        <link>https://viblo.asia/p/playwright-interview-question-4-su-khac-biet-giua-pageclick-va-pagelocatorclick-QyJKzw394Me</link>
            <guid isPermaLink="true">https://viblo.asia/p/playwright-interview-question-4-su-khac-biet-giua-pageclick-va-pagelocatorclick-QyJKzw394Me</guid>
            <description><![CDATA[Câu hỏi phỏng vấn #4: Sự khác biệt giữa  và  là gì?

Trả lời mẫu:

1. page.click() (Legacy method - không khuyến khích):

- Tìm element và click ngay ...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Playwright Việt Nam</dc:creator>
            <pubDate>2025-09-01 08:00:00</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[[Playwright Interview question #3]: Làm thế nào để cài đặt Playwright trong dự án?]]></title>
                        <link>https://viblo.asia/p/playwright-interview-question-3-lam-the-nao-de-cai-dat-playwright-trong-du-an-8X4EjOzXJN2</link>
            <guid isPermaLink="true">https://viblo.asia/p/playwright-interview-question-3-lam-the-nao-de-cai-dat-playwright-trong-du-an-8X4EjOzXJN2</guid>
            <description><![CDATA[Câu hỏi phỏng vấn 3: Làm thế nào để cài đặt Playwright trong dự án?

Trả lời mẫu:

Có nhiều cách để cài đặt Playwright:

1. Cài đặt với npm:

2. Cài đ...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Playwright Việt Nam</dc:creator>
            <pubDate>2025-08-31 08:00:00</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[[Playwright Interview question #2]: Các trình duyệt nào được Playwright hỗ trợ?]]></title>
                        <link>https://viblo.asia/p/playwright-interview-question-2-cac-trinh-duyet-nao-duoc-playwright-ho-tro-PoL7ewX14vk</link>
            <guid isPermaLink="true">https://viblo.asia/p/playwright-interview-question-2-cac-trinh-duyet-nao-duoc-playwright-ho-tro-PoL7ewX14vk</guid>
            <description><![CDATA[Câu hỏi phỏng vấn #2: Các trình duyệt nào được Playwright hỗ trợ?

Trả lời mẫu:

Playwright hỗ trợ testing trên các trình duyệt chính sau:

1. Chromiu...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Playwright Việt Nam</dc:creator>
            <pubDate>2025-08-30 08:00:00</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[[Playwright Interview question #1]: Playwright là gì và khác gì so với Selenium?]]></title>
                        <link>https://viblo.asia/p/playwright-interview-question-1-playwright-la-gi-va-khac-gi-so-voi-selenium-y0VGwkMzVPA</link>
            <guid isPermaLink="true">https://viblo.asia/p/playwright-interview-question-1-playwright-la-gi-va-khac-gi-so-voi-selenium-y0VGwkMzVPA</guid>
            <description><![CDATA[Câu hỏi phỏng vấn #1: Playwright là gì và nó khác gì so với Selenium?

Trả lời mẫu:

Playwright là một framework automation testing hiện đại được phát...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Playwright Việt Nam</dc:creator>
            <pubDate>2025-08-08 16:37:10</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[[Playwright tips] - Đừng dùng &quot;networkidle&quot; !!!]]></title>
                        <link>https://viblo.asia/p/playwright-tips-dung-dung-networkidle-MG24BAz5Vz3</link>
            <guid isPermaLink="true">https://viblo.asia/p/playwright-tips-dung-dung-networkidle-MG24BAz5Vz3</guid>
            <description><![CDATA[Khi viết automation testing với Playwright, nhiều anh em thường sử dụng networkidle như một cách để "chờ" cho đến khi trang web sẵn sàng trước khi thự...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Playwright Việt Nam</dc:creator>
            <pubDate>2025-05-13 14:56:03</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[[Vọc Playwright (có video)] #1 - Cài đặt]]></title>
                        <link>https://viblo.asia/p/voc-playwright-co-video-1-cai-dat-EoW4o9olLml</link>
            <guid isPermaLink="true">https://viblo.asia/p/voc-playwright-co-video-1-cai-dat-EoW4o9olLml</guid>
            <description><![CDATA[Xin chào, xin chào!

Chúng mình là Playwright Việt Nam đây.

Đây là bài viết đầu tiên trong series "Vọc vạch Playwright" của chúng mình. Trong bài viế...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Playwright Việt Nam</dc:creator>
            <pubDate>2025-05-11 17:15:23</pubDate>
                                                                                                        </item>
            </channel>
</rss>
