Get value of an input box using Selenium (Python) March 25, 2023 by Tarik Use this to get the value of the input element: input.get_attribute('value')