Quantcast
Channel: Active questions tagged selenium - Stack Overflow
Viewing all articles
Browse latest Browse all 97797

Can't add text to input type="tel" inside an IFrame using Selenium Python

$
0
0

HTML

I'm trying to write into "Security Code"

EDIT HTML CODE

I tried to write this:

CVXPATH = '//input[@type="tel"]' cv=driver.find_element_by_xpath(CVXPATH) cv.send_keys("000")

But I have this error:

line 242, in check_response 
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.ElementNotInteractableException: Message: element not interactable

How can I solve this?


Viewing all articles
Browse latest Browse all 97797

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>