From 022bbcc77d3ab0f1631b57f9f9c257eb4fbe3773 Mon Sep 17 00:00:00 2001 From: Aman Chopra Date: Fri, 19 Sep 2025 16:40:54 +0530 Subject: [PATCH] [HYP-18071] Added the note --- docs/playwright-accessibility-test.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/playwright-accessibility-test.md b/docs/playwright-accessibility-test.md index cc0400f86..529b328e1 100644 --- a/docs/playwright-accessibility-test.md +++ b/docs/playwright-accessibility-test.md @@ -44,7 +44,7 @@ import TabItem from '@theme/TabItem'; > This document walks you through the process of evaluating the accessibility of your website through the execution of automated tests using LambdaTest's Accessibility Tool. - +> **Note :** Accessibility Testing for Playwright is currently only supported on the Chrome browser (not Chromium-based browsers). ## Prerequisites