(command: string)
| 97 | } |
| 98 | |
| 99 | function isSelectorTargetingCommand(command: string): boolean { |
| 100 | return isTouchTargetCommand(command) || command === 'fill' || command === 'get'; |
| 101 | } |
| 102 | |
| 103 | function optimizeFillAction( |
| 104 | action: SessionAction, |
no test coverage detected