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

461
Visualizações
Puppeteer Error: No Node Found for selector

I am trying to click on an input element through Puppeteer after going to the URL I requested I input a quantity by using

await page.type('#bidamount_temp', bidAmount);

Puppeteer is not complaining about this error: However after inputting a value into the field; i want the puppeteer to click on this button:

<input type="submit" value="Place Bid " class="buttonspb" style="font-size:15px; margin-top:-2px;" onclick="return url_check();">

So I use this in my node.js code:

await Promise.all([
  page.click('input[value="Place Bid "]'),
  page.waitForNavigation({ waitUntil: 'networkidle0' }),
]);

However it is giving me an error of :

Error: Error: No node found for selector: input[value="Place Bid"]

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

0

You can see in the error message that it strips the space from button value: you have "Place Bid ", puppeteer converts it into "Place Bid". You should use another selector to access the button, for example input[type="submit"].buttonspb

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