We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d63c14 commit 9e4c26aCopy full SHA for 9e4c26a
src/scripts/emailClientAdapter.js
@@ -26,7 +26,7 @@ class EmailClientAdapter {
26
body: 'div[role="textbox"][contenteditable="true"][aria-multiline="true"]',
27
subject: [
28
'input[aria-label="Subject"][type="text"]',
29
- 'input[aria-label="Add a subject"][type="text"]',
+ 'input[aria-label="Add a subject"][type="text"][role="textbox"][aria-multiline="false"]',
30
],
31
},
32
eventTypes: {
0 commit comments