#1501 inputSelectors - AWS

This commit is contained in:
GrzegorzZajac000 2024-02-20 09:09:12 +01:00
parent 37005c2634
commit a698453a05

View File

@ -33,7 +33,9 @@ const inputsSelectors = () => {
// ONLY DETAILED
const passwordSelectors = [
'input[type="password"]#security-code'
'input[type="password"]#security-code', // OneLogin
'input#mfacode', // AWS
'input[type="password"]#challenge' // AWS
].join(',');
const textAreaSelectors = [