I have an html page composed as follows:
<myDiv>
<div>
<Iframe>
<Html>
<Body>
// I want to write here
</ Body>
</ Html>
</ Iframe>
</ div>
</ myDiv>
I manage to reach the iframe but I can not enter HTML tags and BODY. I use Seleium IDE, after reading several topic on the subject, it still does not answer my question. I tried two commands with Selenium IDE, I think the first command works because I have no errors in the logs. The second command does not work, I think it's not much but I need some help. Thank you.
command 1:
command -> selectFrame
Target -> // div [@ id = 'myDiv'] / div / iframe /
value -> nothing
command 2:
command -> type
Target -> // htlm / body /
value -> my text