Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

131
Visualizações
Java Script automatic authentification fills in the credentials but it says incomplete

I would like to automatically login to this example website: https://portal.videc.info/. I'm quiet new to Java Script and can't figure the issue. I'm using the following code to write the values of username and password (not the correct ones):

document.getElementsByTagName('input')[0].value=('userid')
document.getElementsByTagName('input')[1].value=('password')
document.getElementsByTagName('button')[3].click()

The values are shown in the input boxes. After the button gets pressed it says error 11 "credentials incomplete". When I manually (via keyboard input) remove the last character ('d') of the username and the password and add it again it's working and I get the error 12 (invalid credentials). I assume that I can't write the values that way. The Website doesn't recognize any input by using the code. Does somebody knows how I can make this work?

about 4 years ago · Juan Pablo Isaza
1 Respostas
Responde à pergunta

0

Found a solution in this Thread:

const event = new Event('input', { bubbles: true }); 
document.getElementsByTagName('input')[0].value=('userid')
document.getElementsByTagName('input')[0].dispatchEvent(event)
document.getElementsByTagName('input')[1].value=('password')
document.getElementsByTagName('input')[1].dispatchEvent(event)
document.getElementsByTagName('button')[3].click()

Thanks @Dhana D. for the hint with Angular!

about 4 years ago · Juan Pablo Isaza Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda