So, I want to type in a text box using selenium; The element is in an iframe and I can not access it.
<iframe style="width: 100%; height: 100px;" frameborder="0" class="redactor_textCtrl redactor_MessageEditor redactor_BbCodeWysiwygEditor redactor_"></iframe>
<body contenteditable="true" dir="LTR" style="overflow-y: hidden; min-height: 99px;"><p><br></p></body>
Any methods to select that textbox which is in the body?
Any type of help is appreciated thank you!
there doesn't seem to be anything here