I used many options, but not one did not help
Used options:
Then I tried the same thing, but with a separate method
option 3
option 4
option 5 (this option records the value, but the page does not see it)
I used many options, but not one did not help
Used options:
Then I tried the same thing, but with a separate method
option 3
option 4
option 5 (this option records the value, but the page does not see it)
Try the below
elem = WebDriverWait(driver,10).until(EC.visibility_of_element_located((By.XPATH,"xpath")))
elem.send_keys("Text")