Skip to content

Commit

Permalink
Merge pull request #25 from balataca/fix/send_message_button_selector
Browse files Browse the repository at this point in the history
fix: message button selector
  • Loading branch information
Briuor authored Jul 13, 2021
2 parents dbb752d + 0d54312 commit 2005dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const SELECTORS = {
QRCODE_PAGE: "body > div > div > .landing-wrapper",
QRCODE_DATA: "div[data-ref]",
QRCODE_DATA_ATTR: "data-ref",
SEND_BUTTON: 'div:nth-child(3) > button > span[data-icon="send"]'
SEND_BUTTON: 'div:nth-child(2) > button > span[data-icon="send"]'
};

/**
Expand Down

0 comments on commit 2005dbd

Please sign in to comment.