From 221a239e24c706b489b5f343cf9df62ce8721dd2 Mon Sep 17 00:00:00 2001 From: Randolf Date: Wed, 1 Feb 2023 00:40:31 -0800 Subject: [PATCH] feat: add `pierce` selector support --- src/Schema.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Schema.ts b/src/Schema.ts index 9720c786..232c4ae4 100644 --- a/src/Schema.ts +++ b/src/Schema.ts @@ -26,6 +26,7 @@ export enum SelectorType { ARIA = 'aria', Text = 'text', XPath = 'xpath', + Pierce = 'pierce', } export enum StepType {