Skip to content

Commit c6356b6

Browse files
authored
feat: add pierce selector support (#451)
1 parent 8440ad1 commit c6356b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Schema.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ export enum SelectorType {
2626
ARIA = 'aria',
2727
Text = 'text',
2828
XPath = 'xpath',
29+
Pierce = 'pierce',
2930
}
3031

3132
export enum StepType {

0 commit comments

Comments
 (0)