Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

155
Vistas
How to automatically press 'Enter' key on change in value in textarea (using Pure JS)?

For the automated robot framework tests, I need to trigger the Enter keypress automatically on updating the value in the textarea using pure JavaScript. (in Console)

Tried the following, but didn't worked

function simulateEnterPress(element) {
    e = $.Event("keypress"); // Create a keypress event
    e.which = 13; // Set the pressed key to "Enter"
    element.trigger(e); // Trigger the event
}
function doAction() {
    inputElement = document.getElementById("vJSONValue").value; // Get the input element
    inputElement.value = ('[{"label":"oook"}]'); // Set value of the input
    simulateEnterPress(inputElement);
}

Updated:

Need to update the JSONeditor through textarea enter image
description here

about 4 years ago · Juan Pablo Isaza
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda