I am not able to use send_key() function for IFrame using Selenium WebDriver. How should I select the IFrame and which element should be used for send_key()? Below is the IFrame html code:
<iframe class="iframe" src="/framework/blank.html" style="width: 99%; border-width: 1px; height: 300px;">
#document
<html webdriver="true">
<head>
</head>
<body> … </body>
</html>
</iframe>
How to send this value to the description?
The code of this frame is not being viewed when I use "view page source " in the browser.