Skip to content

Commit

Permalink
#1501 clickSubmit - improvement (Binance)
Browse files Browse the repository at this point in the history
  • Loading branch information
GrzegorzZajac000 committed Feb 19, 2024
1 parent 9b2d318 commit 296dc99
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/partials/formSubmitSecondSelectors.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ const formSubmitSecondSelectors = () => {
'button[data-action="totp-submit"]', // Discourse
'input[type="submit"][data-action="totp-submit"]', // Discourse
'input[type="button"][data-action="totp-submit"]', // Discourse
'div[role="button"][syno-id="otp-panel-next-btn"]' // Synology
'div[role="button"][syno-id="otp-panel-next-btn"]', // Synology
'button[data-e2e="btn-mfa-verfiy"]', // Binance
'button.mfa-verify-button' // Binance
];

const linkSelectors = [
Expand Down

0 comments on commit 296dc99

Please sign in to comment.