“Python Selenium obtiene contenido HTML” Código de respuesta

Selenium Python Get Innerhtml

element = driver.find_element_by_xpath('//*')
element = element.get_attribute('innerHTML')
marcofaga

Python Selenium obtiene contenido HTML

element.get_attribute('innerHTML')
marcofaga

Respuestas similares a “Python Selenium obtiene contenido HTML”

Preguntas similares a “Python Selenium obtiene contenido HTML”

Más respuestas relacionadas con “Python Selenium obtiene contenido HTML” en HTML

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código