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 {