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

181
Vistas
Grabbing web element on the picture with cypress. The flex element seems to be hiding everything. I need help to grab the text input area

I have a problem grabbing this input area with cypress automation.

enter image description here

I have tried:

cy.get('#license_number_plate')
// and
cy.contains('License plate number')
about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

Try using the text of the aria-label

it('types in a licence plate', () => {
  cy.visit('https://www.cars.com/sell/');
  cy.get('[aria-label="License plate number"]')
    .focus()
    .type('abc123')
})

enter image description here

about 4 years ago · Juan Pablo Isaza Denunciar
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