feat: add encryption to key press action

This commit is contained in:
RohitR311
2024-12-04 16:55:08 +05:30
parent 3f5b67af68
commit e4abddc9db

View File

@@ -319,7 +319,7 @@ export class WorkflowGenerator {
where, where,
what: [{ what: [{
action: 'press', action: 'press',
args: [selector, key], args: [selector, encrypt(key)],
}], }],
} }
if (selector) { if (selector) {