I am trying to use Selenium(3.141.0) with Carfax but I cannot figure out why my input value is disappearing after input. The browser will open, and the input box (for zip code) will fill with the send_keys value but immediately after it will clear the value. Below is the code I have.
from selenium import webdriverI have also tried
driver.execute_script("arguments[0].value='92880';",element)
but this has the same result.
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/81d252d4-edeb-48b9-b6fe-fbc26432baa7n%40googlegroups.com.