Relative Content

Tag Archive for pythonformsselenium-webdriver

Form Submitting Help: Python and Selenium

I need to do web scraping on an HVAC site but I’m stuck on the form before the scraping part.
The example zipcode gets put in the input box fine, I just haven’t been able to actually do the submitting!

Can’t add password to overlay form but can add username

Script that enters username and password in the sign in overlay form for website. Username field can be found via XPATH and text entered, password field can’t be found via XPATH or ID, causes “TimeoutException” error.
Password field can be found via “password_field = driver.find_element(By.ID, ‘password’)” but text can’t be entered, causes “ElementNotInteractableException” error.