Skip to content

Instantly share code, notes, and snippets.

@maxhoheiser
Created March 17, 2022 13:56
Show Gist options
  • Save maxhoheiser/960e5b20f4132af5ce1e96e6710ba5c5 to your computer and use it in GitHub Desktop.
Save maxhoheiser/960e5b20f4132af5ce1e96e6710ba5c5 to your computer and use it in GitHub Desktop.
Example page extention
const confirmEncryptionPublicKeyButton = `${notificationPage} .request-encryption-public-key__footer__sign-button`;
const rejectEncryptionPublicKeyButton = `${notificationPage} .request-encryption-public-key__footer__cancel-button`;
module.exports.encryptionPublicKeyPageElements = {
confirmEncryptionPublicKeyButton,
rejectEncryptionPublicKeyButton,
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment