Skip to content

Commit 9404179

Browse files
committed
Ignore internal commands
1 parent 7b36ad3 commit 9404179

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/service/src/constants.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ export const INTERNAL_COMMANDS = [
3131
'scriptCallFunction',
3232
'getElement',
3333
'execute',
34-
'findElement'
34+
'findElement',
35+
'getElementText',
36+
'getElementShadowRoot'
3537
]
3638

3739
export const CONTEXT_CHANGE_COMMANDS = [

0 commit comments

Comments
 (0)