Skip to content

Commit

Permalink
fix: message button selector
Browse files Browse the repository at this point in the history
  • Loading branch information
balataca committed Jul 11, 2021
1 parent dbb752d commit 0d54312
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 0d54312

Please sign in to comment.