Skip to content

Commit

Permalink
🔨 smart reply
Browse files Browse the repository at this point in the history
  • Loading branch information
vasani-arpit committed Sep 7, 2021
1 parent 7255ee9 commit 04ac6c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ async function Main() {
//send message to the currently open chat using power of puppeteer
await page.type("#main div.selectable-text[data-tab]", message);
if (configs.smartreply.clicktosend) {
await page.click("#main > footer > div.copyable-area > div:nth-child(2) > button");
await page.click("#main footer div.copyable-area div div div button");
}
});
});
Expand Down

0 comments on commit 04ac6c2

Please sign in to comment.