Skip to content

Commit 87bb7c4

Browse files
committed
Ignore internal commands
1 parent 1105d65 commit 87bb7c4

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)