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

264
Vistas
Accessing dollar sign $0 element in Python Selenium

I have an element with no name or id attribute I can only access with a dollar sign:

console.log($0);
"100"

How can I access this from Python Selenium? I'm trying this:

my_value=driver.find_element(By.NAME,"$0")

But I get this error:

selenium.common.exceptions.NoSuchElementException: Message: no such element: Unable to locate element: {"method":"tag name","selector":"$0"}
about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

Find the element in your console, right-click it and select "Copy full XPath"

then you can use it like

driver.findElement(By.xpath("YOUR_XPATH_HERE"))

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