简体   繁体   中英

Python Selenium Get Console Output

As you can see the console in chrome driver outputs "Maiya Health Frusso 1.0", How do I get that text and print it in python's console?

1st find the element using:

element = driver.find_element_by_class_name(<< CLASS NAME >>)

or

element = find_element(By.CLASS_NAME, << CLASS NAME >>)

Then:

print(element.text)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM