Get value of an input box using Selenium (Python)

Use this to get the value of the input element:

input.get_attribute('value')

Leave a Comment