From 0df6062c3a5376c75d5c05d3ffba7f65fbc1e4a9 Mon Sep 17 00:00:00 2001 From: Manjunath Prabhakar Date: Sat, 10 May 2025 11:12:59 -0400 Subject: [PATCH] Updated the $X() usage as it supports chromium (#2183) Co-authored-by: Rico Sta. Cruz --- xpath.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xpath.md b/xpath.md index 91e34bda..1e570cc1 100644 --- a/xpath.md +++ b/xpath.md @@ -22,7 +22,7 @@ Test queries in the Xpath test bed: $x("//div") ``` -Works in Firefox and Chrome. +Works in Firefox and Chromium browsers. ## Selectors