Unable to use send_keys()
on an element inside an iframe. How can I select this iframe, and which element inside should be used for send_keys()
?
Here's the html code of the iframe:
<iframe class="textarea" src="/framework/html/blank.html" style="width: 99%; border-width: 1px; height: 332px;">
#document
<html webdriver="true">
<head>
</head>
<body> … </body>
</html>
</iframe>
How can I send text to the Description area?
And how can I view the page source of the iframe if it doesn't appear when using "View Page Source" in the browser?